Search found 753 matches

by slavik262
Tue Dec 01, 2009 12:39 pm
Forum: Bug reports
Topic: [fixed]spinbox killing the stack
Replies: 6
Views: 821

[fixed]spinbox killing the stack

I'm making a texture atlas builder that takes several images and builds them into one large image for use later as a texture atlas. The program is mostly done, with a few things left to do, but I keep running into this stupid problem: When you click add image (after clicking File -> New to create a ...
by slavik262
Mon Nov 23, 2009 12:13 am
Forum: Beginners Help
Topic: IGUIEnvironment::addButton returning type void
Replies: 2
Views: 294

Shoot. Forgot I did that. My apologies.
by slavik262
Sun Nov 22, 2009 10:23 pm
Forum: Beginners Help
Topic: IGUIEnvironment::addButton returning type void
Replies: 2
Views: 294

IGUIEnvironment::addButton returning type void

I'm working on a texture atlas generator in Irrlicht 1.6, and for whatever reason, when I assign an IGUIButton* pointer to the result of IGUIEnvironment::addButton, the compiler claims that addButton returns type void. I'm working in Visual Studio 2008 in 32-bit Vista. I'm thoroughly confused as to ...