Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 10450 invoked from network); 7 Apr 2005 04:42:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Apr 2005 04:42:56 -0000 Received: (qmail 17756 invoked by uid 500); 7 Apr 2005 04:42:56 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 17642 invoked by uid 500); 7 Apr 2005 04:42:55 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 17626 invoked by uid 99); 7 Apr 2005 04:42:55 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.opensource.lk (HELO squid.cmb.ac.lk) (202.51.147.3) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 06 Apr 2005 21:42:54 -0700 Received: from rangika (50.250.adsl.sltnet.lk [220.247.250.50] (may be forged)) by squid.cmb.ac.lk (8.12.9/8.12.9) with ESMTP id j374nR4d035830 for ; Thu, 7 Apr 2005 10:49:34 +0600 (LKT) (envelope-from rangika@opensource.lk) Message-ID: <000f01c53b2d$891d19c0$0265a8c0@rangika> From: "Rangika Mendis" To: "Apache AXIS C Developers List" Subject: Array & Base samples don't build Date: Thu, 7 Apr 2005 10:51:46 +0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Scanned: by amavisd-new X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi All, I generated code using the tool for Array & Base samples & they don't build with the relevant clients which exist in the cvs. The following are the errors encountered for Array - ArrayClient.cpp ../../../../include\axis/client/Call.hpp(484) : warning C4251: 'm_strProxyHost' : class 'std::basic_string,class std::allocator >' needs to have dll-interface to be used by clients of class 'axiscpp::Call' ../../../../include\axis/AxisException.hpp(176) : warning C4275: non dll-interface class 'exception' used as base for dll-interface class 'axiscpp::AxisException' C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\exception(50) : see declaration of 'exception' E:\checkout_1_5_final\ws-axis\c\samples\client\array\ArrayClient.cpp(69) : error C2440: '=' : cannot convert from 'int *' to 'int ** ' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast E:\checkout_1_5_final\ws-axis\c\samples\client\array\ArrayClient.cpp(73) : error C2440: '=' : cannot convert from 'int' to 'int *' Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast intArrayType.cpp ArrayTestPortType.cpp ../../../../include\axis/client/Call.hpp(484) : warning C4251: 'm_strProxyHost' : class 'std::basic_string,class std::allocator >' needs to have dll-interface to be used by clients of class 'axiscpp::Call' ../../../../include\axis/AxisException.hpp(176) : warning C4275: non dll-interface class 'exception' used as base for dll-interface class 'axiscpp::AxisException' C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\exception(50) : see declaration of 'exception' E:\checkout_1_5_final\ws-axis\c\deploy\wsdls\ClientOut\ArrayTestPortType.cpp (43) : warning C4101: 'pcCmplxFaultName' : unreferenced local variable Error executing cl.exe. Regards, Rangika