Re: creating an exe package
« Reply #1 on: Nov 6th, 2009, 3:18pm »
The WYSIWYG type installation creation program, Setup2Go, by SDS Software, permits including folders and folders containing files when making an installer.
Re: creating an exe package
« Reply #2 on: Nov 6th, 2009, 4:25pm »
You can do it in several ways, Rich. I normally place the images within my project folder where the code can access them directly. Other persons might choose to place them in a sub-folder, such as /cardGame/images or /cardGame/bmp. Still another person might want to place them on a website and link to them using code... but that wouldn't allow your user to access the images unless connected to the web and would not usable if your website is down, if the images are moved, and it would take much longer to play the game.