Search found 12 matches

by Magmatwister
Sun Nov 14, 2010 20:18
Forum: Help
Topic: DirectX11 + CEGUI
Replies: 3
Views: 4884

Re: DirectX11 + CEGUI

tmayr06 wrote:Found the solution!

Take a look at:
http://www.cegui.org.uk/phpBB2/viewtopic.php?f=10&t=5245&p=25181#p25181


Cheers m8!!! Luckily I already have the Effects library compiled! :P
by Magmatwister
Wed Oct 27, 2010 18:08
Forum: Help
Topic: DirectX11 + CEGUI
Replies: 3
Views: 4884

DirectX11 + CEGUI

Version 0.7.3, DirectX11, Win7. CEGUI throws an "CEGUI::RendererException in file ..\..\..\..\cegui\src\RendererModules\Direct3D11\CEGUIDirect3D11Renderer.cpp : Direct3D11Renderer : failed to create effect" failure at the bootstrap function. Any ideas? I would include the log but it's a bi...
by Magmatwister
Tue Oct 26, 2010 22:13
Forum: Help
Topic: Depth Buffer Problems
Replies: 8
Views: 4822

Re: Depth Buffer Problems

I'd be more than happy to add to the documentation, if I could ;P

http://www.cegui.org.uk/docs/current/re ... orial.html

If I COULD change it, I'd add probably add a few extra lines of code + commenting just notifying new users...
by Magmatwister
Tue Oct 26, 2010 16:09
Forum: Help
Topic: Depth Buffer Problems
Replies: 8
Views: 4822

Re: Depth Buffer Problems

Cheers. I didn't find any information about the Renderer doing that :D Maybe you should add a little bit in the "Getting CEGUI rendering" just to warn users?
by Magmatwister
Tue Oct 26, 2010 15:43
Forum: Help
Topic: Depth Buffer Problems
Replies: 8
Views: 4822

Re: Depth Buffer Problems

Forgot :P, Ok so DirectX9, Version 0.73, 26/10/2010 16:41:24 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 26/10/2010 16:41:24 (Std) + Crazy Eddie's GUI System - Event log + 26/10/2010 16:41:24 (Std) + (http://www.cegui.org.uk/) + 26/10/2010 16:41:24 (Std) +-+...
by Magmatwister
Tue Oct 26, 2010 15:20
Forum: Help
Topic: Depth Buffer Problems
Replies: 8
Views: 4822

Depth Buffer Problems

Whenever I call the CEGUI::System::getSingleton().renderGUI(); function, the Depth buffer in my DirectX program becomes non-existant. Can anyone help me?
by Magmatwister
Wed Oct 13, 2010 20:25
Forum: CEGUI Library Development Discussion
Topic: Falagard Visual Skin / Scheme Editor
Replies: 65
Views: 65420

Re: Falagard Visual Skin / Scheme Editor

Yes I would appreciate this =] Considering I plan to use CEGUI for all further GUI for my game, yes I wouldn't mind paying a small fee to make the process of skinning much easier :D (Though I have yet to try it, I'm not sure if I will like the xml way of doing it) How much are we talking in price th...
by Magmatwister
Wed Oct 13, 2010 17:03
Forum: Help
Topic: Rendering in DirectX9
Replies: 2
Views: 2116

Re: Rendering in DirectX9

The bootstrap system creates the system for you. Also, as for the other error, you don't need to be storing it within a class. Instead just do:

CEGUI::Direct3D9Renderer& myRenderer = CEGUI::Direct3D9Renderer::bootstrapSystem( pDevice );

Within a method of your class.
by Magmatwister
Wed Oct 13, 2010 15:45
Forum: Help
Topic: Using CEGUI
Replies: 5
Views: 3944

Re: Using CEGUI

Legend. :D CHEERS. OH and you helped me solve ANOTHER problem with integrating a 3rd party library just by telling me that. xD xD
by Magmatwister
Tue Oct 12, 2010 20:55
Forum: Help
Topic: Using CEGUI
Replies: 5
Views: 3944

Re: Using CEGUI

Ok so you know how I said earlier I got the samples working... I hadn't tried to integrate it into my project. I have no errors except these and I don't know how to resolve them, because I have copied the entire bin folder of dlls into my main project directory and the errors persist (I assume that ...
by Magmatwister
Fri Oct 08, 2010 20:52
Forum: Help
Topic: Using CEGUI
Replies: 5
Views: 3944

Re: Using CEGUI

You need to generate and build the main CEGUI.sln prior to building the samples solution. While this may not be mentioned in any tutorials, in this developers opinion, it's hardly rocket science. I will forewarn you that you'll get short shrift around here for not using common sense, but complainin...
by Magmatwister
Thu Oct 07, 2010 20:17
Forum: Help
Topic: Using CEGUI
Replies: 5
Views: 3944

Using CEGUI

Hi, I am new to using CEGUI and I followed the instructions on the wiki as best I could (They were vague) and I used the batch files to build the sample solution. However, when I try and compile it, I get the following errors. Can someone please help me. 1>------ Build started: Project: CEGUISampleH...

Go to advanced search