Source code is incomplete (xdfn32.obj is missing)
Status: Beta
Brought to you by:
bean123
in XDIO32.pas:
unit XDIO32;
...
implementation
...
{$L ..\dmk\xdfn32.obj}
This last line causes a compiler error... there is no
dmk directory or xdfn32.obj file (there is a xdio32.obj
file in the source zip file)...
The source code can not be compiled without this object. :(
-G