If I make a DLL in VB Let's say with a class with this functions in:
How do I use the DLL and the class in C++?Code:Public Variable As Integer Public Function Func1(Param As Integer) As String ... End Function
/J Lindroos
____________________
"My opinions may have changed, but not the fact that I am right"




Reply With Quote