incbin xml files?

BlitzMax Forums/BlitzMax Programming/incbin xml files?

slenkar(Posted 2008) [#1]
how can i include xml files into the executable ?
or encrypt them?

the normal incbin command doesnt seem to work


Brucey(Posted 2008) [#2]
you can incbin any old file with your app.

Remember, if you are using Framework, to also "Import BRL.RamStream".


slenkar(Posted 2008) [#3]
thanks


TaskMaster(Posted 2008) [#4]
Remember though, you cannot "write" to a file you incbin. So, if you incbin an XML and want to write to it, you are going to need to save it to the users hard disk.


slenkar(Posted 2008) [#5]
oh ok then


siread(Posted 2008) [#6]
Are incbin files encrypted?


Brucey(Posted 2008) [#7]
only if you encrypt them yourself first.