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