creating executables with all files included
How do I create an executable that contains all resource files (such as sounds, graphics, avi files, etc...) as part of the program. It seems that I have to transfer the resource files seperately to get the application to work and if I do not transfer them seperately they do not show up in the application at all.
The files are included in the install build but not the executable build.
Jason
Re: creating executables with all files included
Under application properties, select "Include all external files".