Quick question. I am developing a visual object recognition system in c++/c# as a class which needs to be used in a VB program. Is there any way to utilize c++code from VB? I.E. call methods, return variables, etc.
Thanks,
Kidovate
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If your C++ component is a COM object there is no issue. When you say “c++/c#”, those are worlds apart, if it it C# then vb will see it natively, otherwise you will need to do some COM interop.