#Help
24-Oct-95 14:22:07
Sb: #48621-#Help
Fm: Werner Kazmierzak 100041,1320
To: David J. Kaminsky 72017,1413
David,
>> and apparently have lost a file called "Dos.Library"
Hehehe, you can't loose it, because it's in the Kickstart ROM of the OS.
Looking into the (C) 1987 Absoft Corporation AC/BASIC Compiler Reference
Manual, the problem you got may derive from the LIBRARY statement in your code:
LIBRARY "dos.library" 'the dos.bmap _must_ be in the same
'directory as the application program is
LIBRARY "LIBS:dos.library" 'the dos.bmap is searched for in LIBS:
LIBRARY "sys:FD1.3/dos.library" 'dos.bmap has to be in that directory
So try to copy the dos.bmap file to the home directory of the application.
Maybe this helps…
– wkc – … via AP from Hamburg, Germany