From dahermosa at cmsoftlutions.com Wed Aug 3 23:55:06 2016 From: dahermosa at cmsoftlutions.com (Diego Alexander Hermosa Moncayo (Ext. 130)) Date: Thu Aug 4 10:55:24 2016 Subject: [xsde-users] Microsoft eMbedded Visual C++ 4.0 - XSDe How Serialise XML to file Message-ID: [cid:image003.png@01D1EDD9.993AAAA0] Hello, I'm working in a project with Microsoft eMbedded Visual C++ 4.0 and I Installed XSDe successfully and I'm testing hello example, but I don't know how to save XML to file because MS eMbedded Visual C++ 4.0 has not support for iostream. How can do it? Is there any example or steps to follow for saving XML to file? PD: I can't change MS eMbedded Visual C++ 4.0 to other IDE like Visual Studio 2008 because we need to support an old application written with MS eMbedded Visual C++ 4.0. Thanks for your help. Atentamente Diego Alexander Hermosa Moncayo Ingeniero de An?lisis y Dise?o dahermosa@CMSoftLutions.com COLOMBIA Bogot?: +57 (1) 3819624 Ext. 130 Medell?n: +57 (4) 2040689 Ext 130 Cali: +57 (2) 524 4699 Ext. 130 Cra 36 N? 10 - 06 Of. 301 USA Miami: +1 (305) 777-6921 Ext. 130 ________________________________ CM SoftLutions ? 2016. www.CMSoftLutions.com www.CMSoftOnline.com -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 154932 bytes Desc: image001.png Url : http://codesynthesis.com/pipermail/xsde-users/attachments/20160804/4e2360c1/image001-0001.png -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 19774 bytes Desc: image003.png Url : http://codesynthesis.com/pipermail/xsde-users/attachments/20160804/4e2360c1/image003-0001.png From boris at codesynthesis.com Thu Aug 4 11:25:46 2016 From: boris at codesynthesis.com (Boris Kolpackov) Date: Thu Aug 4 11:26:16 2016 Subject: [xsde-users] Microsoft eMbedded Visual C++ 4.0 - XSDe How Serialise XML to file In-Reply-To: References: Message-ID: Hi Diego, Diego Alexander Hermosa Moncayo (Ext. 130) writes: > I'm working in a project with Microsoft eMbedded Visual C++ 4.0 and I > Installed XSDe successfully and I'm testing hello example, but I don't know > how to save XML to file because MS eMbedded Visual C++ 4.0 has not support > for iostream. How can do it? Is there any example or steps to follow for > saving XML to file? Take a look at the 'minimal' example. It shows how to parse and serialize XML in the minimal XSD/e configuration (no STL/iostream, exceptions, etc), which is what you will have to use with eMbedded VC++ 4.0. Boris