If I make a DLL in VB Let's say with a class with this functions in:

Code:
Public Variable As Integer

Public Function Func1(Param As Integer) As String
...
End Function
How do I use the DLL and the class in C++?

/J Lindroos
____________________
"My opinions may have changed, but not the fact that I am right"