Window icon

Kreso

06-02-2009 13:08:22

I need to put an icon on the window frame, how can this be done in python ogre?

in C++ they do some magic with Window API which isn't available in python.

Kreso

15-02-2009 12:14:33

there are two solutions to the problem:

1) use pywin32 modules
2) write a custom c++ dll and wrapper that calls some windows api functions

I used 2) to cut down on file size, but 1) works just as good.