Search:

Type: Posts; User: tabstop

Search: Search took 0.44 seconds.

  1. Replies
    7
    Views
    6,239

    Update: It appears that C::B and VS don't use the...

    Update: It appears that C::B and VS don't use the same windows.h header (there's a windows.h in my C:\MinGW\include directory, and there's one ... somewhere .... in my VS path). The code you have...
  2. Replies
    7
    Views
    6,239

    One possibility: The default value of...

    One possibility: The default value of _WIN32_WINNT, at least on my system in Code::Blocks, is 0x0400; this function requires 0x0500 or larger. You should #define the correct value of _WIN32_WINNT...
  3. Replies
    7
    Views
    6,239

    Are you linking kernel32.dll (or kernel32.lib)...

    Are you linking kernel32.dll (or kernel32.lib) into your project?
Results 1 to 3 of 3