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
Bart V - 11 May 2004 14:35 GMT
> Hi
>
[quoted text clipped - 11 lines]
>
> Bart
oeps the zero in m0_xmlData is just a typo with copying and pasting
sorry for the trouble