Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 84447 invoked from network); 26 Jun 2008 20:29:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2008 20:29:59 -0000 Received: (qmail 36588 invoked by uid 500); 26 Jun 2008 20:29:59 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 36538 invoked by uid 500); 26 Jun 2008 20:29:59 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 36527 invoked by uid 99); 26 Jun 2008 20:29:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 13:29:59 -0700 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jadecocq@cisco.com designates 171.71.176.71 as permitted sender) Received: from [171.71.176.71] (HELO sj-iport-2.cisco.com) (171.71.176.71) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 20:29:07 +0000 X-IronPort-AV: E=Sophos;i="4.27,710,1204531200"; d="scan'208";a="60701442" Received: from sj-dkim-2.cisco.com ([171.71.179.186]) by sj-iport-2.cisco.com with ESMTP; 26 Jun 2008 13:29:26 -0700 Received: from sj-core-1.cisco.com (sj-core-1.cisco.com [171.71.177.237]) by sj-dkim-2.cisco.com (8.12.11/8.12.11) with ESMTP id m5QKTQUr024881 for ; Thu, 26 Jun 2008 13:29:26 -0700 Received: from xbh-sjc-221.amer.cisco.com (xbh-sjc-221.cisco.com [128.107.191.63]) by sj-core-1.cisco.com (8.13.8/8.13.8) with ESMTP id m5QKTQu6015329 for ; Thu, 26 Jun 2008 20:29:26 GMT Received: from xmb-sjc-235.amer.cisco.com ([128.107.191.85]) by xbh-sjc-221.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 26 Jun 2008 13:29:26 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Unresolved reference __imp__apr_queue_create Date: Thu, 26 Jun 2008 13:29:25 -0700 Message-ID: <75D9B5F4E50C8B4BB27622BD06C2B82B05D5967C@xmb-sjc-235.amer.cisco.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Unresolved reference __imp__apr_queue_create Thread-Index: AcjXy1MKfU/jglcwQnOlhPBfmfysiw== From: "James DeCocq (jadecocq)" To: X-OriginalArrivalTime: 26 Jun 2008 20:29:26.0291 (UTC) FILETIME=[53B73E30:01C8D7CB] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; l=889; t=1214512166; x=1215376166; c=relaxed/simple; s=sjdkim2002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=jadecocq@cisco.com; z=From:=20=22James=20DeCocq=20(jadecocq)=22=20 |Subject:=20Unresolved=20reference=20__imp__apr_queue_creat e=20 |Sender:=20; bh=wOHlQHiWFRsIMArsG9WUNJhKbVYDvrfJCx/7tFdKxz8=; b=E87iLI0mG4IzLRkqyPXgCno99+P41j2ebJ5k0c+LuUYrz8azRtXnleMMzn 572lZ8koxEaELl1XHBAxWsqjZL0I+ey7Cr98tXfJlsK58rMwqzOIaVkakciY 6/VzP/hCUT; Authentication-Results: sj-dkim-2; header.From=jadecocq@cisco.com; dkim=pass ( sig from cisco.com/sjdkim2002 verified; ); X-Virus-Checked: Checked by ClamAV on apache.org Hello all, =20 I am relatively new to the APR, and so if I should not have posted to this list, or if I have run up against some convention of the list, I hope you'll forgive the error and correct me. I have done what I could to research this issue, and not having found a solution, I'm asking for help. I use various other features of the APR successfully. I am however now not able to link code which invokes apr_queue_create. The linker error is LNK2019: unresolved external symbol __imp__apr_queue_create@12 referenced in function _etchqueue_create.=20 I have built APR 1.3.2 on XP using Visual Studio 2005, according to the instructions at http://apr.apache.org/compiling_win32.html. I am subsequently linking against apr-1.lib, aprutil-1.lib, apriconv.lib. Your expertise and suggestions helping me to overcome this hurdle will be very much appreciated. jim