home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c004 / 2.ddi / TC / README.TC < prev   
Encoding:
Text File  |  1989-04-18  |  2.1 KB  |  50 lines

  1. c-tree V4.3 Release C
  2. February 7, 1989 17:30
  3.  
  4. 1) NOTE THAT TC V1.0 has a bug in the large memory model.  Check with
  5.    Borland on how to properly link with the large model.
  6.    (If you have an object module librarian, then extract exit.obj from
  7.    CL.LIB. Then include exit.obj in your project files.)
  8.    
  9. 2) Be sure to include the proper path names for header files in
  10.    TCCONFIG.TC.  You must use the TC environment to set the path
  11.    names.
  12.    
  13. 3) We suggest suppressing warning messages so the pointer comparisons
  14.    with NULL (a zero data pointer) will not cause excessive messages.
  15.    
  16. 4) We have provided a batch file (makeapp.bat) and companion make file
  17.    (makeapp.mak) to create single-user or non-server multi-user applications.
  18.  
  19. 5) A setup is provided to support Turbo C applications calling a
  20.    c-tree Netbios server. (The make files to create a c-tree Netbios server
  21.    are set up for the Microsoft C compiler and can be found in the Netbios
  22.    subdirectory).  MNETAPP.BAT makes the Netbios server applications, and is
  23.    invoked just as MAKEAPP.BAT. However, it will create object directories with
  24.    names of the form mAPP.NET instead of mAPP (where m = s,c,m or l). One
  25.    module requires an assembler, and MNETAPP.MAK and MNETAPP.BAT assume
  26.    that the Microsoft assembler (masm.exe) is available.
  27.  
  28.    BE SURE TO CHANGE CTOPTN.H FROM
  29.     #define NO_SERVE
  30.    TO
  31.     #define CTSERVER
  32.  
  33. 6) An additional setup is provided to support Turbo C applications calling a
  34.    c-tree Novell VAP server. (The make files to create a c-tree VAP server
  35.    are set up for the Microsoft C compiler and can be found in the Novell
  36.    subdirectory).  MVAPAPP.BAT makes the Novell VAP server applications, and is
  37.    invoked just as MAKEAPP.BAT. However, it will create object directories with
  38.    names of the form mAPP.VAP instead of mAPP (where m = s,c,m or l). One
  39.    module requires an assembler, and MVAPAPP.MAK and MVAPAPP.BAT assume
  40.    that the Microsoft assembler (masm.exe) is available.
  41.  
  42.    Only small and large memory model applications are supported.
  43.  
  44.    BE SURE TO CHANGE CTOPTN.H FROM
  45.     #define NO_SERVE
  46.    TO
  47.     #define CTSERVER
  48.  
  49. End of readme.tc
  50.