home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / com / adosamp / readme.txt < prev    next >
Encoding:
Text File  |  1998-04-03  |  543 b   |  14 lines

  1. You have to have the ODBC drivers installed on your machine for this 
  2. sample to work.  Also, the sample abstract in the documents is wrong.
  3. You don't edit stdafx.h with the path of msado10.dll.  Ignore items 4 
  4. and 5 in the "To run the sample" section.  Instead, put the path to 
  5. msado10.dll in Tools.Options.Directories.Include Files.  There is a 
  6. #pragma message in the source that tells the programmer to do that.
  7.  
  8. The projects in this sample must be built in the following order:
  9.  
  10. 1. server\adosamp.dsw
  11. 2. runado\runado.dsw
  12.  
  13.  
  14.