Search found 3 matches
- Tue Nov 17, 2009 8:12 am
- Forum: Bug reports
- Topic: [no bug] Irrlicht 1.6 gcc -O2 flag disables GUI Events
- Replies: 5
- Views: 763
Well, that's embarrassing, especially since I have seen the exact same kind of problem in other situations (the fall back return value differing with different optimizations) :oops: I am really sorry for wasting your time, but thanks for the help. One thing I wonder though, how can my bad return val...
- Mon Nov 16, 2009 7:49 pm
- Forum: Bug reports
- Topic: [no bug] Irrlicht 1.6 gcc -O2 flag disables GUI Events
- Replies: 5
- Views: 763
#include <iostream> #include <irrlicht.h> using irr::s32; using irr::u32; using irr::createDevice; using irr::core::vector3df; using irr::core::rect; using irr::core::dimension2d; using irr::scene::ICameraSceneNode; using irr::scene::ISceneManager; using irr::scene::ISceneNode; using irr::video::SC...
- Sun Nov 15, 2009 9:39 pm
- Forum: Bug reports
- Topic: [no bug] Irrlicht 1.6 gcc -O2 flag disables GUI Events
- Replies: 5
- Views: 763
[no bug] Irrlicht 1.6 gcc -O2 flag disables GUI Events
Seems kind of wrong to post a bug as my first post, but I did not find anything about this problem when searching the forum and the tracker. When I compile my very simple program (a small scene graph and a camera moving around it in a circle, two irrlicht buttons) and compile it with the -O2 flag th...