I'm apologize !!! After re-compiling every thing, all is working now.
Sorry
Search found 7 matches
- Thu Oct 28, 2010 15:33
- Forum: Modifications / Integrations / Customisations
- Topic: createfromimagefile problem (cegui crash)
- Replies: 5
- Views: 5224
- Thu Oct 28, 2010 15:26
- Forum: Modifications / Integrations / Customisations
- Topic: createfromimagefile problem (cegui crash)
- Replies: 5
- Views: 5224
Re: createfromimagefile problem (cegui crash)
Error from me, i've added some trace until the end of the function load => ok end of function reaches, continue to search where is the problem....
- Thu Oct 28, 2010 15:18
- Forum: Modifications / Integrations / Customisations
- Topic: createfromimagefile problem (cegui crash)
- Replies: 5
- Views: 5224
Re: createfromimagefile problem (cegui crash)
I've modified the ceguiirrlichtimagecodec to send some trace do cegui.log: using namespace irr; // wrap data in a IrrlichtMemoryFile so Irrlicht can try to 'load' it. Logger::getSingleton().logEvent("Debut chargement"); IrrlichtMemoryFile imf("IrrlichtImageCodec::Load", data.getD...
- Thu Oct 28, 2010 11:15
- Forum: Modifications / Integrations / Customisations
- Topic: createfromimagefile problem (cegui crash)
- Replies: 5
- Views: 5224
Re: createfromimagefile problem (cegui crash)
I've just try with the 0.7.4 version => same error, can't read the TGA file. I've got a modified vesion of irrlicht so i recompile CEGUI with the new version => no error in the compilation, but when i ran=> exception on the las statement (cf log file)
- Sun Oct 24, 2010 06:45
- Forum: Modifications / Integrations / Customisations
- Topic: createfromimagefile problem (cegui crash)
- Replies: 5
- Views: 5224
createfromimagefile problem (cegui crash)
High everybody, i'm trying ti use cegui 0.7.1 with irrkicht 1.7.1 in a small application. I've got a crash on the line: createfromimagefile as in the following code. I've tried with the irrlicht function (createImagefromfile) and irrlicht can load it. I'm searching since 2 days, can someone help me ...
- Fri Aug 01, 2008 10:50
- Forum: Help
- Topic: can't access text from itemlistbox
- Replies: 2
- Views: 1765
- Fri Aug 01, 2008 09:55
- Forum: Help
- Topic: can't access text from itemlistbox
- Replies: 2
- Views: 1765
can't access text from itemlistbox
Hi i've began to use cegui with irrlicht. I'm trying to use itemlistbos in a layout, in my code i'm catching the event of the itemlistbox: ptfunction=HandleSetupVideoScreenResolution; if (Guiwmgr->isWindowPresent("TabSetupVideo/ItemListbox")) { ItemListbox *tmp; tmp=(ItemListbox *)WindowMa...