Hi all,

I am trying to create a Qt 4.7.1 application using sqlite and the basic gui components both for windows and linux.

The application builds and runs properly in both windows and linux on my development machine.

When trying to distribute the application to other computers, including the dll files which are needed (found them in my qt installation), I get the error "The Application has requested the runtime to terminate in an unusual way" which does not really help.

I can't get the return code since echo %errorlevel% returns 0.

I am using mingw and qt-creator, and used valgrind to get rid of memory leaks (which give a different error anyway).

I'd appreciate a hint to the right direction.

Thanks