Hello all!!
I have to code an .EXE app that loads an image and opens it with the default image handler of the system. Something like, two clicks on the .EXE program, it opens with an invisible window, copy the image from the code to the hard disk (or something like this), open this image and close itself.
I know that this can be made with a big array of bytes, loaded into a buffer, etc.
This is ok, but, when I need to change the image, it is not practical to change the entire buffer (hard coded into the code), compile again, and so on.
There is some way, to just add the image to some project and compile the program?
I'm actually a Java programmer, who needs to make this thing work =), so I'm using the C++ interface of netbeans.
I've searched the forum and didn't find more information about this kind of thing I need.
Can someone give me directions for this?
Thank you very much!

