OCC with Visual Basic

Hello there,
I'm using OCC libraries in my application developed using C++. Now i would like to call these c++ objects for visualization in VB, does VB supports these or how do i display these C++ objects. Please do the needful

vio's picture

You need to write c/cpp wrapper code, if not already written by someone else :)
For an example of the work involved, have a look at this link. Though not VB-specific, it is what you are looking for

http://www.python.org/doc/current/ext/ext.html

Good luck,
Vio