I pulled down devc++ and xerces (xml.apache.org) I setup a project with the include and lib directories added to the include and lib directories in the xerces distro. It builds fine, but fails on the link (unresolved externals to each and every function called). Do I need to do anything besides add the include/lib directories to the project to use Xerces? (This is under windows BTW) Under linux/g++ I know would have to pass the -lxercesc flag to the linker but I'm not sure what the equiv is under windows/devc++
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I pulled down devc++ and xerces (xml.apache.org) I setup a project with the include and lib directories added to the include and lib directories in the xerces distro. It builds fine, but fails on the link (unresolved externals to each and every function called). Do I need to do anything besides add the include/lib directories to the project to use Xerces? (This is under windows BTW) Under linux/g++ I know would have to pass the -lxercesc flag to the linker but I'm not sure what the equiv is under windows/devc++