home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / programm / 12382 < prev    next >
Encoding:
Text File  |  1993-01-24  |  1.3 KB  |  32 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!utcsri!torn!news.ccs.queensu.ca!slip203.telnet1.QueensU.CA!dmurdoch
  3. From: dmurdoch@mast.queensu.ca (Duncan Murdoch)
  4. Subject: Re: Borland Pascal with Objects 7.0
  5. Message-ID: <dmurdoch.335.727823561@mast.queensu.ca>
  6. Lines: 20
  7. Sender: news@knot.ccs.queensu.ca (Netnews control)
  8. Organization: Queen's University
  9. References: <PSHUANG.93Jan23132133@freeside.ai.mit.edu>
  10. Date: Sat, 23 Jan 1993 21:12:41 GMT
  11.  
  12. In article <PSHUANG.93Jan23132133@freeside.ai.mit.edu> pshuang@zurich.ai.mit.edu (Ping Huang) writes:
  13.  
  14. >Can somebody who has Borland Pascal 7.0 tell me if the manuals which
  15. >come with it describe the technical details of the compiler output code?
  16.  
  17. Mostly not.  For example, if you wanted to know which order an expression 
  18. would be evaluated in you'd be out of luck.
  19.  
  20. >(For example, TP 3.0 manuals described parameter passing conventions on
  21. >the stack, register usage, etc.) 
  22. >I would like to know in particular if
  23. >it has useful details on how it implements calling functions from .DLL's
  24. >from both DOS and Windows code.
  25.  
  26. Both of those *are* covered.  The entry and exit code for all kinds of 
  27. functions and procedures is described, together with parameter passing 
  28. conventions for all types.
  29.  
  30. Duncan Murdoch
  31. dmurdoch@mast.queensu.ca
  32.