    If you are using WATCOM C9.0/386 or WATCOM FORTRAN 77/386, you must
update to version 9.5 or later of those compilers for compatibility 
with TNT DOS-Extender version 6.0 or later.

    The run-time libraries shipped with WATCOM C/C++32 and 
WATCOM FORTRAN 77 32 version 9.5 do not support the use of DLLs with
TNT DOS-Extender.  If you want to use DLLs in your application, you
must update the WATCOM run-time libraries with the following commands:

    wlib \watcom\lib386\dos\clib3r +-\tnt\watcom\cstart3r.obj
    wlib \watcom\lib386\dos\clib3r +-\tnt\watcom\grownear.3r
    wlib \watcom\lib386\dos\clib3r +-\tnt\watcom\heapen.3r
    wlib \watcom\lib386\dos\clib3s +-\tnt\watcom\cstart3s.obj
    wlib \watcom\lib386\dos\clib3s +-\tnt\watcom\grownear.3s
    wlib \watcom\lib386\dos\clib3s +-\tnt\watcom\heapen.3s

    If you have a version of WATCOM C/C++32 or WATCOM FORTRAN 77 32 later
than 9.5, you don't need to do anything to use DLLs;  the libraries already
support the use of DLLs.
