Procedure Entry Point Error in EXE After Deployment
-

-
This post is deleted!
-
@Signal_Slayer:
get_default_resourceis from the C++ standard library. Check if you have deployed the MinGW runtime libs (likelibstdc++-6.dllandlibgcc_s_dw2-1.dll)You should find them in
c:\Qt\Tools\mingw1120_64\binor whereever your MinGW is installed.Regards