Hi all,

I have developed a project that use a dynamic library. I need put the dll in the executable folder to execute the project. I have detected an issue, when I execute the project from Qt Creator, the program unexpectedly finished. I have copied the libraries in the debug and release folder but the problem persists.
If I execute the exe program manually from release or debug folders, the program runs properly.

What's wrong?

Regards.