Re: Graphics, OpenGL, DirectDraw, etc...

2007-07-05 Thread Peter Riley
> 1) I want to know how to be able to include an image embedded in the > code somehow rather than as a seperate, external file (this way > there's no pathing issue possible when compiling the thing). > In the past I have successfully used the following method on Windows on wxPerl 0.26 to decode

RE: Graphics, OpenGL, DirectDraw, etc...

2007-07-05 Thread Donovan Allen
> 1) I want to know how to be able to include an image embedded in the > code somehow rather than as a seperate, external file (this way > there's no pathing issue possible when compiling the thing). A method that I like is using a program such as : http://www.wilsonc.demon.co.uk/d10resourceedito

Re: Graphics, OpenGL, DirectDraw, etc...

2007-07-05 Thread Huub Peters
Hiya, all. Hello Dodger, I've had no problem building and compiling a simple standalone application in Perl for Windows using WxWidgets and the ActiveState PDK. Thing is, there's more than 'simple' that I want to do and can't figure out how. 1) I want to know how to be able to include an ima

Graphics, OpenGL, DirectDraw, etc...

2007-07-05 Thread Dodger
Hiya, all. I've had no problem building and compiling a simple standalone application in Perl for Windows using WxWidgets and the ActiveState PDK. Thing is, there's more than 'simple' that I want to do and can't figure out how. 1) I want to know how to be able to include an image embedded in th