Search found 13 matches

by 50p
Fri May 22, 2009 17:19
Forum: Help
Topic: Compiling problem - what am I missing?
Replies: 25
Views: 14755

Re: Compiling problem - what am I missing?

I must have missed that sentence! OMG. That helped. I managed to run the application without any exceptions nor error message boxes. The tutorial 1 on the wiki should say about it because I tried to initialize the system after I created the window. I could have gone around that problem earlier. Anyw...
by 50p
Fri May 22, 2009 11:14
Forum: Help
Topic: Compiling problem - what am I missing?
Replies: 25
Views: 14755

Re: Compiling problem - what am I missing?

So how did you want me to log the event's message? I checked the ::Logger on the API Ref. page and found .d_message which is not accessible and .logEvent() which is not static function that is, I can't use it. I have no idea how to convert that C string pointer to Win32 based string that can be used...
by 50p
Thu May 21, 2009 21:43
Forum: Help
Topic: Compiling problem - what am I missing?
Replies: 25
Views: 14755

Re: Compiling problem - what am I missing?

OK, just checked the CEGUI.log and nothing seem to fail at all... Here is the content: 21/05/2009 22:36:39 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 21/05/2009 22:36:39 (Std) + Crazy Eddie's GUI System - Event log + 21/05/2009 22:36:39 (Std) + (http://www....
by 50p
Thu May 21, 2009 14:50
Forum: Help
Topic: Compiling problem - what am I missing?
Replies: 25
Views: 14755

Re: Compiling problem - what am I missing?

If you didn't have access to internet you didn't use any 3rd party libs -_- OMG! How naive are you? You actually think that pre-internet there was no way to obtain access to 3rd party libraries and other such things? I'm truly embarrassed for you. :mrgreen: CE. LOL Anyway, I installed SP1 and tried...
by 50p
Thu May 21, 2009 13:08
Forum: Help
Topic: Compiling problem - what am I missing?
Replies: 25
Views: 14755

Re: Compiling problem - what am I missing?

Yes, I've changed to VS2005 so I downloaded the binaries for VS2k5. If I didn't have SP1 would the code compile at all? What has got SP1 to do with running the application? If the user of my application didn't have VS2k5 SP1 he wouldn't be able to run it? That's ridiculous. I'm not sure if I run SP1...
by 50p
Thu May 21, 2009 00:55
Forum: Help
Topic: Compiling problem - what am I missing?
Replies: 25
Views: 14755

Re: Compiling problem - what am I missing?

From what CE said, I wasn't doing anything wrong. The only thing I did wrong was that I linked to the wrong lib in the debug mode. I change the links and now it uses _d.dlls. But when I try to run the app I get an Application Error with message: The application failed to initialize properly (0xc0150...
by 50p
Wed May 20, 2009 17:24
Forum: Help
Topic: Compiling problem - what am I missing?
Replies: 25
Views: 14755

Re: Compiling problem - what am I missing?

This is the time when a programmer wants to take the monitor and throw it through the window! 1. Tell me how do you include the CEGUI lib in your projects, please. I just want to make sure I'm doing everything correctly. 2. When I compile a debug build the .exe complains about .dll not _d.dll! 3. I ...
by 50p
Tue May 19, 2009 18:47
Forum: Help
Topic: Compiling problem - what am I missing?
Replies: 25
Views: 14755

Re: Compiling problem - what am I missing?

In the callstack it doesn't point to any function -_-' It just points to a cell in memory (I think), which is the fist number shown in the Disassembly, just like you've shown: kernel32.dll!7c812afb() But it points to CEGUIBase.dll like so: CEGUIBase.dll!7C812A5B() Note the number after "....dll...
by 50p
Tue May 19, 2009 13:44
Forum: Help
Topic: Compiling problem - what am I missing?
Replies: 25
Views: 14755

Re: Compiling problem - what am I missing?

I'm not sure if this is what you want because when the exception pops up and I press "Break" the arrow in callstack points to kernel32.dll but the message says: Unhandled exception at 0x7c812a5b in OpenGLDialog.exe: Microsoft C++ exception: CEGUI::GenericException at memory location 0x0013...
by 50p
Tue May 19, 2009 12:31
Forum: Help
Topic: Compiling problem - what am I missing?
Replies: 25
Views: 14755

Re: Compiling problem - what am I missing?

Well, I downloaded 0.6.2 binaries for VS2005 (the SDK?) and tried to use these. I told you about swapping the .dll because I was trying different build modes. First I tried to use _d.dll (debug) and I always had exception errors... so I took the .dll (release) and tried to build the app in release b...
by 50p
Mon May 18, 2009 11:50
Forum: Help
Topic: Compiling problem - what am I missing?
Replies: 25
Views: 14755

Re: Compiling problem - what am I missing?

Yeah that was the problem but I solved it and was editing the previous post to say about it when you posted. Now, I have that exceptions problem.
by 50p
Mon May 18, 2009 09:14
Forum: Help
Topic: Compiling problem - what am I missing?
Replies: 25
Views: 14755

Re: Compiling problem - what am I missing?

Who told you I'm using OGRE? I didn't even mention about it in my previous post LOL. I said I'm using native OpenGL and MFC (google it if you don't know what it is -_-) and visit the link I posted to a tutorial I followed. Don't try to help if you don't know how to, please. BTW, I have added all CEG...
by 50p
Mon May 18, 2009 01:11
Forum: Help
Topic: Compiling problem - what am I missing?
Replies: 25
Views: 14755

Compiling problem - what am I missing?

I'm trying to make a tool very similar to LayoutEditor for Multi Theft Auto : DM . It's a multi-player mod for GTA:San Andreas and uses your GUI system. I want to use CEGUI, their theme and export the GUI created for their Lua scripts. So far, I've followed a really old tutorial on how to use OpenGL...

Go to advanced search