Hi @Belyy, Andrey You could check this answer on stackoverflow:
The most likely explanations for that error are:
- The file you are attempting to load is not an executable file.
- There is a problem loading one of the dependencies of the executable. Check if there is a mismatch between your application and dependency.
In addition, the line strCMD += _T("\\bin\\al_engine.exe \");
seems like it cannot be compiled, it should be strCMD += _T("\\bin\\al_engine.exe ");
or strCMD += _T("\\bin\\al_engine.exe \\");
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.