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

    include c++ project into vb

    Hi there! i've got a question concerning importing code in a different language.

    I have available code, written in vc++ and i want to use this project in an vb environment.

    i suppose, vb can't compile this c++ project even if i included this into vb..
    but i'm not sure... could any one give me advise, how i could use the existing c++ code in vb??

    thank you in advance


  2. #2
    Join Date
    Mar 2001
    Posts
    9

    Re: include c++ project into vb

    I am not sure on the specifics of you do this, but what you have to do is compile the code into a .dll file. You can then call this .dll from within VB.


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