
Use a VB.NET Class Library in C++.NET
I am very familiar with the VC6.0 compiler and before .NET was able to
import my VB dlls without any problems.
However, I now have created a Com library using VB.NET and it seems to
be successully registered.
I have run the regasm.exe with the /tlb:???.tlb and have produced the
*.tlb file. However, my public methods within the class do not seem
to be exporting.
Has anyone got a good example of a VB.NET class library being utilized
within a C++.NET MFC application.
The class library that I created in VB.NET works just fine when I add
a reference to the object in my C# application. Just have no success
in the C++.NET area.
Any help would be greatly appreciated.
Thanks
James D. Lawrence