
Signature
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
Hello,
> Is it well when building your Managed C++ .NET (DLL) Class library project
> alone?
Yes it is.
> If so how about using this Managed C++ .NET DLL in a .NET C#/VB.NET
> project, is there any problem again?
Its fine.
To explain the problem further, if I create a managed C++ .NET DLL and
reference it in my project, I get class redefinitions and if I dont I get
the Linker error 2020 (presumbly because the library functions aren't
loaded - although it only complains about the constructor/destructors).
If I create a VB .NET project it seems to handle it better and with a simple
reference it finds all the classes it requires and runs fine.
Regards
Simon Jefferies
Tools Programmer, Headfirst Productions
mailto:simonj@headfirst.co.uk
www.callofcthulhu.com www.deadlandsgame.com
-
> Hi Simon,
>
[quoted text clipped - 20 lines]
> rights.
> --------------------
Gary Chang - 22 May 2004 04:54 GMT
OK, Simon:
It looks similar to the problem which the google group threads(I mentioned
in my first message) discussed about, is that useful to your scenario?
Thanks!
Best regards,
Gary Chang
Microsoft Online Partner Support

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------