home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Objectech Shareware Selections
/
UNTITLED.iso
/
boss
/
data
/
foxp
/
007
/
pat1.doc
< prev
next >
Wrap
Text File
|
1992-11-09
|
1KB
|
42 lines
--------------------------------------------------------------------
Nanforum Toolkit v2.1 Patch #1 11/10/92
--------------------------------------------------------------------
When ORIGIN.ASM went to ORIGIN.C, the function name inadvertently
became origin() instead of ft_origin(). You could fix the problem by
creating a function
function ft_origin( ... )
return origin( ... )
but here's an honest to goodness patch, and what would the toolkit be
without one of these, eh? Just replace ORIGIN.C in your
NFSRC.ZIP with the attached ORIGIN.C (if you downloaded the source
code).
Then, you need a library utlitity (LIB.EXE comes with many versions
of DOS, and with most compilers, and can be downloaded from the MSL
forum on CompuServe as S12776.ARC). If you know what to do, simply
replace the ORIGIN.OBJ module with the new one that is included in
this patch file.
The procedure, for those not sure:
1. Make a safe copy of NANFOR.LIB. Hide it away.
2. Change to the directory where NANFOR.LIB is located.
3. Put ORIGIN.OBJ in the same directory as NANFOR.LIB.
4. Type
LIB NANFOR -+ ORIGIN;
That should do it.
Remember to report all strange stuff in Section 5 on Nanforum! If you
have any problems, please contact me so I can help you get them
fixed.
Glenn Scott [71620,1521]