Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 85027 invoked from network); 12 Aug 2004 00:19:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Aug 2004 00:19:24 -0000 Received: (qmail 66291 invoked by uid 500); 12 Aug 2004 00:19:23 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 66254 invoked by uid 500); 12 Aug 2004 00:19:23 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 66239 invoked by uid 99); 12 Aug 2004 00:19:23 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [128.100.132.18] (HELO bureau8.utcc.utoronto.ca) (128.100.132.18) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 11 Aug 2004 17:19:19 -0700 Received: from webmail5.ns.utoronto.ca ([128.100.132.37] EHLO webmail5.ns.utoronto.ca ident: IDENT-NOT-QUERIED [port 40414]) by bureau8.utcc.utoronto.ca with ESMTP id <24950-7804>; Wed, 11 Aug 2004 20:19:13 -0400 Received: by webmail5.ns.utoronto.ca id <873019-27544>; Wed, 11 Aug 2004 20:19:05 -0400 Received: from 128.100.48.224 ( [128.100.48.224]) as user hsiehkim@mailbox143.utcc.utoronto.ca by webmail.utoronto.ca with HTTP; Wed, 11 Aug 2004 20:18:52 -0400 Message-ID: <1092269932.411ab76c22354@webmail.utoronto.ca> Date: Wed, 11 Aug 2004 20:18:52 -0400 From: kim.hsieh@utoronto.ca To: 'Apache AXIS C User List' Subject: Compilation problem MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT User-Agent: Internet Messaging Program (IMP) 3.1 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, I am trying to build a web service with axis. The core of the web service is built already into a dll file. In another words, I have a dll that can do everything that this web service has to perform. Thus, I only need to integrate this dll with axis and apache to get a fully functional web service. Following the User Guide for Axis C++ on the web, I run into a problem. The first step of building a web service is to build a static library file. And the main operations of the web services are defined in this static library. How can I link my dll, which contains all the essential functions and class declarations, to this static library file? Or is there any other way around to this problem? Such as I can skip building the static library and add a few file to my dll and recompile, then I could move on to the next step? Thanks for the help in advance, Kim