From Yingzhao.Zhou at nectech.co.uk Wed Jul 11 07:08:35 2007 From: Yingzhao.Zhou at nectech.co.uk (Zhou, Yingzhao) Date: Tue Jul 1 03:37:21 2008 Subject: [xsde-users] about your install document Message-ID: <9C75F938B434854AB252FACEF4B20AE30E4445@UKMAIL01.emdc.neceur.com> Hi , I am following your instructions to implement xsd/e according to the install document. There is a an sentence saying " link your executables with the libxsde\xsde\xsde.lib library" on second page. But I cannot find this xsde.lib in the corresponding directory. Is there any problem with the package I downloaded? Could you help me with this question? Many thanks, Miss Yingzhao Zhou Handset Application Systems Engineer NEC Technologies (UK) Ltd., Level 3, Imperium, Imperial Way, Reading, Berkshire, RG2 0TD, UK Tel: +44 (0)118 9654591 ********************************************************************** NEC Technologies (UK) Ltd., Company Registered Office: Level 3, Imperium, Reading, Berkshire, RG2 0TD Registered Number: 4072718 Attention: The information contained in this message and or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any system and destroy any copies. ********************************************************************** From boris at codesynthesis.com Wed Jul 11 12:15:57 2007 From: boris at codesynthesis.com (Boris Kolpackov) Date: Tue Jul 1 03:37:21 2008 Subject: [xsde-users] about your install document In-Reply-To: <9C75F938B434854AB252FACEF4B20AE30E4445@UKMAIL01.emdc.neceur.com> References: <9C75F938B434854AB252FACEF4B20AE30E4445@UKMAIL01.emdc.neceur.com> Message-ID: <20070711161557.GE3191@karelia> Hi Yingzhao, Zhou, Yingzhao writes: > There is a an sentence saying " link your executables with the > libxsde\xsde\xsde.lib library" on second page. But I cannot find this > xsde.lib in the corresponding directory. Is there any problem with the > package I downloaded? Could you help me with this question? You will need to build the xsde.lib library before you can link your application. The INSTALL.txt file explains how to configure and build this library (also called XSD/e runtime) for your target device. As explaining in INSTALL.txt, to configure the runtime you will need to edit the build\config.nmake file. You can find a number of sample configuration files in the etc\ directory. Then you can follow the instructions in the "Microsoft nmake" section to build xsde.lib. There is also additional information for eVC++ 4.0 and Visual Studio 2005 after this section. If you are still having problems building xsde.lib, please let us know which toolchain you are using (eVC++, Visual Studio 2005, etc.) and what is your target platform and CPU architecture. hth, -boris