Search:

Type: Posts; User: Nick Howes

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,591

    Good point. Thanks, DWK.

    Good point. Thanks, DWK.
  2. Replies
    4
    Views
    1,591

    Thanks, Mats

    Thanks, Mats
  3. Replies
    4
    Views
    1,591

    Structs, members, and casting

    I'm using a library that defines:


    struct ip_addr {
    u32_t addr;
    };


    and which has functions that use pointers to these structures - e.g.
  4. Replies
    12
    Views
    2,080

    Sounds like it might be better for native apps....

    Sounds like it might be better for native apps.
    My app is actually Java with a little platform-specific code to handle these sort of issues. It turns out that I can use existing code to get access...
  5. Replies
    12
    Views
    2,080

    Thank you Poccil and Hammer! Based on the MSDN...

    Thank you Poccil and Hammer! Based on the MSDN article and the sample code, I was able to get this to work. The path is HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell...
  6. Replies
    12
    Views
    2,080

    Thanks Hammer, but isn't that only for temporary...

    Thanks Hammer, but isn't that only for temporary files? I'm looking for a place to store application data (some of which are largish files that persist between launches).
  7. Replies
    12
    Views
    2,080

    What registry entry should be used? ...

    What registry entry should be used? HKEY_CURRENT_USER\Volatile Environment\APPDATA? Is it consistent over all Win32 platforms?

    Thanks, Nick
  8. Replies
    12
    Views
    2,080

    Thanks. I use the registry to store preferences...

    Thanks. I use the registry to store preferences data, but these files are several 100k. I'm currently creating a directory in the user's home directory and putting them in it. I guess that's OK...
  9. Replies
    12
    Views
    2,080

    Application Directory?

    My app needs to create a directory to store some files it uses. Is there a standard place to do this under Win32? (I mostly program Mac OS X where the answer to this question is...
Results 1 to 9 of 9