Author Topic: problem with compiling any cpp file  (Read 6567 times)

liech

  • Guest
problem with compiling any cpp file
« on: March 11, 2005, 07:09:20 pm »
hi , i just instaled codeblocks studio ,
also i installed borland compiler 5.5 ( in standard dir , co code autodetected it) but when i try to compile any cpp file i get error:
Command execution failed... and i have no idea what is wrong.

Anonymous

  • Guest
problem with compiling any cpp file
« Reply #1 on: March 12, 2005, 02:14:54 am »
You probably need to point Code::Blocks at the lib and include directories for Borland's install.  You will probably also need the Windows Platform SDK for a complete set of windows headers.  Search around this site for links to the SDK.  (Well, it is here: http://www.microsoft.com/msdownload/platformsdk/sdkupdate/XPSP2FULLInstall.htm)  The options you need to set are found under 'Project' -> 'Build Options' (as long as the appropriate workspace is selected in the Projects tab).

David

Anonymous

  • Guest
problem with compiling any cpp file
« Reply #2 on: March 12, 2005, 02:19:51 am »
(Well, you can find it from the link I gave above)