CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2001
    Posts
    1

    Call a VB ActiveX DLL from C++

    I need to call a VB function in an ActiveX DLL from C++ code and return a string. (I am not calling C++ DLL from VB, but a VB DLL from C++). I have difficulty to do that. I know how to return an integer, but I need string and array of integers.
    I really appreciate someone can give me a help. THank you in advance.


  2. #2
    Join Date
    Sep 2001
    Posts
    1

    Re: Call a VB ActiveX DLL from C++

    Hi,
    Sorry, I can't help you. I, too, am trying to pass a dll. But, what I need is to pass a VB dll, with a variable that has been redimed, to a C program.
    Maybe, someone can answer both of our questions.
    Thanks in advance for any help from anyone out there.
    smorris


  3. #3
    Join Date
    Sep 2001
    Posts
    7

    Re: Call a VB ActiveX DLL from C++


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