From zanneo at mail.ru Thu Apr 9 03:01:59 2009 From: zanneo at mail.ru (zanneo) Date: Thu Apr 9 05:23:05 2009 Subject: [libxsd-frontend-users] using with Visual C++ 2008 Message-ID: <49DD9D67.2030109@mail.ru> Hi, experts. I don't understand, how use libxsd-frontend sources with MS Visual C++ 2008. Please, help me. From boris at codesynthesis.com Thu Apr 9 05:33:22 2009 From: boris at codesynthesis.com (Boris Kolpackov) Date: Thu Apr 9 05:33:10 2009 Subject: [libxsd-frontend-users] using with Visual C++ 2008 In-Reply-To: <49DD9D67.2030109@mail.ru> References: <49DD9D67.2030109@mail.ru> Message-ID: Hi, zanneo writes: > I don't understand, how use libxsd-frontend sources with MS Visual C++ > 2008. Building of the libxsd-frontend library with Visual C++ is not currently supported. You can build it with GCC/MinGW as described in the build instructions for XSD: http://www.codesynthesis.com/projects/xsd/extras/build-windows.xhtml Note that the resulting library will still be incompatible with Visual C++ (that is, you can't build libxsd-frontend with GCC/MinGW and link to an application built with VC++). Boris