Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Opag78 on December 14, 2006, 12:04:45 pm

Title: [NewbieQuestion] Using CB with VC Toolkit 2003
Post by: Opag78 on December 14, 2006, 12:04:45 pm
Hello,

actually this is a really stupid newbie question, but i can not find the solution myself.

See I am using the vc++ toolkit 2003 for compiling and to be frank i only started recently to learn c++ at all.
I really want to use CB, because it seems to be most convenient on an long term basis. Currently i do not require most features, but still i want to learn to use CB from the start.

What I want to do now is simply to start with simple code, seriously simple code, just a few libs (that I have) and a few lines.
So I just started a new blank project, wrote a few lines, compiled and got the error that the Execution of 'mingw32-gcc.exe -Wall -O2  -IC:\MinGW\include  -c start.c -o obj\Release\start.o' in 'C:\Documents and Settings\ADMIN\Desktop\Project NIIT\NIIT' failed... frankly i do not even know what this logs mean exactly .. in my c++ classes we are using Turbo C++ ..

In anyway which settings I have to do to simply compile a few lines of code and see the results ?

(you know something like the effect of the python IDE .. )

thank you in advance and please help me with this problem.

best wishes
Rudi

Title: Re: [NewbieQuestion] Using CB with VC Toolkit 2003
Post by: Pecan on December 14, 2006, 02:58:14 pm
Integrating CodeBlocks with VS 2003
http://wiki.codeblocks.org/index.php?title=Integrating_Microsoft_Visual_Toolkit_2003_with_Code::Blocks_IDE

   //-- Wiki Index
       CodeBlocks Wiki Index (http://wiki.codeblocks.org/index.php?title=Special:Allpages)
   //-- Wiki Main Page
     CodeBlocks Wiki Main Page (http://wiki.codeblocks.org/index.php?title=Main_Page)