home *** CD-ROM | disk | FTP | other *** search
- c-tree V4.3 Release C
- February 7, 1989 17:30
-
- 1) NOTE THAT TC V1.0 has a bug in the large memory model. Check with
- Borland on how to properly link with the large model.
- (If you have an object module librarian, then extract exit.obj from
- CL.LIB. Then include exit.obj in your project files.)
-
- 2) Be sure to include the proper path names for header files in
- TCCONFIG.TC. You must use the TC environment to set the path
- names.
-
- 3) We suggest suppressing warning messages so the pointer comparisons
- with NULL (a zero data pointer) will not cause excessive messages.
-
- 4) We have provided a batch file (makeapp.bat) and companion make file
- (makeapp.mak) to create single-user or non-server multi-user applications.
-
- 5) A setup is provided to support Turbo C applications calling a
- c-tree Netbios server. (The make files to create a c-tree Netbios server
- are set up for the Microsoft C compiler and can be found in the Netbios
- subdirectory). MNETAPP.BAT makes the Netbios server applications, and is
- invoked just as MAKEAPP.BAT. However, it will create object directories with
- names of the form mAPP.NET instead of mAPP (where m = s,c,m or l). One
- module requires an assembler, and MNETAPP.MAK and MNETAPP.BAT assume
- that the Microsoft assembler (masm.exe) is available.
-
- BE SURE TO CHANGE CTOPTN.H FROM
- #define NO_SERVE
- TO
- #define CTSERVER
-
- 6) An additional setup is provided to support Turbo C applications calling a
- c-tree Novell VAP server. (The make files to create a c-tree VAP server
- are set up for the Microsoft C compiler and can be found in the Novell
- subdirectory). MVAPAPP.BAT makes the Novell VAP server applications, and is
- invoked just as MAKEAPP.BAT. However, it will create object directories with
- names of the form mAPP.VAP instead of mAPP (where m = s,c,m or l). One
- module requires an assembler, and MVAPAPP.MAK and MVAPAPP.BAT assume
- that the Microsoft assembler (masm.exe) is available.
-
- Only small and large memory model applications are supported.
-
- BE SURE TO CHANGE CTOPTN.H FROM
- #define NO_SERVE
- TO
- #define CTSERVER
-
- End of readme.tc
-