News:

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

Main Menu

problem with compiling any cpp file

Started by liech, March 11, 2005, 07:09:20 PM

Previous topic - Next topic

liech

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

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

(Well, you can find it from the link I gave above)