Problems with executable

BlitzPlus Forums/BlitzPlus Beginners Area/Problems with executable

oos(Posted 2008) [#1]
Hi, I just bougth Blitz Plus and I'm a beginer. I created an exe. and it run ok inside the folder where I designed the game and images. I moved the exe to the desktop and it did'nt work. So the question is, how can I make the whole folder containing the images and game code into an exe?


Dreamora(Posted 2008) [#2]
no
you must send the data together with the game (-> zip)
and make sure to use relative paths ie loadimage( "media\something.png") instead of loadimage("c:\programming\thisgame\media\something.png")

the later will not work on any other system most likely


oos(Posted 2008) [#3]
thanks, I just found a way to add my own game to my web page. it's a little tricky.