16-bit DLLs usable from CallDll?

Neil Hodgson nhodgson at bigpond.net.au
Tue Jan 15 18:17:27 EST 2002


Aaron Freeman:

> I was able to use quickview and exehdr to get a function listing, and
> I was planning on forcing my way through the rest with some time and a
> hex editor...
>
> A long shot, I know, but any advice would be much appreciated.

   Have fun hacking ;) The Digital Mars http://www.digitalmars.com/ free
C/C++ compiler is available for creating 16 bit programs and it has an
implib that may help to link to your DLL. For me, Digital Mars is more buggy
than MSVC++, Borland or gcc.

   Neil






More information about the Python-list mailing list