Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2E4ECDDDC for ; Fri, 17 Aug 2012 06:21:10 +0000 (UTC) Received: (qmail 11005 invoked by uid 500); 17 Aug 2012 06:21:09 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 10784 invoked by uid 500); 17 Aug 2012 06:21:08 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 10758 invoked by uid 99); 17 Aug 2012 06:21:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2012 06:21:08 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.250.139 is neither permitted nor denied by domain of mkeysman@gmail.com) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2012 06:21:01 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1T2FvF-0006zL-46 for users@activemq.apache.org; Thu, 16 Aug 2012 23:20:41 -0700 Date: Thu, 16 Aug 2012 23:20:41 -0700 (PDT) From: mkeysman To: users@activemq.apache.org Message-ID: <1345184441085-4655229.post@n4.nabble.com> Subject: compiling an activemq provider in c++ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I have tried to incorporate the simpleproducer.cpp program into another c++ program. Compiling in windows fails due to a trio of unresolved external symbol errors: 1>libsvmactivemqSink.obj : error LNK2019: unresolved external symbol "public: __thiscall cms::CMSException::CMSException(class cms::CMSException const &)" (??0CMSException@cms@@QAE@ABV01@@Z) referenced in function __catch$?fetchConfig@cLibsvmActiveMQSink@@MAEXXZ$0 1>libsvmactivemqSink.obj : error LNK2019: unresolved external symbol "public: __thiscall activemq::core::ActiveMQConnectionFactory::ActiveMQConnectionFactory(class std::basic_string,class std::allocator > const &,class std::basic_string,class std::allocator > const &,class std::basic_string,class std::allocator > const &)" (??0ActiveMQConnectionFactory@core@activemq@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z) referenced in function "protected: virtual void __thiscall cLibsvmActiveMQSink::fetchConfig(void)" (?fetchConfig@cLibsvmActiveMQSink@@MAEXXZ) 1>libsvmactivemqSink.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall cms::CMSException::~CMSException(void)" (??1CMSException@cms@@UAE@XZ) I think I understand that the problem is in the lib dependencies. I have made the project dependent on apr-1.lib and aprutil-1.lib, but am not understanding what, if any, other libraries are needed. If someone could point me in the right direction, it would be greatly appreciated. mkeysman -- View this message in context: http://activemq.2283324.n4.nabble.com/compiling-an-activemq-provider-in-c-tp4655229.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.