You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by Anshul Madan <ma...@gmail.com> on 2006/12/29 08:27:45 UTC

RE:Xerces problem with Cygwin

I had added 'c:\cygwin\bin' to Windows PATH variable.
c:\cygwin\bin contains cygxerces-c25.dll

Re: Xerces problem with Cygwin

Posted by David Bertoni <db...@apache.org>.
Anshul Madan wrote:
> I had added 'c:\cygwin\bin' to Windows PATH variable.
> c:\cygwin\bin contains cygxerces-c25.dll
> 
That's not how you link your executable with the Xerces-C library.  Take a 
look at the Xerces-C sample applications for the correct command line 
options to link your executable.

Dave