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

    Use C++ DLL in a VB project



    Hi !


    How can i use a libriarie dll made in c++ in my vb project ???


    best regards


    [email protected]



  2. #2
    Join Date
    May 1999
    Posts
    45

    Re: Use C++ DLL in a VB project



    If you have specific difficulty please post it else refer to MSDN documrntation for calling C DLL from VB. Keep in mind all export must be WINAPI.

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