g3RC4n
September 12th, 2007, 08:00 AM
is there a way to make bitmaps(or an imaige file) inside the code so that a .exe file is independent of other files?
for example for a minesweeper clone i made i had to load all the separate bitmap's to display them ,but if i moved the files it wouldn't work of course? what would be the best subsitute?
how would i get around this? just paint them with lines and pixels? because i though this would be really slow although today it probably isn't that bad of an idea but odoesn't seem the logical thing to do.
for example for a minesweeper clone i made i had to load all the separate bitmap's to display them ,but if i moved the files it wouldn't work of course? what would be the best subsitute?
how would i get around this? just paint them with lines and pixels? because i though this would be really slow although today it probably isn't that bad of an idea but odoesn't seem the logical thing to do.