Ok you're right. I've found !!
I used 32 bit version of cg instead of there is a 64 bit version in the ogre-dependencies package that I didn't see. But i don't understand why my Ogre application worked fine without CEGUI....
Thanks !
Search found 17 matches
- Fri Apr 17, 2015 11:08
- Forum: Help
- Topic: [Solved] 64-bit setup - Crash when launch .exe (0xc000007b)
- Replies: 6
- Views: 5075
- Thu Apr 16, 2015 17:06
- Forum: Help
- Topic: [Solved] 64-bit setup - Crash when launch .exe (0xc000007b)
- Replies: 6
- Views: 5075
Re: Crash when launch .exe (0xc000007b)
ok i will compile debug tonight
hmm ... Doxygen ?
Other thant hat I am pretty sure you mixed up 32-bit and 64-bit somewhere, just like lucebac said.
hmm ... Doxygen ?
- Thu Apr 16, 2015 16:01
- Forum: Help
- Topic: [Solved] 64-bit setup - Crash when launch .exe (0xc000007b)
- Replies: 6
- Views: 5075
Re: Crash when launch .exe (0xc000007b)
I compiled Ogre and dependencies Myseft so it is all in 64 bit.
I compile in Release mode there are no error but i don't made debug dll for cegui. I would like to test CEGUI 0.8 first.
I compile in Release mode there are no error but i don't made debug dll for cegui. I would like to test CEGUI 0.8 first.
- Thu Apr 16, 2015 15:20
- Forum: Help
- Topic: [Solved] 64-bit setup - Crash when launch .exe (0xc000007b)
- Replies: 6
- Views: 5075
[Solved] 64-bit setup - Crash when launch .exe (0xc000007b)
HI, I compiled CEGUI 0.8 with dependancies using Visual Studio 2013 on 64 bit. Cegui build fine, and when I lauch SampleFramework it work. Unfortunately in my program (I'henm using ogre 1.9 stable) when I add CEGUI it compiled but crash when I lauch the .exe. It says the achpplication can't start Co...
- Sat Jan 07, 2012 08:16
- Forum: Help
- Topic: I want to make circle Image
- Replies: 13
- Views: 13713
Re: I want to make circle Image
saejox wrote:if you are trying to create an 32bit image (RGB and alpha) use libPng. then load created image to cegui.
creating image pixel by pixel is not cegui's job.
check http://libpng.org/pub/png/libpng.html
Ok, thanks to answer, I did'nt know there was impossible to do that in CEGUI...
- Fri Dec 30, 2011 13:59
- Forum: Help
- Topic: I want to make circle Image
- Replies: 13
- Views: 13713
Re: I want to make circle Image
I post here to have some help, if you know how to do that why you're not helping me instead of make fun of me. I don't expect you to write all the code for me but I ask for an exemple.
- Wed Dec 28, 2011 18:47
- Forum: Help
- Topic: I want to make circle Image
- Replies: 13
- Views: 13713
Re: I want to make circle Image
I try this code just to test but nothing happen // I send my Ogre::Texture to CEGUI::Texture CEGUI::Texture &ceguiTexture = CEGUI::OgreRenderer::create().createTexture(pTexture); // I create Imageset and image CEGUI::Imageset &imageSet = CEGUI::ImagesetManager::getSingleton().create(mName+&q...
- Tue Dec 27, 2011 21:13
- Forum: Help
- Topic: I want to make circle Image
- Replies: 13
- Views: 13713
Re: I want to make circle Image
Yes I know the concept of alpha transparency but I don't know how to add transparency to a CEGUI::Image. If you know you could tell me ?
- Tue Dec 27, 2011 20:43
- Forum: Help
- Topic: I want to make circle Image
- Replies: 13
- Views: 13713
Re: I want to make circle Image
Hi, Your best option is to still use alpha-transparency to manually clip (shape) your imagery "by dynamically adding alpha-transparent pixels to the image either during creation or in post-processing. it should be a fairly trivial step from there to add alpha-transparency to it." Ok this i...
- Mon Dec 26, 2011 17:41
- Forum: Help
- Topic: [solved] Mouse Position relative to a window (in relative)
- Replies: 3
- Views: 4198
Re: [solved] Mouse Position relative to a window (in relativ
OK but I don't know how I can contribute for this moment, I'm even new in CEGUI, I have to learn more before and I have difficulties to understand some post because I don't speak english at all.
- Mon Dec 26, 2011 13:52
- Forum: Help
- Topic: [solved] Mouse Position relative to a window (in relative)
- Replies: 3
- Views: 4198
Re: Mouse Position relative to a window (in relative coord)
Ok I've found a solution
- Sun Dec 25, 2011 17:57
- Forum: Help
- Topic: I want to make circle Image
- Replies: 13
- Views: 13713
Re: I want to make circle Image
Ok i've search and I've not found any topic that answer my question I found these topic and some others about circle image : http://www.cegui.org.uk/phpBB2/viewtopic.php?f=10&t=2151 http://www.cegui.org.uk/phpBB2/viewtopic.php?f=10&t=5397 http://www.cegui.org.uk/phpBB2/viewtopic.php?f=2&...
- Sun Dec 25, 2011 13:55
- Forum: Help
- Topic: [solved] Mouse Position relative to a window (in relative)
- Replies: 3
- Views: 4198
[solved] Mouse Position relative to a window (in relative)
Hi, I want to get the mouse position relative to a window so I try this: CEGUI::Vector2 mCursorPosition=CEGUI::MouseCursor::getSingleton().getPosition(); CEGUI::Vector2 wndPt = CEGUI::CoordConverter::screenToWindow(*eDragDrop.window ,mCursorPosition ); Cursor coord are now Base upon my window but th...
- Wed Dec 21, 2011 09:02
- Forum: Modifications / Integrations / Customisations
- Topic: Circle Image
- Replies: 1
- Views: 4702
Circle Image
Hi,
I want to make circle Image in my program. I made an image with render to texture in Ogre and in CEGUI I want to transform this image to be a circle. I think I have to add alpha on my image but i don't know how to do this in my program. an idea ?
Sorry for my english
A+
I want to make circle Image in my program. I made an image with render to texture in Ogre and in CEGUI I want to transform this image to be a circle. I think I have to add alpha on my image but i don't know how to do this in my program. an idea ?
Sorry for my english
A+
- Fri Dec 16, 2011 20:20
- Forum: Help
- Topic: I want to make circle Image
- Replies: 13
- Views: 13713
I want to make circle Image
Hi,
I want to make circle Image, dynamically, in my program. I made an image with render to texture in Ogre and in CEGUI I want to transform this image to be a circle. I think I have to add alpha on my image but i don't know how to do this in my program. an idea ?
Sorry for my english
A+
I want to make circle Image, dynamically, in my program. I made an image with render to texture in Ogre and in CEGUI I want to transform this image to be a circle. I think I have to add alpha on my image but i don't know how to do this in my program. an idea ?
Sorry for my english
A+