Can't figure out how to make a Win32 App. project in Visual C++ Express Eddition Beta
Can't figure out how to make a Win32 App. project in Visual C++ Express Eddition Beta
Hi. I just downloaded Visual C++ Express Eddition Beta last night and can't figure out how to make a Win32 Application Project (it doesn't appear to be in the Visual Studio Installed Templates). I have a few questions:
1. How do I make a Win32 Application Project
2. How do I add a File to a project
3. What folder should I save all my projects, files, etc. in
4. Are these questions in the right forum
Thanks for the help.
Can't figure out how to make a Win32 App. project in Visual C++ Express Eddition Beta
Geert V
For the 3 things you need: create Win32 project wizard, include proper include files, and include proper libraries just follow the directions here:
http://blog.kalmbachnet.de/
Joachim
Thanks,
Ayman Shoukry
VC++ Team
Gabi-XDS
For example, I believe you should add the bin directory to the path by doing:
Path="$(VCInstallDir)bin;$(VCInstallDir)PlatformSDK\bin;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(VSInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(FrameworkSDKDir)bin;$(FrameworkDir)$(FrameworkVersion);$(VSInstallDir);$(PATH);c:\program files\Microsoft SDK\Bin"
The same way applies to the rest of the Include and Library settings.
Hope this helps!
Thanks,
Ayman Shoukry
VC++ Team
David Keaveny
2) Right click on the "source files" folder of the solution and choose add --> New Item.
3) Whatever folder you choose (the default location is "Documents and Settings\<username>\My Documents\Visual Studio 2005\Projects").
4) Yes that is the correct forum to ask such questions.
Thanks,
Ayman Shoukry
VC++ Team
chamm3r
Take a look at the below link for more details:
http://lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx
Thanks,
Ayman Shoukry
VC++ Team
NateF
Hardy Herzog
Step 1. Install Visual C++ 2005 Express.
Step 2. Install the Microsoft Platform SDK.
Step 3. Update the the Visual C++ Directories in the Projects and Solutions section in the Options dialog box.
Thanks.
Hubert_K
Roland A