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
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.