incbin xml files?
BlitzMax Forums/BlitzMax Programming/incbin xml files?
| ||
| how can i include xml files into the executable ? or encrypt them? the normal incbin command doesnt seem to work |
| ||
| you can incbin any old file with your app. Remember, if you are using Framework, to also "Import BRL.RamStream". |
| ||
| thanks |
| ||
| 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. |
| ||
| oh ok then |
| ||
| Are incbin files encrypted? |
| ||
| only if you encrypt them yourself first. |