|
From: Martin O. <ki...@gm...> - 2003-10-01 22:35:00
|
Am Freitag, 26. September 2003 23:28 schrieb Martin Oberzalek: > I'm using FOX-1.0.45 and I detected that FXString().format() crashes un= der > Windows (gcc version 3.2.3 (mingw special 20030504-1)) > I'm using the cross-tools scripts for building the win32 binary. Workaround: I eliminated the usage of FXString::format() in my application but it sti= ll=20 crashed, when I turned optimation on. After heavy debugging sessions I=20 inspected the FOX source code and detected vsscanf.cpp. The cross tools are using 20030504-1, Dev-C++ under Windows is using=20 20020817-1. Since 2003-03-02 vsscanf is included in the libmingwex.a http://www.mail-archive.com/cyg...@cy.../msg00942.html So, the same code, the same libs, the same compiler...=20 I removed the vsscanf.o from libmingwex.a and added vsscanf.cpp from FOX = to my=20 project. Now, there are no more crashes, and my application works fine. Greetings, Martin! --=20 11:55pm up 5 days, 9:37, 13 users, load average: 0.16, 0.16, 0.23 |