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
»
How Do i Run exe produced by Compiled from source File ??
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: How Do i Run exe produced by Compiled from source File ?? (Read 4300 times)
kirtan
Guest
How Do i Run exe produced by Compiled from source File ??
«
on:
January 04, 2008, 06:02:35 am »
i am newbie .
i have one problem
I created one C++ File File>New File
Then Compiled it it has created .exe on my desktop i can run it by directly from desktop but can i run that exe directly from IDE ?
I m using windows Xp
and GCC
Logged
TDragon
Lives here!
Posts: 943
Re: How Do i Run exe produced by Compiled from source File ??
«
Reply #1 on:
January 04, 2008, 06:08:08 am »
If you're using a recent nightly build like the download page recommends, you can just choose Build->Build and run, or hit F9. I can't speak for older versions of C::B...
Logged
https://jmeubank.github.io/tdm-gcc/
- TDM-GCC compiler suite for Windows (
GCC 9.2.0
2020-03-08, 32/64-bit, no extra DLLs)
kirtan
Guest
Re: How Do i Run exe produced by Compiled from source File ??
«
Reply #2 on:
January 04, 2008, 07:31:00 am »
i compiled the file source but execute button is disabled how to run it from IDE
Logged
TDragon
Lives here!
Posts: 943
Re: How Do i Run exe produced by Compiled from source File ??
«
Reply #3 on:
January 05, 2008, 06:22:09 am »
I already told you how. It works for me. Therefore you obviously need to provide more information about what exactly you're doing.
Logged
https://jmeubank.github.io/tdm-gcc/
- TDM-GCC compiler suite for Windows (
GCC 9.2.0
2020-03-08, 32/64-bit, no extra DLLs)
eranif
Regular
Posts: 256
Re: How Do i Run exe produced by Compiled from source File ??
«
Reply #4 on:
January 05, 2008, 10:24:08 am »
The question is how did you build it? did you use CodeBlocks to build it? or did you use an external makefile?
Eran
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
How Do i Run exe produced by Compiled from source File ??