home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / pascal / 7740 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  1.0 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!cs.utexas.edu!ut-emx!ccwf.cc.utexas.edu!mmigdol
  2. From: mmigdol@ccwf.cc.utexas.edu (michael a migdol)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Converting TP3.0 externals to TP6.0
  5. Message-ID: <85958@ut-emx.uucp>
  6. Date: 30 Dec 92 18:13:54 GMT
  7. Sender: news@ut-emx.uucp
  8. Reply-To: mmigdol@ccwf.cc.utexas.edu (michael a migdol)
  9. Organization: The University of Texas at Austin, Austin TX
  10. Lines: 16
  11. Originator: mmigdol@grumpy.cc.utexas.edu
  12.  
  13. Hello again...
  14.  
  15.     I've got an old driver written in TP 3.0 that uses external binary code
  16. in the following format:
  17.     PROCEDURE foo_int; EXTERNAL 'filename.bin'
  18.     PROCEDURE foo_int2; EXTERNAL[3];
  19.     PROCEDURE foo_int3; EXTERNAL[6]; ... and so on
  20.  
  21. I'm trying to convert the driver to TP 6.0, and have hit several snags. Is there
  22. any easy way to do this? I don't have the source for the binary file, but
  23. I did disassemble it and tried putting it into the program using the inline
  24. assembler, but I'm having lots of problems. 
  25.  
  26. Thanks in advance!
  27. -Michael 
  28.  
  29.