
Calling 16 bit DLL from 32 bit app
Quote:
>Is there anything special I need to do to call a 16 bit dll from a 32 bit VB
>app? Specifically, I'm trying to call the opensound() function
>within SOUND.DRV, which I believe is 16 bit, and it tells me Runtime Error 48
>(Error in loading DLL). Do I need to register 16 bit DLLs in the registry in
>order to use them?
>Thanks,
>Steve Probst
You got to Thunk it..basically a DLL that communicates between the 16
bit dll and the 32 bit windows code. VBPJ had a great artical on it
about 3 or 4 months ago.