Hi All,

I'm using Qt SDK 2009.5 and developing using QtCreator and the bundled MinGW on Windows 7 x64. So far, in debug mode, everything worked just fine and my application builds, runs and can be debugged without problems.

When I try to run the application compiled in release mode, I get the runtime error "Unable to find entry point _Z9qBadAllocv in QtCore4.dll".

I haven't found any way to fix it so far. By doing an "nm" on the static QtCore4.a I have seen that indeed it contains _Z9qBadAllocv... so I'd expect to find it also in the dll.

Any pointers? Thanks !

Giacomo