B
Bart V
Hi
got a .xsd file i wanne embedded but can't see to find how to cal that
file in managed c++
here is the code I use but I dont get any error or something.
Assembly *a = Assembly::GetExecutingAssembly();
Stream *s = a->GetManifestResourceStream("CDBase.xsd");
m_xmlData = new DataSet();
m_xmlData->ReadXmlSchema(s);
m0_xmlData->WriteXmlSchema("kwenie.xsd");
Any suggestion.
Bart
got a .xsd file i wanne embedded but can't see to find how to cal that
file in managed c++
here is the code I use but I dont get any error or something.
Assembly *a = Assembly::GetExecutingAssembly();
Stream *s = a->GetManifestResourceStream("CDBase.xsd");
m_xmlData = new DataSet();
m_xmlData->ReadXmlSchema(s);
m0_xmlData->WriteXmlSchema("kwenie.xsd");
Any suggestion.
Bart