Page 1 of 1

Running demos from sdk 0.5.0b binaries

Posted: Tue Jan 02, 2007 22:23
by Sesshomurai
Hi,
I downloaded and installed the 0.5.0b VC++ 8 (using VC express 2005) and they compiled fine using the supplied project solution.

When I try to run Demo4, it says it cannot find the dx3d...dll. The readme did not explain the additional steps I need to now run the demos. Is there a separate dependencies file somewhere or do I have to add the dependencies by hand now? If I can get a list of what those dependencies are, it will make it much easier.

thanks for any help! can't wait to see this in action.

Sessh

Posted: Wed Jan 03, 2007 08:13
by scriptkid
Hi,

CEGUI is probably setup to only build the OpenGL renderer. You might check the first two posts in this thread:
http://www.cegui.org.uk/phpBB2/viewtopi ... ght=#10255

Good luck! :-)

Posted: Wed Jan 03, 2007 13:32
by Sesshomurai
Thanks. Hehe. That was my thread too, but none of it really helped.
I would say that it must not be configured for OpenGL because its looking for a d3d... dll which I believe is direct3d.

I was hoping it would simply run out of the box, because it compiles fine.

Sessh

Posted: Wed Jan 03, 2007 16:33
by scriptkid
Hehe, how dull of me, sorry! :-)

So it only happens with Sample4 then?

Posted: Wed Jan 03, 2007 17:39
by Sesshomurai
Happens with all of them for me. But I am only a beginner with VC++ 2005, so the extra footwork is not yet obvious to me.

In looking at the config settings in VC++ I find it curious that you can set paths for building, but not for running (e.g. debugging an instance). Confusing.

Sessh

EDIT:

'Sample_Demo8_d.exe': Loaded 'C:\Program Files\CEGUI-SDK-0.5.0b-vc8\bin\Sample_Demo8_d.exe', Symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\Program Files\CEGUI-SDK-0.5.0b-vc8\bin\CEGUIBase_d.dll', No symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcp80d.dll', No symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcr80d.dll', No symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\Program Files\CEGUI-SDK-0.5.0b-vc8\bin\CEGUISampleHelper_d.dll', No symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\Program Files\CEGUI-SDK-0.5.0b-vc8\bin\freeglut_d.dll', No symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\WINDOWS\system32\user32.dll', No symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll', No symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\WINDOWS\system32\winmm.dll', No symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\WINDOWS\system32\opengl32.dll', No symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\WINDOWS\system32\glu32.dll', No symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\WINDOWS\system32\ddraw.dll', No symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\WINDOWS\system32\dciman32.dll', No symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\Program Files\CEGUI-SDK-0.5.0b-vc8\bin\OpenGLGUIRenderer_d.dll', No symbols loaded.
'Sample_Demo8_d.exe': Loaded 'C:\Program Files\CEGUI-SDK-0.5.0b-vc8\bin\DirectX9GUIRenderer_d.dll', No symbols loaded.
Debugger:: An unhandled non-continuable STATUS_DLL_NOT_FOUND exception was thrown during process load
The program '[1080] Sample_Demo8_d.exe: Native' has exited with code -1073741515 (0xc0000135).