Hi all,
now I have installed wxDevC++ and my first simple test app (empty window) could be compiled and started successfully from the IDE.
Two simple (?) questions,
1 - how to create an executable (.exe) ? It seems it is not done automatically.
2 - if wishing to create an executable (binary) under e.g. Linux, what is the smartest way todo so? It seems one has to transfer the code as well as directories containing wxWidgets (which have been installed by wxDevC++). Anyone here who already successfully built executables under various operating systems from the same code?
How to create executable ? Topic is solved
-
- Earned a small fee
- Posts: 13
- Joined: Mon Jun 04, 2007 8:17 am
-
- Earned a small fee
- Posts: 13
- Joined: Mon Jun 04, 2007 8:17 am
-
- Can't get richer than this
- Posts: 864
- Joined: Thu Jul 28, 2005 9:48 pm
- Location: New Forest, United Kingdom
- Contact:
1) If you can run your project from the IDE an executable has been created. This is held in the Output folder within a folder named after the compiler that created it.
2) I use wxDev-C++ to develop programs under Windows since for me this is the best GUI designer going. I then use Code::Blocks to compile the same code under Linux. Basically I create a new wxWidgets project in Code::Blocks delete the generated files and add the files from my wxDEv-C++ project. Generally there are a few minor alterations needed, but it works pretty well.
Sof.T
2) I use wxDev-C++ to develop programs under Windows since for me this is the best GUI designer going. I then use Code::Blocks to compile the same code under Linux. Basically I create a new wxWidgets project in Code::Blocks delete the generated files and add the files from my wxDEv-C++ project. Generally there are a few minor alterations needed, but it works pretty well.
Sof.T
The home of Sof.T http://www.sof-t.site88.net/
Author of Programming with wxDevC++
http://sourceforge.net/projects/wxdevcpp-book/
Author of Programming with wxDevC++
http://sourceforge.net/projects/wxdevcpp-book/