Search found 6 matches
- Mon Jul 30, 2018 07:05
- Forum: Help
- Topic: Failing to see GUI
- Replies: 2
- Views: 16510
Re: Failing to see GUI
Thanks a lot, got it working now. Another thing I was doing wrong is not saving the default gui context as a reference, causing it to make a copy and not make changes to the actual context.
- Sun Jul 29, 2018 21:46
- Forum: Help
- Topic: Failing to see GUI
- Replies: 2
- Views: 16510
Failing to see GUI
I tried following the beginner's guide as well as look at some of the samples, but all I can get my program to do at this time is draw a Windows window with black inside it (the clear color), and the CEGUI windows are not showing up. Also when closing the app, I'm getting an exception in GuiContext....
- Sat Jul 28, 2018 22:06
- Forum: Help
- Topic: DynamicModule fails to load ExpatParser
- Replies: 7
- Views: 24601
Re: DynamicModule fails to load ExpatParser
I dumped all *_d.dll files from the dependency folder into my exe folder, and now it works. The problem I'm getting now is when trying to call , I'm getting an exception in the line in Singleton.h
Code: Select all
CEGUI::System::create(myRenderer);Code: Select all
assert( !ms_Singleton );- Sat Jul 28, 2018 21:56
- Forum: Help
- Topic: DynamicModule fails to load ExpatParser
- Replies: 7
- Views: 24601
Re: DynamicModule fails to load ExpatParser
The video I was referring to is this: https://www.youtube.com/watch?v=VaD-MQJLtWk& After putting the libexpat_d.dll in my folder, the problem is now loading the SILLY codec. I put CEGUISILLYImageCodec_d.dll and SILLY_d.dll in the folder, but no dice. I'm on Visual Studio 2017, Windows 10, if tha...
- Sat Jul 28, 2018 13:39
- Forum: Help
- Topic: DynamicModule fails to load ExpatParser
- Replies: 7
- Views: 24601
Re: DynamicModule fails to load ExpatParser
The tutorial about building with CMake and Visual Studio, the one on youtube. Using the latest version, only got it yesterday. Not sure what you mean about the sample browser
- Sat Jul 28, 2018 11:30
- Forum: Help
- Topic: DynamicModule fails to load ExpatParser
- Replies: 7
- Views: 24601
DynamicModule fails to load ExpatParser
Hi guys. I followed the tutorial and built the dependencies and CEGUI in VS. I'm getting a "Failed to load module" error on the expat parser dll, even though it is sitting in the same folder as the executable. Really all I'm doing right now is creating a D3D9 Device and trying to use the b...