Board index » delphi » 16 bit dll from Delphi 2.0

16 bit dll from Delphi 2.0

Does anybody know for sure if it's possible to call 16 bits DLL's from
Delphi 2.0 ? Without thunking, that is...

PS

 

Re:16 bit dll from Delphi 2.0


sp...@mix.hive.no (Per =C5ge S=F8rvik) wrote:
Quote
>Does anybody know for sure if it's possible to call 16 bits DLL's from
>Delphi 2.0 ? Without thunking, that is...

[]

See Dave Jewell's article in the current EXE magazine.

--
David Taylor

Re:16 bit dll from Delphi 2.0


In article: <31692e1b.606...@dole.uninett.no>  sp...@mix.hive.no (Per

Quote
?ge S?rvik) writes:

> Does anybody know for sure if it's possible to call 16 bits DLL's from
> Delphi 2.0 ? Without thunking, that is...

There is a very interesting article about this very subject by David
Jewell in the latest (April 1996) issue of EXE magazine. (It might be on
their WWW site: http://www.exe.co.uk.)

--
Chris Isbell               Southampton, England
ch...@kenda.co.uk (work)   ch...@isbell.demon.co.uk (home)
+44 1703 869922            +44 1703 465367

Re:16 bit dll from Delphi 2.0


In article <31692e1b.606...@dole.uninett.no>, sp...@mix.hive.no says...
Quote

>Does anybody know for sure if it's possible to call 16 bits DLL's from
>Delphi 2.0 ? Without thunking, that is...

>PS

It was my understanding that you always have to thunk when calling 16 bit DLLs
from a 32-bit program, regardless of whether it is Delphi, C, or assembly.

Other Threads