C
Carlos Villaseñor M.
Hi everybody!
I have developed a DLL's function series in C++ Class Library and I need to
share with a VB application, when I tried to make reference to that DLL
everything well, but when I tried to access to the function class none don´t
appears. I tried with the same code in a C# library and this works well.
What happens? Why the same code in a C# effectively appears the members
class functions as a DLL reference and in the other hand, C++ don't?
I appreciate some help
Regards
Carlos Villaseñor M.
I have developed a DLL's function series in C++ Class Library and I need to
share with a VB application, when I tried to make reference to that DLL
everything well, but when I tried to access to the function class none don´t
appears. I tried with the same code in a C# library and this works well.
What happens? Why the same code in a C# effectively appears the members
class functions as a DLL reference and in the other hand, C++ don't?
I appreciate some help
Regards
Carlos Villaseñor M.