Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: liech on March 11, 2005, 07:09:20 pm

Title: problem with compiling any cpp file
Post by: liech 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.
Title: problem with compiling any cpp file
Post by: Anonymous 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
Title: problem with compiling any cpp file
Post by: Anonymous on March 12, 2005, 02:19:51 am
(Well, you can find it from the link I gave above)