home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.os.ms-windows.programmer.misc:4707 comp.lang.pascal:7953
- Newsgroups: comp.os.ms-windows.programmer.misc,comp.lang.pascal
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!cs.utexas.edu!torn!news.ccs.queensu.ca!mast.queensu.ca!dmurdoch
- From: dmurdoch@mast.queensu.ca (Duncan Murdoch)
- Subject: Re: DLL Procedure/Function Calls ???
- Message-ID: <dmurdoch.381.726439606@mast.queensu.ca>
- Lines: 21
- Sender: news@knot.ccs.queensu.ca (Netnews control)
- Organization: Queen's University
- References: <1993Jan7.184304.3453@scf.loral.com>
- Date: Thu, 7 Jan 1993 20:46:46 GMT
-
- In article <1993Jan7.184304.3453@scf.loral.com> andres@scf16.scf.loral.com (Jeff Andres) writes:
-
- >Target Compiler: BP7
- >Goal: Generate Windows Program
-
- >Problem/puzzle:
-
- > Windows, likewise vendors and programmers, often supply .DLLs
- >for use by others. Is there a convient way to find out what the calling
- >convention is to utilize the procedures/functions contained ? Is there
- >a way to get like a "directory" listing of available calls ?
-
- There's a list of external entry points in the .DLL, but no information
- there about calling conventions. You could use a disassembler to try to
- figure it out (e.g. my Dumpprog, on garbo.uwasa.fi as
- /pc/turbopas/dmpprg20.zip) by looking at the code following the entry points,
- but it's not easy.
-
-
- Duncan Murdoch
- dmurdoch@mast.queensu.ca
-