From users-return-6305-apmail-qpid-users-archive=qpid.apache.org@qpid.apache.org Tue May 22 10:51:33 2012 Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-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 963CFC48F for ; Tue, 22 May 2012 10:51:33 +0000 (UTC) Received: (qmail 50499 invoked by uid 500); 22 May 2012 10:51:33 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 50332 invoked by uid 500); 22 May 2012 10:51:32 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 50296 invoked by uid 99); 22 May 2012 10:51:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 May 2012 10:51:31 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of zwergzebra@googlemail.com designates 209.85.215.42 as permitted sender) Received: from [209.85.215.42] (HELO mail-lpp01m010-f42.google.com) (209.85.215.42) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 May 2012 10:51:24 +0000 Received: by lagy4 with SMTP id y4so4156505lag.15 for ; Tue, 22 May 2012 03:51:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=B16kk22+f47HttU0RAHVuh+NIybrnNOCVSGeDPWyRnc=; b=dHiyYMWiILqki8WJp9d/4wjH50yXZB3XDg9xUSoLTSQUJ2WvhjMXh3GukgtFmQTpqK zDlsZrjez4d7j32Xb5Y7+qyCYXH0maQ/Mx/zK6yEoYgLlxEFG0t8tW6qxsYVYKgOtwkl qiAzO4zgfgWYr/FqN33Cq4eP/mlHRrjWgcRZp1FwOBaff5ebS+1vzesQQXwFwg8mXzaO rAriWXcSqVfR+2jEQyX5qG/LONxwAkTdWiEOkO6MjuWQ5cC793HAzBFPErJ0h3mVi8Da mkUr4OkmoNnsblAZyal5eaA6OmuZUPM0bACJ13Jx6lKzafkNXlJegD5+4OuuVK/7J5yw WC1w== MIME-Version: 1.0 Received: by 10.152.122.116 with SMTP id lr20mr22527310lab.42.1337683864024; Tue, 22 May 2012 03:51:04 -0700 (PDT) Received: by 10.152.110.228 with HTTP; Tue, 22 May 2012 03:51:04 -0700 (PDT) Date: Tue, 22 May 2012 12:51:04 +0200 Message-ID: Subject: Problem with building the C# Wcf Channel From: Robert Evans To: users@qpid.apache.org Content-Type: multipart/alternative; boundary=f46d042ef7298976e604c09dcb59 --f46d042ef7298976e604c09dcb59 Content-Type: text/plain; charset=ISO-8859-1 Hello, I want to build the Wcf Channel files using VS 2008 and the QpidWcf solution, but I am getting a linker error when linking the InputLink.obj of the Interop project. it is error LNK2001: Unresolved external symbol. Here is the complete error description: Fehler 8 error LNK2001: Unresolved external symbol ""public: class std::_Tree,class std::allocator >,class boost::shared_ptr,struct std::less,class std::allocator > >,class std::allocator,class std::allocator > const ,class boost::shared_ptr > >,0> >::const_iterator __thiscall qpid::framing::FieldTable::end(void)const " (?end@FieldTable@framing@qpid @@$$FQBE?AVconst_iterator@?$_Tree@V?$_Tmap_traits@V?$basic_string@DU ?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$shared_ptr@VFieldValue @framing@qpid@@@boost@@U?$less@V?$basic_string@DU?$char_traits@D@std@ @V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU ?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$shared_ptr@VFieldValue @framing@qpid@@@boost@@@std@@@2@$0A@@std@@@std@@XZ)". InputLink.obj Interop I don't know what the problem could be, as compiling der Interop project works and I also built the C++ broker (works) and all libraries mentioned in the Installation ReadMe of the Wcf Channel. Does anyone have an idea or could send me the built solution? Thanks for your help! Robert --f46d042ef7298976e604c09dcb59--