I'm creating a self-contained PAR executable, and the program displays a
logo, loaded from a bitmap.

The program uses wxPerl, and I load the image like this:
Wx::Bitmap->new("logo-big.bmp", wxBITMAP_TYPE_ANY)

That, of course, grabs the bitmap from the directory where the program
was run.

What I'd like to be able to do is embed that bmp within the par
executable itself.  In that case, how would I make the call to load it?

Thanks,
Clay.

Reply via email to