Problem Loading CEGUIFalagardBase_d (0.5.0 CVS)

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

tillhm
Just popping in
Just popping in
Posts: 1
Joined: Sat Jun 24, 2006 11:29
Contact:

Problem Loading CEGUIFalagardBase_d (0.5.0 CVS)

Postby tillhm » Sat Jun 24, 2006 18:11

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.

User avatar
Levia
Quite a regular
Quite a regular
Posts: 83
Joined: Mon May 22, 2006 18:25
Location: Bergen op zoom, The Netherlands
Contact:

Postby Levia » Mon Aug 21, 2006 12:00

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.
Image
Image

User avatar
lindquist
CEGUI Team (Retired)
Posts: 770
Joined: Mon Jan 24, 2005 21:20
Location: Copenhagen, Denmark

Postby lindquist » Mon Aug 21, 2006 15:34

CEGUIFalagardWRBase is not a WindowSet, it's a WindowRendererSet

User avatar
Levia
Quite a regular
Quite a regular
Posts: 83
Joined: Mon May 22, 2006 18:25
Location: Bergen op zoom, The Netherlands
Contact:

Postby Levia » Mon Aug 21, 2006 16:10

Hmm yes...but CEGUIFalagardBase isnt there anylonger. And your right. I was using an old scheme file, sorry.

Code: Select all

<WindowRendererSet Filename="CEGUIFalagardWRBase" />
Image

Image


Return to “Help”

Who is online

Users browsing this forum: No registered users and 14 guests