CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 1999
    Posts
    1

    Problem with ActiveX DLL

    I have a problem with an ActiveX DLL that another programmer has created for me. The DLL works fine when used with a C++ application but it does not function reliably when used with VB. I have heard that there are certain interfaces that need to be implemented for VB. If anyone has any familarity with this or can direct me to where I might find information on this particular subject would be greatly appreciated.

    Steve Potter


  2. #2
    Guest

    Re: Problem with ActiveX DLL

    make all parameters VARIANT type in the DLL


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured