I do have the source distribution. I got confused in the build instructions. It says to make sure I link with the xerces-c_2.lib as you mentioned, and I thought it meant to link for building Xerces itself instead of linking to your app after you built the library. It also says to make sure the DLL is in my path. The DLL is in the same folder as the lib file, is there someplace else I need to specify its location? My program builds correctly without having to do anything else.
Thanks, Dan -----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Boris Kolpackov Sent: Thursday, December 21, 2006 12:38 PM To: [email protected] Subject: Re: initializing parser in code, linking error Hi Dan, "Scholten, Dan" <[EMAIL PROTECTED]> writes: > My current include points to the src folder. No .lib or .dll files > were included with the distribution I downloaded. You will need to link to xerces-c_2.lib (or xerces-c_2D.lib for debug). If there are no .lib/.dll in your distribution then you've probably got the source distribution so you will need to compile the library first. hth, -boris -- Boris Kolpackov Code Synthesis Tools CC http://www.codesynthesis.com Open-Source, Cross-Platform C++ XML Data Binding
