GUI won't work in VC++ but does in CodeBlocks?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
buzz44
Posts: 9
Joined: Wed Sep 12, 2007 6:53 am

GUI won't work in VC++ but does in CodeBlocks?

Post by buzz44 »

Hey there again,

I have some GUI buttons but I can't seem to click them. In VC++ I can't click them but if I use CodeBlocks with the gcc .dll I can.

Why doesn't it work in VC++?

Thanks.
buzz44
Posts: 9
Joined: Wed Sep 12, 2007 6:53 am

Post by buzz44 »

This is still happening. Can someone please give me an example of a GUI that they *know* works in both VS and CodeBlocks?
CuteAlien
Admin
Posts: 9716
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

There should be no difference to GUI which depends on the compiler. Most likely the problem is caused by something else. There was a focus problem with irrlicht 1.3.1 which caused buttons no longer to work sometimes after clicking something else. This has been fixed in SVN and will be included in the next version.

For GUI-examplecode do check the examples delivered with Irrlicht.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
buzz44
Posts: 9
Joined: Wed Sep 12, 2007 6:53 am

Post by buzz44 »

Thanks. I'm guessing its something wrong with my EventHandler. Example 5 works fine.
Post Reply