Dear developers, Id like to ask you some questions about how to use APR lib/dll.
Our project uses activeMQ-CPP libarary (i.e. libactivemq-cppd.lib) which needs the following dlls: - libapr-1.dll - libaprutil-1.dll - libapriconv-1.dll Wed like not to use these dlls, but their equivalent libs, i.e.: - apr-1.lib (or libapr-1.lib?) - aprutil-1.lib (or libaprutil-1.lib?) - apriconv-1.lib (or libapriconv-1.lib?) These libs are created by our Microsoft Visual Studio 2008 Express. My question is: how can I make activeMQ-CPP use these libs instead of the dlls? Thank you in advance. Kind regards M. Ruan Ab Ovo Nederland B.V. Barbizonlaan 75 2908 ME Capelle aan den IJssel The Netherlands T: +31 (0)10 286 1533 E: ming.r...@ab-ovo.com F: +31 (0)10 286 1544 I: www.ab-ovo.com M: +31 (0)6 110 42 619 KvK nr. 28084550 _______________________________________________ Ab Ovo Nederland is part of Ab Ovo International. This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation. -----Original Message----- From: Holger Grandy [mailto:holger.gra...@bmw-carit.de] Sent: maandag 7 maart 2011 14:45 To: dev@apr.apache.org Subject: APR Iconv License conditions Hi, I noticed that - although APR ICONV is made available under Apache License 2.0 according to the website, NOTICE and LICENSE files - the source code contains license headers using a modified BSD-style license (e.g. apr_iconv.h). Is that intended? What are the exact license conditions for APR ICONV? Thanks, Holger