from what i can understand, you can't compile all the images into a single exe. however, you can make a tileset. if you are using a tile editor (pixit, pp256, tiledx) then they should have info on how to make a tileset. if you compile your program into an exe that doesn't need support, then if you have the tiles in the same directory as the exe, then there should be no error. however, if you haven't compiled your code yet, you should almost HAVE to have your code and tiles in the same directory as qb 4.5. when you try to load up your files, what happends is that it looks for the files in the same folder that qb 4.5 is in. hope that helps.