| Forum List • Thread List • Reply • Refresh • New Topic • Search • Previous • Next 1 | 1. wxBase and Dev-C++ #2431 Posted by: 2003-08-04 10:30:15 | Does anyone have a how to on setting up Dev-C++ for use with wxBase.
Installed everything following the instructions per "DevPak setup using Dev-C++ 5"
I would like to write a Win Service / Linux daemon. and would like to get the console sample app to compile.
Any help would be greatly appreciated.
Thank You, Ed | 2. Re: wxBase and Dev-C++ #2436 | Could you compile wxBase in Dev-C++? | 3. Re: wxBase and Dev-C++ #2439 Posted by: 2003-08-05 21:51:58 | I've got to say that I have the same problem. I create the sample application, compile, and I get a host of compiler errors from the wx files. This is frustrating, because wxWin looks like a great GUI package, but I can't use it if I can't make it compile.
I get two errors. The first complains about a redeclaration of builtin type bool, and the second says that I need to define case-insensitive comparisons for my compiler. I'm assuming that there's just a problem with my configuration, because I can't imagine that the designers really want me to declare my own operator==(string&,string&) for each program. If they did, it seems like they would have done it themselves. | 4. Re: wxBase and Dev-C++ #2440 | 1) If you included windows.h, try to add winundef.h after that. 2) Try these options: http://g.yi.org/_scripts/file.php?f=424&r=46 | Forum List • Thread List • Reply • Refresh • New Topic • Search • Previous • Next 1 |
|
|