I would like to know how to set my computer, running Windows 98 second edtion, to compile wxWindows using Dev-C++4 ide and the Mingw compiler. I have my Dev-C++4 compiler set up with default settings.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
it would be best to compile it from command line with mingw32. It has a makefile for mingw with it. just make sure the path is set in the
c:\autoexec.bat file
Set PATH=C:\Dev-C++\bin;%PATH%
or where ever you have mingw or mingw with Dev-C++.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-04-16
Hello,
look at http://oek-news.mnd.fh-wiesbaden.de/pub/devc++/
where you can find a precompiled library-set for DEV-C++.
Watch out, it was compiled with the mingw32-compiler which comes with Dev-C++ 4.9.1.0
Detlev
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to know how to set my computer, running Windows 98 second edtion, to compile wxWindows using Dev-C++4 ide and the Mingw compiler. I have my Dev-C++4 compiler set up with default settings.
it would be best to compile it from command line with mingw32. It has a makefile for mingw with it. just make sure the path is set in the
c:\autoexec.bat file
Set PATH=C:\Dev-C++\bin;%PATH%
or where ever you have mingw or mingw with Dev-C++.
Hello,
look at
http://oek-news.mnd.fh-wiesbaden.de/pub/devc++/
where you can find a precompiled library-set for DEV-C++.
Watch out, it was compiled with the mingw32-compiler which comes with Dev-C++ 4.9.1.0
Detlev