|
-
March 21st, 2001, 03:38 AM
#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
-
March 21st, 2001, 04:13 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|