pro_vb thread: Re: Interfacing C/MFC's DLL in VB
Or the dll was written without the entry point (unlikely) or it is not an ActiveX dll. In the second case, you can use it as you do for API calls, only if the code is API complaint, with a declare statement for each method. Marco
|





