Author Topic: Visual C++ 2005 Express Generating Native Code  (Read 5332 times)

Offline dwmcqueen

  • Multiple posting newcomer
  • *
  • Posts: 56
Visual C++ 2005 Express Generating Native Code
« on: July 06, 2007, 05:30:30 am »
An earlier posting made it appear as though the Express edition compiler only does managed code, but this article indicates otherwise (http://www.codeproject.com/useritems/FreeVS2005Win32.asp).  Is this correct?

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Visual C++ 2005 Express Generating Native Code
« Reply #1 on: July 06, 2007, 05:57:23 am »
Is this correct?

Yes. It can generate native apps.
Be a part of the solution, not a part of the problem.

Offline Maciek

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: Visual C++ 2005 Express Generating Native Code
« Reply #2 on: July 06, 2007, 01:17:38 pm »
You'll need to install Platform SDK. There are plenty of tutorials on the net.

Offline darthdespotism

  • Almost regular
  • **
  • Posts: 163
    • Coder's Nemesis
Re: Visual C++ 2005 Express Generating Native Code
« Reply #3 on: July 06, 2007, 02:02:11 pm »
You do _not_ need the PSDK for Coding ISO-C++ but you'll need it when you use windows-Functions, DX, OGL and probably for most of the GUI-Frameworks, too.

Don't forget to change the linking of the std:: librarys to static as a so called redistributeable package is required otherweise to run your Programms on (pre Vista?) Windowses

Offline dwmcqueen

  • Multiple posting newcomer
  • *
  • Posts: 56
Re: Visual C++ 2005 Express Generating Native Code
« Reply #4 on: July 06, 2007, 03:25:43 pm »
My point in asking was the wiki gives directions on Visual C++ 2003 Toolkit, but I assume that after installing Visual C++ 2005 Express, we basically have the same level compiler as we did with 2003 Toolkit, correct?  If so, should we create a wiki entry on using this newer compiler as well?

Offline dwmcqueen

  • Multiple posting newcomer
  • *
  • Posts: 56
Re: Visual C++ 2005 Express Generating Native Code
« Reply #5 on: July 07, 2007, 03:18:06 pm »
I stand corrected.  I mean, one could install Visual C++ Express, then use CodeBlocks and specify the 2005 compiler - and have a decent development environment with a decent MS-based compiler (just as one could using the Toolkit).