Thread
:
Accessing C++ class in Visual Basic
View Single Post
Feb 23rd, 2008, 11:16 PM
#
3
Game_Ender
Professional Programmer
Join Date: May 2006
Location: Maryland, USA
Posts: 306
Rep Power:
3
Re: Accessing C++ class in Visual Basic
If you are using VB.NET you can wrap you C++ class using
SWIG
. Here is
tutorial
, you want the C# example. Even though it says C#, anything that works for C# will also work for VB.NET.
__________________
Robotics @ Maryland AUV Team
- Software Lead
Game_Ender
View Public Profile
Find More Posts by Game_Ender