When can we get the newer wxWindows version package? If our developer are too busy, is there a common way to install wxWindows from its original distribution directly? -- need a tutorial.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hhm...
The latest STABLE version is 2.2.9 and the version is available as devPak. If you want anewer UNSTABLE ver. 2.3.2 you can download it from wxwindows.org and recompile yourself.
You can even download daily snapshot or daily build or direct from CVS repository, however the chance the wxWindows will be unusable is great!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am working with the CVS level of wxWindows and have no problem building it. However, how do I then get this to work with Dev-C++. I've tried the obviously simple approach of just doing the build using the Mingw compiler shiped with Dev-C++ then copying the libs to my dev-cpp/lib dir then the headers to dev-cpp/include/wx. Everything builds correctly, however, when I try to run, I get the following error "Mismatch between the program and the library build version" (yes I did do a clean and rebuild my executable). So, what else do I need to do in order to get this to work?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using gcc 3.1.
wxWin 2.2.9 and 2.3.2 does not build at all, with some hacking I managed to build them, but got odd errors while linking the minimal app.
The CVS snapshot builds correctly and the minimal app as well. Only it's huge, 24M for debug, over 2M for release, after stripping still over 1M. I might just stick to good old w32 api.
Gcc 2.9x is not an option for me, since it lacks heaps of C99 math functions, half of them implemented in 3.1, even more in the just released 3.2.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When can we get the newer wxWindows version package? If our developer are too busy, is there a common way to install wxWindows from its original distribution directly? -- need a tutorial.
Thanks!
Hhm...
The latest STABLE version is 2.2.9 and the version is available as devPak. If you want anewer UNSTABLE ver. 2.3.2 you can download it from wxwindows.org and recompile yourself.
You can even download daily snapshot or daily build or direct from CVS repository, however the chance the wxWindows will be unusable is great!
I am working with the CVS level of wxWindows and have no problem building it. However, how do I then get this to work with Dev-C++. I've tried the obviously simple approach of just doing the build using the Mingw compiler shiped with Dev-C++ then copying the libs to my dev-cpp/lib dir then the headers to dev-cpp/include/wx. Everything builds correctly, however, when I try to run, I get the following error "Mismatch between the program and the library build version" (yes I did do a clean and rebuild my executable). So, what else do I need to do in order to get this to work?
I'm using gcc 3.1.
wxWin 2.2.9 and 2.3.2 does not build at all, with some hacking I managed to build them, but got odd errors while linking the minimal app.
The CVS snapshot builds correctly and the minimal app as well. Only it's huge, 24M for debug, over 2M for release, after stripping still over 1M. I might just stick to good old w32 api.
Gcc 2.9x is not an option for me, since it lacks heaps of C99 math functions, half of them implemented in 3.1, even more in the just released 3.2.