[fdo][FDO188][New] FDO: VC fatal error compiling C++ .NET code that access mana...
Greg Boone
greg.boone at autodesk.com
Tue Sep 26 16:56:23 EDT 2006
You can view the artifact detail at the following URL:
https://fdo.osgeo.org/servlets/Scarab/id/FDO188
Type
Defect
Artifact ID
FDO188 (FDO: VC fatal error compiling C++ .NET code that access managed FDO API)
Reported by
Greg Boone
gregboone (greg.boone at autodesk.com)
New artifact details:
---------------------------------------------------------
- Artifact created
- Priority set to new value
P2
- Description set to new value
VC fatal error compiling C++ .NET code that access managed FDO API
- Submission Reviewed set to new value
Yes
- Component set to new value
FDO
- Target milestone set to new value
3.2.0
- OS Distribution and Version set to new value
SP2
- Artifact Status set to new value
New
- Steps to Reproduce set to new value
Compile the following code and observe VC fatal error:
for (int i = 0; i < this->primaryAttributes->Count; i++)
{
OSGeo::FDO::Schema::PropertyDefinition^ primaryProp = this->primaryAttributes[i];
if (primaryProp->GetType() == OSGeo::FDO::Schema::PropertyType::PropertyType_DataProperty)
{
break;
}
}
- Subcomponent set to new value
.NET API
- Summary set to new value
FDO: VC fatal error compiling C++ .NET code that access managed FDO API
- Operating system set to new value
Windows XP
---------------------------------------------------------
This message was automatically generated by Project Tracker.
More information about the Fdo_issues
mailing list