Hi, > I also have one question which isn't related to the above problem. I post > a mail with a problem linking my program with the APR library some days > ago. I then realized that if I build a dynamic library, my application > works fine, whiles when I try to construct a static library I can't link > my application. > > Also any sugestion for this?
You definitely need to define APR_DECLARE_STATIC to link with a static lib. You said before that this gave you other errors, so what were they? bye, Saxon
