dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pnet-developers] PNET 0-6-0 and C++.NET DLL problem


From: Rhys Weatherley
Subject: Re: [Pnet-developers] PNET 0-6-0 and C++.NET DLL problem
Date: Fri, 14 Nov 2003 08:32:58 +1000
User-agent: KMail/1.4.3

On Friday 14 November 2003 08:17 am, Pierre Arnaud wrote:

> [mscorlib] System.Runtime.CompilerServices.AssemblyAttributesGoHere
> [mscorlib] System.Runtime.CompilerServices.AssemblyAttributesGoHereSM

This is a bug in Microsoft's toolchain.  Those classes are "internal" to 
Microsoft's mscorlib, which means they should not be accessible.  But for 
some reason Microsoft's engine doesn't complain when they are referenced.

> So my question is: how am I supposed to integrate a DLL generated with
> Microsoft managed C++ into PNET ?

Managed C++ code will normally not run on anything except Microsoft's runtime 
engine because of dependencies on Windows-specific features.  It's 
hard-wired.  If you could send me the program in question, then I can see if 
there's anything that I can do, but I'm not hopeful.

Cheers,

Rhys.
u 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]