16-bit DLLs usable from CallDll?
Neil Hodgson
nhodgson at bigpond.net.au
Tue Jan 15 18:17:27 EST 2002
More information about the Python-list mailing list
Tue Jan 15 18:17:27 EST 2002
- Previous message (by thread): 16-bit DLLs usable from CallDll?
- Next message (by thread): os.listdir: which ones are directories?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): 16-bit DLLs usable from CallDll?
- Next message (by thread): os.listdir: which ones are directories?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list