M
Marty
Hi,
I have this DLL made with VB.NET made as a Class Library project. I
know this is managed code.
I have my other made with VC++.NET, unmanaged code.
The point is that I want to use function within my DLL in the VC++ project.
I've been reading document over the internet and this
http://msdn.microsoft.com/msdnmag/issues/05/01/CQA/default.aspx
but I can't find a tutorial explaining how to integrate and use my
VB.NET DLL in VC++. There is text that says that I should import the
DLL content but it is not clear for me.
Does any of you would have a good reference to suggest to me?
I appreciate, thank you
Marty
I have this DLL made with VB.NET made as a Class Library project. I
know this is managed code.
I have my other made with VC++.NET, unmanaged code.
The point is that I want to use function within my DLL in the VC++ project.
I've been reading document over the internet and this
http://msdn.microsoft.com/msdnmag/issues/05/01/CQA/default.aspx
but I can't find a tutorial explaining how to integrate and use my
VB.NET DLL in VC++. There is text that says that I should import the
DLL content but it is not clear for me.
Does any of you would have a good reference to suggest to me?
I appreciate, thank you
Marty