I made a little test application with a simple gui that displays a picture and a few buttons. When I used aut2exe, it created the executable. But when I moved the picture file referenced in the script, to a different folder on my computer, the exe doesn't show the picture when loaded. So I'm assuming that the compiler didn't include my picture in the compilation of the script to an exe.
Is there a way to do this? Being able to compile to exe seems pointless if anyone else who wants to use it has to have all the images in the same place that I do. Maybe this can be accomplished more easily than I think?
Thanks.