PureBytes Links
Trading Reference Links
|
Hi Chuck,
yes the idea is to create an API 16 exe (created by VB4 16 ), connected to a
32 dll made under vb4 32.
but I don't know what for is CNole.exe
can you tell more about it?
Did you know that a product of demo exist to go arround the limit of 64 k?
I had it by the book of Arthur Put, "using easy language"
this Dll save a lot of time and effort
Emmanuel
----- Original Message -----
From: Charles Kaucher <steinbr@xxxxxxxxxxxx>
To: evrard_eng <evrard_eng@xxxxxxxxxxxxx>
Sent: Saturday, December 18, 1999 10:31 PM
Subject: Re: Thunking et al
> I created a 16 test program that calls this and it works just fine. If I
> understand your comments below you cannot refer to the exe directly in
> 32-bit but rather you must create a vb 32-bit dll that calls this. In
> other words, I have a 32-bit DLL in-process server calling a16-bit out
of
> process server. Is this correct?
>
> My suspicion is that you mean that I should compile a 16- bit DLL that
will
> be called by a 32-bit DLL. This sounds unlikely to me though because you
> want the 16-bit to run out of process because of the 64K memory offset. I
> have tried to access the CNole.exe directly with a test program in the
> 32-bit world but I get a memory error.
>
>
> As for thunking, I am not sure I have done any thunking but may have
> accomplished the same thing by using the OLE interface.
>
>
> Chuck
>
> Charles Kaucher
>
> "If a man hasn't discovered something that
> he will die for, he isn't fit to live."
> --Martin Luther King, Jr
|