incbin problem
BlitzMax Forums/BlitzMax Beginners Area/incbin problem You need to either use OpenFile (FileName$,true,false) or ReadFile(FileName$). OpenFile defaults to read and write, but files accessed with Incbin cannot be written to.
it works fine now many thanks for your help !