Hi,

running my program from within qt i am getting the error "The program has unexpectedly finished." *.exe exited with code -1073741515
Debuging the application with a debug point on the first row of main gives me a message that the application has crash during startup.

When i am running the application outside qt and coping all the dependency gives me an other error: "The procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++-6.dll"

Running the application with "C:\Qt\Qt5.1.0\\5.1.0\mingw48_32\bin;C:\Qt\Qt5.1.0 \Tools\mingw48_32\bin;" added to the path works fine.

When copying the dll to the folder I probably made an mistake. But what can be the problem when running from within Qt?

any help is appreciate,
Delphi.