|
|
 | | From: | Mike Hurley | | Subject: | Compiling wxmsw 2.4.2 with iostream support | | Date: | Thu, 20 Jan 2005 14:10:14 +0000 (UTC) |
|
|
 | Hey all-
I had tried compiling iostream support into the library under wxmsw 2.4.2 (DEBUG/FINAL and WXMAKINGDLL). Executables I made worked fine if FINAL=1 but for every program I did DEBUG=1 (including minimal sample) I got this error at runtime by the program loader (linked ok):
(not exact wording) Could not find entry point ZN8wxObject4DumpERSo in wxmsw242d.dll.
I don't plan on using the iostream features all the time but they could be nice in the future and I'd like to figure this out now.
compiler: MinGW gcc 3.3.1 compile with: makefile.g95
I had enabled support for iostreams by editing: include\wx\msw\setup.h under the wxWidgets directory and setting wxUSE_STD_IOSTREAM to 1.
Was there something else I had to do?
Thanks for the help. Mike Hurley
===== "You're nuts, N-V-T-S nuts!" ---Swiftus from Mel Brooks' History of the World, Part I
--------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe@lists.wxwidgets.org For additional commands, e-mail: wx-users-help@lists.wxwidgets.org
|
|
|