Re: Problems using Platoform SDK with VC++ 2005 Express Beta 2
- From: "Andrew McDonald" <myrmecophagavir@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 5 May 2005 00:00:29 +0100
"tmr_net" <tmrnet@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote...
>I followed the directions in this link
>
> "Using Visual C++ 2005 Express with the Microsoft Platform SDK"
> http://lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx
>
> as best as I can, but I still can't create a win32 application project with
> the project wizard. I can see the Windows Application option...but it is
> grayed out and I can't select it.
>
> The only real ambiguity in the instructions is editing the paths in the
> VCProjectEngine.dll.express.config file. It is unclear from the article if
> the order of insertion of the new paths matters.....I tried inserting them in
> front of all the default paths...and I tried putting them at the
> end...neither seemed to work.
>
> Any ideas on what I could be doing wrong?
The option to make a Win32 app (i.e. one with a WinMain() entry point) directly was removed from the
Express Edition, because it's pointless to be able to make one without the Platform SDK and that
doesn't come bundled with this edition. However you can make one easily enough; just make a Win32
Console app, then change the properties afterwards. On the Linker -> System tab change the SubSystem
to Windows (/SUBSYSTEM:WINDOWS), and on the C/C++ -> Preprocessor tab change the _CONSOLE definition
to _WINDOWS. You should now be in the same state you'd be in if you'd created the file as a Win32
app (at least this works on previous versions of VC...) Note you need a .cpp file in the project for
the C/C++ tab to appear.
Andrew
.
- References:
- Prev by Date: Problems using Platoform SDK with VC++ 2005 Express Beta 2
- Next by Date: how can I get the result after preprocess(macro is replaced)
- Previous by thread: Problems using Platoform SDK with VC++ 2005 Express Beta 2
- Next by thread: how can I get the result after preprocess(macro is replaced)
- Index(es):
Relevant Pages
|
Loading