|
-
September 13th, 2004, 11:13 AM
#10
Re: How to suspend a process?
 Originally Posted by RoboTact
Install some newer service pack (it is available up to SP6 for VS6).
A service pack won't help - you will need the latest SDK, it's available for download from MSDN.
And BTW, stoneyrh: The Windows version you're currently running under is irrelevant - the important thing to do in order to use the newer APIs is, as VictorN already mentioned, to #define _WIN32_WINNT to be at least 0x0500 - before #including Windows.h. Note that the consequence of this will be that your app will now require at least Win2K to run.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|