Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
problem with compiling any cpp file
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: problem with compiling any cpp file (Read 7398 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.
Logged
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
Logged
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)
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
problem with compiling any cpp file