Page 1 of 1

Problem Loading CEGUIFalagardBase_d (0.5.0 CVS)

Posted: Sat Jun 24, 2006 18:11
by tillhm
I'd like to use the PopupMenuItem window in my application, so I think I have to load "schemes/WindowsLookSkin.scheme" and "schemes/WindowsLookWidgets.scheme"

If I load only "schemes/WindowsLookSkin.scheme" the window "WindowsLook/PopupMenuItem" cannot be found, but if I load "schemes/WindowsLookWidgets.scheme" as well, I get the following error

Code: Select all

24/06/2006 20:03:59 (Error)   Exception: DynamicModule::DynamicModule - Failed to load module 'CEGUIFalagardBase_d': The specified module was not found.


However I cannot find such a file in my CEGUI directory. But there is a file called "CEGUIFalagardWRBase_d.dll". I use CEGUI 0.5.0 from the CVS.

Posted: Mon Aug 21, 2006 12:00
by Levia
I had this problem aswell, and this means that the scheme is basically out of date. A simple fix is changing this line:

Code: Select all

<WindowSet Filename="CEGUIFalagardBase" />


to

Code: Select all

<WindowSet Filename="CEGUIFalagardWRBase" />


The line is probably found around line 6 in your scheme file.

Posted: Mon Aug 21, 2006 15:34
by lindquist
CEGUIFalagardWRBase is not a WindowSet, it's a WindowRendererSet

Posted: Mon Aug 21, 2006 16:10
by Levia
Hmm yes...but CEGUIFalagardBase isnt there anylonger. And your right. I was using an old scheme file, sorry.

Code: Select all

<WindowRendererSet Filename="CEGUIFalagardWRBase" />