Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: puneet_m on November 20, 2007, 09:24:01 pm
-
My source code is written for Visual Studio. I am trying to build my Code-Block by selecting Microsoft Visual C++ 2005 compiler for the project. But it does not build.
Can anyone direct me to the complete procedure for building the source code in Visual Studio environment.
-
I suggest asking this question in the correct forum.
"Using Code::Blocks"
http://forums.codeblocks.org/index.php/board,3.0.html
Tim S
The basic directions are
1. Install the Compiler
2. Install Code::Blocks
3. Verify Code::Blocks setup for compiler
A short list of things to verify
1. Set the Default Compiler to the correct compiler
"settings" -> "Compiler and Debugger Settings"
2. Verify the "Toolchain Executables"
3. Add needed additional paths
I have these no idea why
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE
The Path to PSDK Bin
4. Verify the Search Directories
Tim S