[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Linking to expat.dll



I'm trying to build the "xml" library in FunDev and I need to
link to expat.dll.  I built expat.dll and expat.lib in VC++
with no problem, but now how to I make the "xml" library link
to it?  It sort of looks like my project file needs to have a

C-libraries: expat.lib

line in it, but where do I put the .lib and .dll files and is
there anything else I need to do?

Thanks.
-Carl