Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 73310 invoked from network); 6 Jul 2004 03:55:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jul 2004 03:55:03 -0000 Received: (qmail 86292 invoked by uid 500); 6 Jul 2004 03:55:16 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 86257 invoked by uid 500); 6 Jul 2004 03:55:15 -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 86235 invoked by uid 99); 6 Jul 2004 03:55:14 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.68.1.20] (HELO relay.pair.com) (209.68.1.20) by apache.org (qpsmtpd/0.27.1) with SMTP; Mon, 05 Jul 2004 20:55:14 -0700 Received: (qmail 32928 invoked from network); 6 Jul 2004 03:54:49 -0000 Received: from 141.244.adsl.sltnet.lk (HELO ?192.168.101.20?) (220.247.244.141) by relay.pair.com with SMTP; 6 Jul 2004 03:54:49 -0000 X-pair-Authenticated: 220.247.244.141 Subject: RE: C++-Client runs in Access Violation From: Roshan Weerasuriya To: Apache AXIS C User List In-Reply-To: <000c01c4600c$f3ece840$f1875693@cs.fhaargau.ch> References: <000c01c4600c$f3ece840$f1875693@cs.fhaargau.ch> Content-Type: text/plain Organization: Message-Id: <1089086093.1191.13.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 06 Jul 2004 09:54:53 +0600 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hi, >Do I have to download/install the XML Parser? Yes, read the sections "Installing the Expat XML parser" and "Installing the Xerces XML parser", in the Axis C++ Windows Installatoin Guide. Also check whether all the specified dll s are in place in your path. Specialy if you do any renaming the Windows User Guide has a mistake, you have to rename to "AxisXMLParser.dll", but the user guide says "AxisXMLParse.dll" (letter 'r' is missing), (One user had a Access violatoin problem due to this). Roshan On Fri, 2004-07-02 at 14:17, Titus Jakob wrote: > Hi Markus > silly question: Do I have to download/install the XML Parser? > I thougt it would be included in the axis-c-1-2-alpha-win32. But now, > when I check the directories lib\xercesc and lib\epat I see that they > are empty..??? > > sorry, basic stuff I know > Titus > -----Original Message----- > From: axis-c-user-return-605-titus.jakob=fh-aargau.ch@ws.apache.org > [mailto:axis-c-user-return-605-titus.jakob=fh-aargau.ch@ws.apache.org] > On Behalf Of Marcus Tillmanns > Sent: Freitag, 2. Juli 2004 10:00 > To: Apache AXIS C User List > Subject: Re: C++-Client runs in Access Violation > > > Hi, > > Most Access Violations I've run into where based on the XML > Parser. Do you use expat ? I found Xerces to work much better. > > Marcus > ----- Original Message ----- > From: Titus Jakob > To: axis-c-user@ws.apache.org > Sent: Friday, July 02, 2004 9:53 AM > Subject: C++-Client runs in Access Violation > > > Hi > I would appreciate yor help. > - I made a client, similar to the Calculator. > - The program compiles without errors. > ? At runtime I see after the invoke an Access > violation in the debug window...?, then the program > crashes. > - m_pCall points to somewhere. > > Code: > if (AXIS_SUCCESS == m_pCall->invoke()) > > debug: > First-chance exception in CClient.exe > (AXISCLIENT.DLL): 0xC0000005: Access Violation. > > Thanks and regards > Titus >