Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo C++ Class Library Definition - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

           Directory SOURCE


     The directory SOURCE contains the  source  files  which implement
     many  of  the  member  functions  of the classes in the  library.
     These source files are provided as a guide  for  implementing new
     classes.

     You also need these source files  if  you want to build a library
     in a different memory model than the one provided on  the release
     diskette.    The  supplied batch file BUILD.BAT  builds  a  class
     library of the specified memory  model and places that library in
     the LIB directory.    To  build  a library using the large memory
     model, type BUILD L in the  SOURCE  directory.  When you do this,
     the batch file will invoke the Turbo C++ compiler  to  build  all
     the files  in  the  class  library  using  large model.  Then the
     library file archiver, TLIB, will create a library TCLASSL.LIB in
     the LIB subdirectory of the CLASSLIB directory.
     An important note:  When you  use  a library which you have built
     in one of the sample projects, you must change the  library which
     is included in your project to be the one which  you  built.  You
     must also be sure to compile your project with precisely the same
     switches and options with which you built the library.  If you do
     not have the same options, you will get warnings from  the linker
     when the .EXE file is built.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson