Dev C++ Anyone?
-
Topic authorPaolo
- Posts: 502
- Joined: 23.09.2002
- With us: 22 years 1 month
- Location: Pordenone/Italy
Dev C++ Anyone?
Does anyone use Dev C++ to build Celestia or to play with source code?
- John Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 2 months
re
i have it ,dev-c , for mingw/cygwin
but all the files neaded to compile celestia ( from the cmd line) can be dl'd from microsoft for free
but all the files neaded to compile celestia ( from the cmd line) can be dl'd from microsoft for free
-
Topic authorPaolo
- Posts: 502
- Joined: 23.09.2002
- With us: 22 years 1 month
- Location: Pordenone/Italy
Hi John
I know that the MS command line compiler is available for free.
The question is that I would like to use a freeware IDE.
Dealing deeply with Celestia code without a class browser, extended search capabilities and an interactive debugger is a matter only of C++ gurus.
The best IDE probably is MS C++.net one unfortunatly it costs a lot.
I know that the MS command line compiler is available for free.
The question is that I would like to use a freeware IDE.
Dealing deeply with Celestia code without a class browser, extended search capabilities and an interactive debugger is a matter only of C++ gurus.
The best IDE probably is MS C++.net one unfortunatly it costs a lot.
Another very notable IDE is Eclipse this is an Open Source project started by IBM, originally for Java and now (with the CDT) for C/C++
http://www.eclipse.org
Available for Linux, Solaris, AIX, Mac and Windows (or anthing with a Java VM). Has a class browser, outlines, autocompletion, works natively with make - files and gcc & more.
Very recommendable.
Sirius
P.S.: Of course, being Free Software, it is free as in speech as well as free as in beer.
http://www.eclipse.org
Available for Linux, Solaris, AIX, Mac and Windows (or anthing with a Java VM). Has a class browser, outlines, autocompletion, works natively with make - files and gcc & more.
Very recommendable.
Sirius
P.S.: Of course, being Free Software, it is free as in speech as well as free as in beer.
-
Topic authorPaolo
- Posts: 502
- Joined: 23.09.2002
- With us: 22 years 1 month
- Location: Pordenone/Italy
Pant pant....
At the end I was able to compile and link glutCelestia using Dev C++.
It is necessary to not use the winlibs provided by Chris but specify in the the linker options the devpak ones.
Now I will make some tests in order to make it run correctly!
If everything will work fine soon I will be able to publish complete instructions for developer volunteers in order to build Celestia (get the latest CVS code, compile, link, run) using freeware and open source programs under Windows using an IDE with text editor, code completion, class navigation features, and with debugging capabilities.
So no more excuses for the newcomers windows developers in joining the Celestia project!
At the end I was able to compile and link glutCelestia using Dev C++.
It is necessary to not use the winlibs provided by Chris but specify in the the linker options the devpak ones.
Now I will make some tests in order to make it run correctly!
If everything will work fine soon I will be able to publish complete instructions for developer volunteers in order to build Celestia (get the latest CVS code, compile, link, run) using freeware and open source programs under Windows using an IDE with text editor, code completion, class navigation features, and with debugging capabilities.
So no more excuses for the newcomers windows developers in joining the Celestia project!