Board index » delphi » Help on 16 bit DLL from 32 bit Delphi

Help on 16 bit DLL from 32 bit Delphi

Is there anyone who can tell me how to call a 16 bit dll from 32 bit
Delphi.

Plase write to Ole Inselmann at bomit...@image.dk

Thank You.

 

Re:Help on 16 bit DLL from 32 bit Delphi


Quote
CatYak wrote:

> In article <01bbcc03$c2452460$748d13c2@bomitech-1>, bomit...@image.dk says...

> >Is there anyone who can tell me how to call a 16 bit dll from 32 bit
> >Delphi.

> >Plase write to Ole Inselmann at bomit...@image.dk

> It involves thunking...I have been trying to find info on it too...let me know
> if you hear of anything!!

... almost as usual, I'll refere you to Dejanews. A search (in the old database)
for 'Marc Alpha' or 'Marc Alpha solution' (without the qoutes) should give you
plenty.

M.

--
Ettertraktet kaffe, er det ekstra god kaffe?

mailto:martin.lars...@delfi-data.msmail.telemax.no
http://www.delfidata.no/users/~martin

Re:Help on 16 bit DLL from 32 bit Delphi


On Mon, 11 Nov 1996 21:16:32 +0100, Martin Larsson

Quote
<martin.lars...@delfi-data.msmail.telemax.no> wrote:
>CatYak wrote:

>> In article <01bbcc03$c2452460$748d13c2@bomitech-1>, bomit...@image.dk says...

>> >Is there anyone who can tell me how to call a 16 bit dll from 32 bit
>> >Delphi.

>> >Plase write to Ole Inselmann at bomit...@image.dk

>> It involves thunking...I have been trying to find info on it too...let me know
>> if you hear of anything!!

>... almost as usual, I'll refere you to Dejanews. A search (in the old database)
>for 'Marc Alpha' or 'Marc Alpha solution' (without the qoutes) should give you
>plenty.

There's a much better solution.  A generic 'Call16BitRoutine'
function, first published in the Delphi Magazine, Issue 13.  Latest
source is on the Issue 15 disk, though there may be a slight resource
leak.

Check out:

http://members.aol.com/delphimag/thunk95.htm

Cheers,

Russ.

Other Threads