News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Visual Studio Building

Started by puneet_m, November 20, 2007, 09:24:01 PM

Previous topic - Next topic

puneet_m

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.

stahta01

I suggest asking this question in the correct forum.
"Using Code::Blocks"

http://forums.next.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




C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]