Page 1 of 1

raw binary file support

Posted: Mon Mar 07, 2011 12:30 pm
by digimorf
Hello,
I'm really impressed by the quality of this software... :shock: I'm having fun in trying to do some examples. ;)
I was wondering if there is some limit in loading text files. I wold like to load a raw binary file and the only way I have found is to load it as text, but the loader seems not to load the file completely.
A common file I would like to load is 32k in size.
I've attached an example...
The main window has the loader module, the switch that trigs the loading routine/erase array, and a text area to show the data loaded and the length of the array...
As you can see the array is not long as the file loaded.
How can I do ? Should I open the file in some other format :?: