Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 29589 invoked from network); 4 May 2004 14:00:31 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 May 2004 14:00:31 -0000 Received: (qmail 78901 invoked by uid 500); 4 May 2004 14:00:22 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 78877 invoked by uid 500); 4 May 2004 14:00:22 -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 78787 invoked from network); 4 May 2004 14:00:21 -0000 Received: from unknown (HELO dal-exch1.recursionsw.com) (69.15.24.99) by daedalus.apache.org with SMTP; 4 May 2004 14:00:21 -0000 Received: by DAL-EXCH1 with Internet Mail Service (5.5.2655.55) id ; Tue, 4 May 2004 09:00:12 -0500 Message-ID: From: Zorabi Honargohar To: 'Apache AXIS C User List' Subject: RE: Call.h static member initialization Date: Tue, 4 May 2004 09:00:12 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I am using Visual Studio 6, in Windows 2000. Thanks for reply. Zorabi. -----Original Message----- From: John Hawkins [mailto:HAWKINSJ@uk.ibm.com] Sent: Tuesday, May 04, 2004 3:02 AM To: Apache AXIS C User List Subject: Re: Call.h static member initialization What platform/compiler are you working with? John Hawkins, Zorabi Honargohar To "'axis-c-user@ws.apache.org'" 03/05/2004 22:50 cc Please respond to Subject "Apache AXIS C Call.h static member initialization User List" I had to add the following 2 lines to Call.h in order to link. What am I missing, please? CallFunctions STORAGE_CLASS_INFO CallBase::ms_VFtable; bool STORAGE_CLASS_INFO CallBase::bInitialized = false; Thanks, Zorabi