I am trying to use a dll compiled using minGw in debug mode, in an application I wrote using QT Creator/minGW. Windows XP, QT 4.5.2, Creator 1.2

When I try and run the app inside of creator, it exists with the followign error message:

exited with code -1073741515

When I try and debug the application inside of Creator, it just hangs--I get a message that says "running requested" and then "Gdb running" in the status bar below the edit window--but nothing happens. My process is not shown in the task manager.

When I start a windows shell with the correct QT paths set, etc, and start my app from the command line, everything runs just fine.

When I remove the lib from my .pro file, and from the code, the code debugs and works just fine.

My suspicion is that I've got some kind of mismatch between debug and release versions of libraries, but I think its debug all the way--

any ideas?

Jonathan Howland