Menu

A little help with libexpat.lib, libexpat.dll

2002-12-05
2012-09-26
  • Nobody/Anonymous

    Im trying to use expat-1.95.5 on my project (http://expat.sourceforge.net/).

    Lame question:
    If i include libexpat.lib on my linker options for my project, that means that my app will NOT require libexpat.dll right?

    So all i need to do is #include Expat.h and the libexpat.lib on my linker options and its done?

     
    • Nobody/Anonymous

      No one? So maybe someone knows some other C xml parsers?

       
    • Nobody/Anonymous

      Yeah, I think you need to put libexpat.lib in your dev\lib folder, and add it to your project options for your linker like so: -lexpat

      Then include the header: #include "expat.h" and you don't need the expat.dll

      -GLENN-

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.