From dev-return-8203-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Mon Sep 24 16:24:30 2007 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 6401 invoked from network); 24 Sep 2007 16:24:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Sep 2007 16:24:29 -0000 Received: (qmail 83984 invoked by uid 500); 24 Sep 2007 16:24:19 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 83958 invoked by uid 500); 24 Sep 2007 16:24:19 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 83949 invoked by uid 99); 24 Sep 2007 16:24:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2007 09:24:19 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 146.232.64.14 is neither permitted nor denied by domain of fullung@gmail.com) Received: from [146.232.64.14] (HELO mail2.sun.ac.za) (146.232.64.14) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2007 16:26:30 +0000 Received: from lunglet.farside.sun.ac.za ([146.232.133.168] helo=lunglet) by mail2.sun.ac.za with smtp (Exim 4.50) id 1IZqix-0006Wu-W9 for dev@activemq.apache.org; Mon, 24 Sep 2007 18:23:56 +0200 Message-ID: <006c01c7fec7$03b77450$a885e892@sun.ac.za> From: "Albert Strasheim" To: References: <12822951.post@talk.nabble.com> <006101c7fc85$6b585730$a885e892@sun.ac.za> <12861811.post@talk.nabble.com> Subject: Re: VS2005 Project Issues Date: Mon, 24 Sep 2007 18:21:51 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Virus-Checked: Checked by ClamAV on apache.org Hello I could be wrong, but judging by that __clrcall in the error message, your other project might have Common Language Runtime support enabled. This is configured under Project | Properties | Configuration Properties | General. You can either disable CLR support in your project (unless you actually need CLR support), or you can try to build AMQCPP with CLR support enabled. The former option is preferred, since I don't think we've ever tried building AMQCPP with CLR support turned on. Regards, Albert ----- Original Message ----- From: "Ed Wood" To: Sent: Monday, September 24, 2007 5:13 PM Subject: Re: VS2005 Project Issues > > Thanks for your help! > > I am currently having a linking issue using the activemq-cppd.lib in > another > project. I get 17 errors of the following type: > > Error 1 error LNK2028: unresolved token (0A00000E) "public: virtual class > cms::Connection * __clrcall > activemq::core::ActiveMQConnectionFactory::createConnection(void)" > (?createConnection@ActiveMQConnectionFactory@core@activemq@@$$FUAMPAVConnection@cms@@XZ) > referenced in function "void __clrcall `dynamic initializer for 'const > activemq::core::ActiveMQConnectionFactory::`vftable'''(void)" > (???__E??_7ActiveMQConnectionFactory@core@activemq@@6B@@@YMXXZ@?A0x5af1c179@@$$FYMXXZ) > Gen6_ActiveMQ_TestApp.obj