[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Linking to expat.dll
- To: address@hidden
- Subject: Linking to expat.dll
- From: Carl Gay <address@hidden>
- Date: Thu, 25 Apr 2002 12:30:02 -0400
- Organization: AT&T Broadband
- Sender: "Gregory T. Sullivan" <address@hidden>
- Xref: traf.lcs.mit.edu comp.lang.dylan:14134
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