Binary IO

by Hobnob
Binary file IO
ID:127713
 
This library allows C-style binary file I/O (fopen(), fread(), etc.) in DM, by providing an interface to an external DLL which calls the necessary functions.

Byte, word, string, and block-sized read and write functions are supported. It also allows positioning of the file marker with ftell() and fseek().

The package contains the pre-made .DLL file for Windows machines; it also contains the C++ source of the DLL so that it can be recompiled into an .SO file for Linux systems.