home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / odbc_hlp.zip / odbctran.zip / README.TRN < prev    next >
Text File  |  1995-10-05  |  582b  |  17 lines

  1.  
  2. To build the sample translation DLL:
  3.  
  4. You will need to include the path for the odbc header files in the INCLUDE 
  5. environment variable.  You will also need to create odbc.lib from odbc.dll 
  6. using the implib tool supplied with your compilier, and you must have the 
  7. directory that contains odbc.lib in your LIB environment variable.
  8.  
  9. The directory structure assumed by this makefile:
  10.     <build directory>
  11.     makefile [For IBM CSet++/VisualAge++]
  12.     libmain.c
  13.     translat.c
  14.     ivodbc.h
  15.     ivtrn.def
  16.     
  17. Run NMAKE at the command line to generate the translation DLL ivtrn08.dll.