Page 1 of 1

exporting standalone application

Posted: Sun May 06, 2012 9:17 pm
by ivaho
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

Re: exporting standalone application

Posted: Sun May 06, 2012 9:21 pm
by Klaus
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