Hi there,
I'm trying to compile the program with Whidbey but I got the following
problem:
------- cut here -----------
c:\h>cl h.cpp /clr
[many warnings skipped]
h.cpp(152) : error C3396:
'System.Runtime.CompilerServices.IsImplicitlyDereferenced'
: custom attribute not found in 'mscorlib.dll'
h.cpp(152) : fatal error C1903: unable to recover from previous
error(s);
stopping compilation
------- cut here -----------
If I try to target AMD64 with x86 cross compiler things go even worse
- some libraries are corruped. What's wrong?
Regards,
Alexander
Carl Daniel [VC++ MVP] - 21 Sep 2004 14:38 GMT
> Hi there,
>
> I'm trying to compile the program with Whidbey
I'd suggest you post to the Whidbey beta newsgroups, such as:
microsoft.private.whidbey.cplusplus.language
See the URL below for information on how to access these newsgroups:
http://communities.microsoft.com/newsgroups/default.asp?icp=whidbey&slcid=us
> but I got the following problem:
You might want to post a bit more code too.
-cd