Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Re: Interfacing C/MFC's DLL in VB


Message #1 by "Frankie LOH" <frankieloh999@h...> on Tue, 24 Sep 2002 23:16:34 +0800
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


  Return to Index