Microsoft Visual C++ wont let me create a new windows application

Started by
4 comments, last by Ravyne 16 years, 11 months ago
Im following the instructions for creating a new program in Microsoft Visual C++, but it wont let me create a New Windows Project under Win32 like it says im supposed to! the book is fairly new (copyright 2006) so its probably not because the instructions are out of date what could be causing this? do i need to buy the full version instead of having Microsoft Visual C++ Express Edition(the free one)? i also installed the latest DirectX SDK like it said as well
Advertisement
Are you getting a specific error message?
no error message, the feature just plain isnt there

could it be i installed the SDK wrong?
If you're using Visual C++ express 2005 you'll need to also install the windows platform SDK.

I think the current one is called the Windows Server 2003 Platform SDK, which is the latest Win32 API... There's a page with instructions on what to download and how to set it all up, gimme a second and I'll find it for you.

... Here we go ...

This page tells you everything you need to do.

throw table_exception("(? ???)? ? ???");

You need to install the Platform SDK.

EDIT: You're on the ball, ravyne. :-) But the link's here if nothing else.
[TheUnbeliever]
Damn, you beat me to it before I could update the posting [grin]

throw table_exception("(? ???)? ? ???");

This topic is closed to new replies.

Advertisement