Binary IO

by Hobnob
Binary file IO [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Hobnob.file_io##version=0

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Hobnob.file_io##version=0

87 downloads
Version 1.1
Date added: Oct 11 2008
Last updated: Oct 12 2008
2 fans
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.