Building w/ VS2005 Express

Bryan Petty bryan at ibaku.net
Mon Jan 22 17:13:42 PST 2007


Alec Ross wrote:
> 1) I've been getting error messages of failure to open windows.h.

VS2005 Express does not include the Platform SDK (that contains all 
Windows headers and libraries), you need to download, install, and setup 
the PSDK separately. This error indicates that you either haven't done 
this, or failed to set it up correctly. See this article for help:
http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/

> I have read install.txt, and Vadim's helpful replies in a thread about 
> this last December.  I read the FAQ, and have failed to link to the wiki 
> (from there, and from the link on the wxWidgets home page).  The folder 
> include/wx/msw has currently both a setup0.h and setup.h already, 
> without my having to do any explicit edits or copy.  Is this correct?

Yes, have you also found this wiki guide?
http://www.wxwidgets.org/wiki/index.php/MSVC_.NET_Setup_Guide

> The FAQ mentions adding an include path.  I'm familiar with how to do 
> this for a VC++ project, but not a whole solution.

If you want to do this globally (in MSVC), you can change those folders 
from the Options found in the Tools menu, selecting "Projects" from the 
list, and VC++ Directories under that, and adding the directories to the 
appropriate Include and Library settings (use the dropdown in the top of 
the window to select which directories to change).

Regards,
Bryan Petty




More information about the wx-users mailing list