Difference between revisions of "HowTo:VCPP Toolkit Compiling"

From VsWiki
Jump to: navigation, search
 
Line 19: Line 19:
  
 
=Compiling with Code::Blocks and Visual C++ Toolkit=
 
=Compiling with Code::Blocks and Visual C++ Toolkit=
Once you have checked out the vegastrike and vega-vc7 modules, import the vegastrike.sln file, found in the vega-vc7 directory into Code::Blocks using '''Project->Import->''' in the menu.
+
Once you have checked out the vegastrike and vega-vc7 modules from [[HowTo:Checkout CVS|CVS]], import the vegastrike.sln file, found in the vega-vc7 directory into Code::Blocks using '''Project->Import->''' in the menu.
  
  
 +
 +
=See Also=
 +
* [[HowTo:VCPP Compiling|Compiling with Microsoft Visual Studeo C++]]
 +
* [[HowTo:Checkout CVS|Checking out CVS]]
  
 
----
 
----

Revision as of 06:58, 26 July 2005

arrow_left.png Visual C++ Compiling arrow_up.png HowTos Cygwin Compiling arrow_right.png

Visual C++ Toolkit 2003

This is a free download from Microsoft, and is the same compiler and linker as Visual Studio 2003. Note, you must have Windows XP in order to install the toolkit.

Downloads

Configuring Code::Blocks

  • Run CodeBlocks. The first time you install it, you will be listed with a set of compilers. Select Microsoft Visual C++ Toolkit, and click Set As Default.
  • For configuration you have to include the location of the Windows Platform SDK. Go to Settings -> Compiler in the menu. Click the Directories tab. Add the directory "C:\Program Files\Microsoft SDK\bin" to the Resource Compiler tab.


Compiling with Code::Blocks and Visual C++ Toolkit

Once you have checked out the vegastrike and vega-vc7 modules from CVS, import the vegastrike.sln file, found in the vega-vc7 directory into Code::Blocks using Project->Import-> in the menu.


See Also


arrow_left.png Visual C++ Compiling arrow_up.png HowTos Cygwin Compiling arrow_right.png