I tried to upgrade the wxmsw28_gl_gcc_custom.dll that I successfully built with wxWidgets-2.8.6 (following this topic
http://forums.wxwidgets.org/viewtopic.php?t=14007 ) using the new wxWidgets 2.8.10
I compiled the DLL using the commands:
set WXWIN=c:\wxWidgets-2.8.10
set path=c:\Dev-Cpp\bin;%path%
mingw32-make -f makefile.gcc BUILD=release MONOLITHIC=1 USE_OPENGL=1 RUNTIME_LIBS=static USE_RTTI=0 USE_EXCEPTIONS=1 SHARED=1
and I obtained the wxmsw28_gl_gcc_custom.dll, but when I launch an executable that is built relaying on the DLL I receive the following error:
The application failed to initialize properly (0xc0000005)
and this is the report on Vista Home Premium (same prob in XP):
Problem signature:
Problem Event Name: APPCRASH
Application Name: Project2.exe
Application Version: 0.0.0.0
Application Timestamp: 4a79a59e
Fault Module Name: wxmsw28_gcc_custom.dll
Fault Module Version: 2.8.10.0
Fault Module Timestamp: 4a799c4f
Exception Code: c0000005
Exception Offset: 0005be73
OS Version: 6.0.6001.2.1.0.768.3
Locale ID: 1033
Additional Information 1: 7cc8
Additional Information 2: 8ca3848b0bd396e95688544d3244d95b
Additional Information 3: baf1
Additional Information 4: 29b40bae00663bbc0510d81a4d4b3370
Please note that if I use the old dll everything works fine...
Thanx in advance for any suggestion
Maurice
