Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 66944 invoked by uid 500); 19 Dec 2002 11:25:42 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 66933 invoked from network); 19 Dec 2002 11:25:41 -0000 Date: Thu, 19 Dec 2002 12:21:46 +0100 (GMT-1) From: Damir Dezeljin X-X-Sender: damird@Server.nib.si To: APR Subject: aprutils: HOWTO include apr_queue.c Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi. Can someone pleas explain me how to add apr_queue to the library on Windows? I'm using VS.NET . I open 'aprutil.dsw' in apr-util dir. Choose convert all project files to VS 7 format (BTW: Is of any use if I send those 'new' project files to the list - e.g. to add them to the CVS). Then I add a queue subfolder under libaprutil->Source_Files and add apr_queue.c in this subfolder. Then I build the libray. When I compile my sources that uses apr_queue I get an error during linking that there are unresolved symbols. Any sugestion? 10x in advance. Regards, Dezo