I was looking for some way to get the full access to the system registry on a 32-bit system from my (16-bit) PB/DLL version 2.0 program. I searched this BBS, and found reference to something called "CALL32" which apparently allows the calling of 32-bit APIs from a 16-bit Windows program?
But searching all the material that came with my 16-bit PB/DLL and the stuff I obtained later, and the PB FTP site, all I can find is the "Direct/32" stuff, which lets a 32-bit program call a 16-bit DLL.
Can anyone point me at some way to call the 32-bit API from a 16-bit program? Or, point me at some resource to get me started?
Or, tell me this is a dream and I should give up now.
Thanks,
-------------
Michael Mattias
Racine WI USA
[email protected]
But searching all the material that came with my 16-bit PB/DLL and the stuff I obtained later, and the PB FTP site, all I can find is the "Direct/32" stuff, which lets a 32-bit program call a 16-bit DLL.
Can anyone point me at some way to call the 32-bit API from a 16-bit program? Or, point me at some resource to get me started?
Or, tell me this is a dream and I should give up now.
Thanks,
-------------
Michael Mattias
Racine WI USA
[email protected]
Comment