Search found 39 matches

by lymantok
Sat Aug 14, 2010 22:06
Forum: Help
Topic: How to run CEGUI with Irrlicht
Replies: 7
Views: 5466

Re: How to run CEGUI with Irrlicht

I use vc8 with CEGUI 0.7.1 and Irrlicht 1.7.1. It works fine. All my issues have been related to my environment setting up the vc8 includes/libs/dlls properly for "release" and "debug" including building CEGUI properly from soruce for "release" and "debug". Th...
by lymantok
Thu Apr 08, 2010 01:22
Forum: Help
Topic: Trouble with Layout Editor using AquaLook Skin
Replies: 5
Views: 3062

Re: Trouble with Layout Editor using AquaLook Skin

That fixed it. Many thx!
by lymantok
Tue Apr 06, 2010 01:53
Forum: Help
Topic: Trouble with Layout Editor using AquaLook Skin
Replies: 5
Views: 3062

Re: Trouble with Layout Editor using AquaLook Skin

Hi Thx, Sorry about that... I'll search the forum for client area changes to see if there is any info on how and what to fix. Layout editor log: 05/04/2010 18:41:39 (Std) * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- * 05/04/2010 18:41:39 (Std) ****************************...
by lymantok
Sun Apr 04, 2010 06:51
Forum: CEGUI Library Development Discussion
Topic: Falagard Visual Skin / Scheme Editor
Replies: 65
Views: 53322

Re: Falagard Visual Skin / Scheme Editor

Adding my vote for a skin/scheme editor. $30 would be a steal CE! :D
by lymantok
Sun Apr 04, 2010 06:49
Forum: Help
Topic: Trouble with Layout Editor using AquaLook Skin
Replies: 5
Views: 3062

Trouble with Layout Editor using AquaLook Skin

Hi, I have an odd problem with an a gap in the frame window, and a missing close button using the AquaLook Skin in the layout editor. Images and descriptions of the problem are here: http://www.flickr.com/photos/22251599@N04/sets/72157623765279640/ I'd like to eliminate the gap and have the top port...
by lymantok
Thu Apr 01, 2010 03:33
Forum: Help
Topic: Building Irrlicht 1.7.1 with CEGUI 0.7.1
Replies: 20
Views: 9738

Re: Building Irrlicht 1.7.1 with CEGUI 0.7.1

Hi CE,

Well, my xp machine with vc9 installed, builds cegui and ceguisamples for release dll and debug dll perfectly fine. All the samples run perfectly as release or debug. At last. For me and my machine I bid goodbye and good riddance to vc8! Thanks for all your help and suggestions!
by lymantok
Thu Apr 01, 2010 01:17
Forum: Help
Topic: Building Irrlicht 1.7.1 with CEGUI 0.7.1
Replies: 20
Views: 9738

Re: Building Irrlicht 1.7.1 with CEGUI 0.7.1

Hi CE, Many thanks again. I ended up installing vc9 on a lesser machine running windows7 with just cegui 0.7.1 and Irrlicht 1.7.1. I built the release dll and debug dll of cegui and the samples with opengl. They all run fine. On my xp machine with just vc8, I did check the deps as suggested and they...
by lymantok
Wed Mar 31, 2010 04:22
Forum: Help
Topic: Building Irrlicht 1.7.1 with CEGUI 0.7.1
Replies: 20
Views: 9738

Re: Building Irrlicht 1.7.1 with CEGUI 0.7.1

CE, Many thanks. I did end up trying that as well. I set CEGUI to build multithreaded debug dll's. No joy. This is what i get in my app now upon execution: LDR: LdrpWalkImportDescriptor() failed to probe d:\Personal\CEGUI-Input-with-Transparent-Windows\Debug\CEGUIBase_d.dll for its manifest, ntstatu...
by lymantok
Mon Mar 29, 2010 03:17
Forum: Help
Topic: Building Irrlicht 1.7.1 with CEGUI 0.7.1
Replies: 20
Views: 9738

Re: Building Irrlicht 1.7.1 with CEGUI 0.7.1

Thanks CE. I did compile Irrlicht for debug DLL and then recompiled CEGUI for debug DLLas well (definitely DLL not static this time :wink: ). I had no luck with getting my test application running in debug build, and it's a pain as you said trying to debug. I'll be taking a closer look at how I buil...
by lymantok
Tue Mar 16, 2010 04:57
Forum: Help
Topic: Building Irrlicht 1.7.1 with CEGUI 0.7.1
Replies: 20
Views: 9738

Re: Building Irrlicht 1.7.1 with CEGUI 0.7.1

CE, Many thanks. This is indeed looking like a bad/mismatched vc 2005 configuration on my part. I redid my vcproj file using release for cegui, irrlicht, and my project and I no longer get any runtime error on subscribeEvent. If I get ambitious I'll recompile irrlicht for debug and see if that also ...
by lymantok
Mon Mar 15, 2010 00:24
Forum: Help
Topic: Building Irrlicht 1.7.1 with CEGUI 0.7.1
Replies: 20
Views: 9738

Re: Building Irrlicht 1.7.1 with CEGUI 0.7.1

Hi CE, Many thanks, I'll check into that. I finished my test program and can display a layout window perfectly. Unfortunately, now, sorry to trouble you again, I'm getting the dreaded runtime crash on subscribeEvent again. I fixed this subscribe event problem last time I was using CEGUI 6.2 and Irrl...
by lymantok
Sun Mar 07, 2010 18:05
Forum: Help
Topic: Building Irrlicht 1.7.1 with CEGUI 0.7.1
Replies: 20
Views: 9738

Re: Building Irrlicht 1.7.1 with CEGUI 0.7.1

Hi CE,

I found SILLY.dll in the cegui dependencies. Copying these to my debug directory eliminated my cannot find SILLY.dll error on startup.

Many thanks for your help!
by lymantok
Sun Mar 07, 2010 17:42
Forum: Help
Topic: Building Irrlicht 1.7.1 with CEGUI 0.7.1
Replies: 20
Views: 9738

Re: Building Irrlicht 1.7.1 with CEGUI 0.7.1

Hi CE, You are awesome. Many thanks for the ATL pointer. I did'nt have that installed. I get a bit further now. My application starts but prior to opening the irrlicht render window I get an Application failed to start because SILLY.DLL was not found. If I press ok, the application continues on and ...
by lymantok
Thu Mar 04, 2010 17:51
Forum: Help
Topic: Building Irrlicht 1.7.1 with CEGUI 0.7.1
Replies: 20
Views: 9738

Re: Building Irrlicht 1.7.1 with CEGUI 0.7.1

Hi CE,

The error I get is: The app failed to initialize properly (0xc150002). I get the same error on debug (non-static) and release. I'm using vc++2005 with the SP1 patch.

Good to know your build worked! I must still have a library mismatch somewhere. Argh.

Thx!
by lymantok
Thu Mar 04, 2010 03:40
Forum: Help
Topic: Building Irrlicht 1.7.1 with CEGUI 0.7.1
Replies: 20
Views: 9738

Building Irrlicht 1.7.1 with CEGUI 0.7.1

Hi CE, Has anyone tried building this combination? I've been trying a few combinations for several days without any success. Just get a failure to initialize properly on launching the exe. I had Irrlicht 1.5 and CEGUI 0.6.2 working fine before, so just curious if the latest versions of Irrlicht and ...

Go to advanced search