Search found 10 matches

by gekkehenkie
Wed Feb 22, 2006 4:48 pm
Forum: Compiler / Linking / IDE Related
Topic: Stupid lib files....
Replies: 8
Views: 3157

The first place to look into, when you see linker errors about functions without a 'wx' prefix, is the MSDN.

(or the alternatives when you're using another platform)
by gekkehenkie
Sun Feb 19, 2006 10:35 pm
Forum: C++ Development
Topic: Help with wxGLCanvas
Replies: 5
Views: 1564

Try to set the projection matrix first. If you don't know how to do that, the NeHe tutorials (google) could be a great help.
by gekkehenkie
Wed Feb 15, 2006 7:04 pm
Forum: C++ Development
Topic: Portable Network Graphics in menu items
Replies: 9
Views: 2203

Heh, "picky" is my second name :)

I'll check out cvs and see if it helps to get it fixed, otherwise I'll just ditch the whole menu image thing.
by gekkehenkie
Fri Feb 10, 2006 7:07 pm
Forum: C++ Development
Topic: Portable Network Graphics in menu items
Replies: 9
Views: 2203

Yes, that works, but it misses the point of why I'm using PNG images: I'd like my icons to be anti-aliased. So trashing the alpha channel of my images is unfortunately not really an option.
by gekkehenkie
Tue Feb 07, 2006 1:53 am
Forum: C++ Development
Topic: external variables versus using GetParent()
Replies: 3
Views: 1236

Depends on what the actual classes look like. Option 3: save a pointer to the parent in class B (gets rid of the casting). Option 4: use virtual functions Option 5: re-think about the class design Whatever you should decide to do; don't use evil globals just because the class design did not allow fo...
by gekkehenkie
Fri Feb 03, 2006 9:59 pm
Forum: C++ Development
Topic: need help with mouse event
Replies: 2
Views: 1155

I think this question would fit better at www.opengl.org because the people up there are probably more experienced with 3d graphics than the good people on this board :) (i think!) Anyway, what you're looking for depends on how you'd like to rotate your object. If you don't care about any axes that ...
by gekkehenkie
Fri Feb 03, 2006 8:39 pm
Forum: C++ Development
Topic: Portable Network Graphics in menu items
Replies: 9
Views: 2203

Here's a PNG image that doesn't work:

Image
(just a test icon I've temporarily taken from the tango project)
by gekkehenkie
Fri Feb 03, 2006 7:26 pm
Forum: C++ Development
Topic: Portable Network Graphics in menu items
Replies: 9
Views: 2203

Sadly, that doesn't work for me.

(I've got my display depth set to 32 bpp and I'm using XP, so that's not the issue)
by gekkehenkie
Fri Feb 03, 2006 6:56 pm
Forum: C++ Development
Topic: Portable Network Graphics in menu items
Replies: 9
Views: 2203

Portable Network Graphics in menu items

According to the documentation, support for the alpha component of images is available in recent versions of wxWidgets, but there doesn't seem to be any way to use PNG images with alpha bits in menu items (I have no idea if this is the same for other controls as well). Images with translucent bits a...
by gekkehenkie
Thu Jan 19, 2006 3:32 pm
Forum: General Development
Topic: What flow of programming and tools do you use?
Replies: 41
Views: 83599

Nice topic :) IDE / Compiler: Microsoft Visual C++ 2005 ToDo: AbstractSpoon ToDoList Icon Creation: Icon Cool Studio GUI Editing: wxGlade Version Control: Superversion (since today, tnx! ;) used to use cvs before) Mindmapping: Mindjet MindManager Helpfile Creation: Helpmaker Installer Creation: NSIS...