Hello.

I just started looking at Free Pascal on linux and gtk2.
So i made a program that uses the gtk2 api and opens a image from my computer, but I want the program to have te image inside itself.
So the user of the program will have a stand alone file, instead of a program, plus a image

If you use delphi the IDE will make a .dfm file wich will contain the image as some ASCII-lookalike stuf (under Picture.Data = ).

So, how can I implement my image into the program binary?