home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / picdll.zip / README.TXT < prev    next >
Text File  |  1995-06-16  |  885b  |  21 lines

  1. This is an example program from my book, Delphi Programming
  2. Unleashed, published by SAMS. You can pick up the book at
  3. major stores, or by calling either 317-361-5400 or 
  4. 800-716-0044.
  5.  
  6. This code also contains, as a subset, the PICDLL example that
  7. ran in the Developer Express Catalogue.
  8.  
  9. To compile the program, simple go to the DOS prompt and type
  10. GO.BAT in the subdirectory where you unzipped this example 
  11. program. If that fails, you need to compile the APIDLL.DPR
  12. project, then the FRACTDLL.DPR project, and then MAINDEMO.DPR. You
  13. can compile all three projects from inside DELPHI, but you can
  14. only run MAINDEMO, and it will only run successfully if the
  15. other two are first compiled. In other words, FRACTDLL and APIDLL
  16. are adjuncts to the main program, which is called MAINDEMO. They
  17. don't run separately, they are launched from MAINDEMO.
  18.  
  19. - Charlie Calvert
  20.  
  21.