Compiling C Win32 code in VC2005 B2?
How can VC2005B2 (Express) be set to compile normal Win32 API apps? Where is the windows.h file now?
How can VC2005B2 (Express) be set to compile normal Win32 API apps? Where is the windows.h file now?
I guess you will also have to add the include directories manually. Never tries Express myself, only betas of VSTS and Professional where a PSDK version is included...
Hi gel!
cite="midf1b13b2c-5773-430d-a54b-a01f1c044301_WBRev2_@discussions.microsoft.com"type="cite">This post has been edited either by the author or a
moderator in the Microsoft Forums: http://forums.microsoft.com
This article describe how to set up VC2005 B2 for use with the Platform
The problem is that the described way is not working in Beta 2 due to a
(documented) bug...
So, the easiest way to use the PSDK with VC2005 Express is:
1. Create a directory "PlatformSDK" under "%ProgramFiles%\Microsoft
Visual Studio 8\VC"
2. Copy the "bin", "include" and "lib" directory from the
PSDK-installation into this directory.
Then you do not need to change any config file.
Newest PSDK-ISO is available at:
href="../../www.microsoft.com/downloads/details.aspx@FamilyId=D8EECD75-1FC4-49E5-BC66-9DA2B03D9B92">http://www.microsoft.com/downloads/details.aspx?FamilyId=D8EECD75-1FC4-49E5-BC66-9DA2B03D9B92--Greetings
Jochen
My blog about Win32 and .NET
http://lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx
Hi xanadu1963!
cite="mid749e29c7-5591-47a7-a42c-a782bd0f3afd@discussions.microsoft.com"type="cite">Thank you, that works perfectly.
So please mark my answer as answered...
--Greetings
Jochen
My blog about Win32 and .NET