Application error - exe debugging not starting

I recently downloaded Assimp and I ran into some problems.

I linked the libraries and I can get the program to compile and it works fine in Release mode; however, it Debug .exeamazes me with this error:

The application could not start correctly (0xc0150002). Click "OK" to close the application.

error

Additional Information:

  • I am using VS2010 with the target machine installed on x86.

  • I use 32-bit debug dll ( Assimp32d.dll), which was granted, and I tried to configure the run-time library /MT, /MTd, /MDand /MDdno luck.

, Dependency Walker .exe, , . , , .

: "c:\users\-----\documents\visual studio 2010\projects\AssimpTest\debug\ASSIMP32D.DLL" . , . . sxstrace.exe(14001). : . . , - . : .

+5
4

, , ( SDK), DLL .

- , , : assimp-sdk-3.0-setup.exe

+7

64- Assimp 3.0.

, , assimp/workspaces/vc9, assimp.sln Visual Studio 10, , 32- 64- dll. , boost , , boost, .

, CMake, , , .

+1

, .dll. , Assimp!

+1

, "assimp-sdk-3.0-setup.exe" Windows.

I pointed the Visual Studio Solution Include and Lib directories to the appropriate folders from the newly installed location, copied the DLL to my application location. The problem is resolved. Hope this helps someone.

Greetings.

0
source

All Articles