First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12
MinGW + MSYS + Eclipse CDT shared libs: The application failed to initialize properly (0xc0000005).
R�diger Ranft wrote: You can copy the hello-world to the other machine (without the wx libs), look for its dependencies with dependency-walker, copy one of its missing dlls, recheck, copy... until you have found which one of the libs is causing the problems. Actually, that is what I did the other day - I... 10 Jun 2010 07:47
MinGW + MSYS + Eclipse CDT shared libs: The application failed to initialize properly (0xc0000005).
Lars Uffmann schrieb: R�diger Ranft wrote: Loaded "SHLWAPI.DLL" at address 0x77F60000. Successfully hooked module. Welcome in dll hell. Is the build machine the same as the execution machine? Can you execute an example program on the build machine? Yes, I only started testing on a different mach... 10 Jun 2010 12:15
Trying to build wxWidgets 2.9.0 development snapshot
I am currently trying to see if the other problem I posted here is in any way reproducible or not with 2.9.0 - so I am building that on a virtual machine with win XP SP3, on a Debian system 2 GHz CPU (I don't know how much of that my Debian VirtualBox OSE gives to the VM), and with 500MB of RAM assigned to the ... 9 Jun 2010 11:57
MinGW + MSYS + Eclipse CDT shared libs: The application failed to initialize properly (0xc0000005).
R�diger Ranft wrote: Loaded "SHLWAPI.DLL" at address 0x77F60000. Successfully hooked module. Welcome in dll hell. Is the build machine the same as the execution machine? Can you execute an example program on the build machine? Yes, I only started testing on a different machine *after* execution on the b... 9 Jun 2010 05:20
MinGW + MSYS + Eclipse CDT shared libs: The application failed to initialize properly (0xc0000005).
Lars Uffmann wrote: Loaded "NTDLL.DLL" at address 0x7C900000. Successfully hooked module. [..] Second chance exception 0xC0000005 (Access Violation) occurred in "NTDLL.DLL" at address 0x7C966668. Doing the math here gets me to the violation occuring at address 0x7c966668 - 0x7c900000 = 0x66668 inside ... 9 Jun 2010 04:15
MinGW + MSYS + Eclipse CDT shared libs: The application failed to initialize properly (0xc0000005).
R�diger Ranft wrote: You can examine the dependencies of your program with the Microsoft "dependency walker". Look for errors in the output, and which dll causes Will http://www.dependencywalker.com/ do the trick? I didn't know Microsoft had it's own... Dependency Walker output: ------------ Started ... 8 Jun 2010 11:26
MinGW + MSYS + Eclipse CDT shared libs: The application failedto initialize properly (0xc0000005).
Lars Uffmann schrieb: Hey everyone! Now I have stumbled into some odd behaviour: When I build the wxWidgets sampleMinimal, with shared library settings (wxconfig with the option "--static=no"), my final executable will abort with the critical error message "The application failed to initialize p... 8 Jun 2010 10:17
MinGW + MSYS + Eclipse CDT shared libs: The application failed toinitialize properly (0xc0000005).
Hey everyone! I am currently working on updating the Eclipse guide for wxWidgets in the wiki to the latest software versions. I have documented my MSYS and MinGW installation process in this guide: http://wiki.wxwidgets.org/HowTo:_Install_MSYS_and_MinGW_for_use_with_Eclipse_CDT Eclipse was set up according ... 8 Jun 2010 08:02
SOLVED: MSYS / MinGW installation
Lars Uffmann wrote: an error message (by wget, I guess) that it needs msys-crypto-1.0.0.dll - and that file isn't contained in the MSYS libcrypt dll download. Okay, found the proper package (makes perfect sense, in retrospective): MSYS openssl dll package: libopenssl-1.0.0-1-msys-1.0.13-dll-100.tar.lzma ... 1 Jun 2010 07:33
MSYS / MinGW installation
Hey everyone! I'm currently working to bring the Eclipse/MinGW/MSYS installation guide up to date, and discovered that devs made a horrible mess out of the MSYS/MinGW installation, as can be seen here: http://www.mingw.org/ What it boils down to, is: I used to install (according to guides) MinGW first, ... 1 Jun 2010 06:28
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12