Problems after building CEGUI from source
Posted: Thu Apr 22, 2010 14:11
Hello.
I've got some problems running my program after compiling CEGUI from source.
After downloading the whole 0.7.x folder from the repository, and premake 3.1, I ran build vs_2005.bat (I normally use vs2008, but when I tried to run build_vs2008.bat it exited with the message "Unrecognized target: vs2008", but I figured it shouldn't matter)
I also DL'd the dependencies for the vc8 version, and finally compiled. When done, I simply copied all the .lib-files over to my project/CEGUI/lib-folder and the .dll to the corresponding folder ("project/debug"/"project/release") and expected it to work.
It didn't.
When I try to run the project, It exits immidately with an error prompt that says "The application failed to initialize properly (0xc0150002). Click OK to terminate the application". In the ouputwindow I see the following:
I've searched the forums, and found this viewtopic.php?f=10&t=4726, although I didn't recieve much from it. Do anyone know what the problem might be?
Thanks.
I've got some problems running my program after compiling CEGUI from source.
After downloading the whole 0.7.x folder from the repository, and premake 3.1, I ran build vs_2005.bat (I normally use vs2008, but when I tried to run build_vs2008.bat it exited with the message "Unrecognized target: vs2008", but I figured it shouldn't matter)
I also DL'd the dependencies for the vc8 version, and finally compiled. When done, I simply copied all the .lib-files over to my project/CEGUI/lib-folder and the .dll to the corresponding folder ("project/debug"/"project/release") and expected it to work.
It didn't.
When I try to run the project, It exits immidately with an error prompt that says "The application failed to initialize properly (0xc0150002). Click OK to terminate the application". In the ouputwindow I see the following:
Code: Select all
CauseOfWar.exe': Loaded 'C:\Documents and Settings\Administrator\My Documents\CauseOfWar\Copy of CauseOfWar\Debug\CEGUIBase_d.dll', Symbols loaded.
LDR: LdrpWalkImportDescriptor() failed to probe c:\Documents and Settings\Administrator\My Documents\CauseOfWar\Copy of CauseOfWar\Debug\CEGUIBase_d.dll for its manifest, ntstatus 0xc0150002
Debugger:: An unhandled non-continuable exception was thrown during process load
The program '[6516] CauseOfWar.exe: Native' has exited with code -1072365566 (0xc0150002).
I've searched the forums, and found this viewtopic.php?f=10&t=4726, although I didn't recieve much from it. Do anyone know what the problem might be?
Thanks.