From swati_gaur at yahoo.com Tue May 19 06:07:38 2009 From: swati_gaur at yahoo.com (swati gaur) Date: Tue May 19 06:07:45 2009 Subject: [xsde-users] Problem in QNX converting XML Schema to C++ files Message-ID: <698077.67730.qm@web50803.mail.re2.yahoo.com> > Hi, > I? have downloaded xsde-3.1.0-i686-linux-gnu.tar and > trying to create code using hello.xsd schema file in QNX. I > am using the command" xsde cxx-parser hello.xsd" to produce > produces two C++ files: hello-pskel.hxx? and > hello-pskel.cxx but i get an error : xsde : can't access > shared library. > > > ? ? ? > From boris at codesynthesis.com Tue May 19 08:59:18 2009 From: boris at codesynthesis.com (Boris Kolpackov) Date: Tue May 19 09:04:01 2009 Subject: [xsde-users] Problem in QNX converting XML Schema to C++ files In-Reply-To: <698077.67730.qm@web50803.mail.re2.yahoo.com> References: <698077.67730.qm@web50803.mail.re2.yahoo.com> Message-ID: Hi Swati, swati gaur writes: > I? have downloaded xsde-3.1.0-i686-linux-gnu.tar and > trying to create code using hello.xsd schema file in QNX. I > am using the command" xsde cxx-parser hello.xsd" to produce > produces two C++ files: hello-pskel.hxx? and > hello-pskel.cxx but i get an error : xsde : can't access > shared library. I think you are trying to run the xsde executable under QNX while it is built to be run under Linux. If you can find a Linux box (or Windows, but then you will need to use the xsde-3.1.0-i686-windows.zip package) and compile your schema there, then you can copy the resulting C++ files over to the QNX box and compile/link them there. Boris