I have the .NET 2.0 SDK and the Platform SDK installed on my build machine.
VS2005 is not installed.
I'm making a call to PtrToStringChars, which requires <vcclr.h>.
<vcclr.h> includes <gcroot.h>.
<gcroot.h> includes <msclr\gcroot.h>
On my build machine, the msclr directory is not there. It looks like the SDK
does not install it, but VS does.
What to do? Is this by design? Or is there a workaround?
[MSFT] - 14 Dec 2005 08:34 GMT
The file <msclr\gcroot.h> will be installed with VC.NET or VS.NET. Hope
this help.
Luke