Hi all,
I've created a simple controll program there is a small logo in there as an image.
When I export to stand alone application the image is not exported, there is a gray area where the image should be.
Do i need to copy the image to the same direcectory as the created .exe file or is there something wrong in my export?
kind regards Ivo
exporting standalone application
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: exporting standalone application
Hi Ivo,
it is always a good idea to IMPORT (NOT reference) any images into a stack, so you have a COPY of that image in your stack
As you see, the REFERENCE may get lost, espcecially if you are using ABSOLUTE pathnames.
Please check this thread for more info how to import referenced images:
http://forums.runrev.com/phpBB2/viewtop ... =7&t=11698
Best
Klaus
it is always a good idea to IMPORT (NOT reference) any images into a stack, so you have a COPY of that image in your stack
As you see, the REFERENCE may get lost, espcecially if you are using ABSOLUTE pathnames.
Please check this thread for more info how to import referenced images:
http://forums.runrev.com/phpBB2/viewtop ... =7&t=11698
Best
Klaus