Menu

#56 Static library builds for VC++

closed-accepted
None
5
2002-08-23
2002-08-22
No

I added projects for building static libraries
to the MS VC++ project files.

I also changed the "elements" demo project
to use the static version of libexpat.

Small changes had to be made to expat.h
and xmlparse.c - check the patch included
in the attached zip archive.

Other minor changes were made with regards
to have all projects link to the same version of
the runtime library.

Btw, using the static library forces an application
to link to the same version of the runtime as Expat,
or rebuild the library accordingly.

Discussion

  • Karl Waclawek

    Karl Waclawek - 2002-08-22

    Changed MS VC++ project files & patch

     
  • Karl Waclawek

    Karl Waclawek - 2002-08-23

    Logged In: YES
    user_id=290026

    Works for me - applied to CVS.

     
  • Karl Waclawek

    Karl Waclawek - 2002-08-23
    • status: open --> closed-accepted
     

Log in to post a comment.