News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

How Do i Run exe produced by Compiled from source File ??

Started by kirtan, January 04, 2008, 06:02:35 AM

Previous topic - Next topic

kirtan

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

TDragon

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...
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

kirtan

i compiled the file source but execute button is disabled how to run it from IDE

TDragon

I already told you how. It works for me. Therefore you obviously need to provide more information about what exactly you're doing.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

eranif

The question is how did you build it? did you use CodeBlocks to build it? or did you use an external makefile?

Eran