Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 32318 invoked from network); 22 Jan 2007 17:04:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jan 2007 17:04:16 -0000 Received: (qmail 75033 invoked by uid 500); 22 Jan 2007 17:04:21 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 75019 invoked by uid 500); 22 Jan 2007 17:04:21 -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 75008 invoked by uid 99); 22 Jan 2007 17:04:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jan 2007 09:04:21 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of anatolyg@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jan 2007 09:04:13 -0800 Received: by ug-out-1314.google.com with SMTP id j40so1006794ugd for ; Mon, 22 Jan 2007 09:03:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=bMK8QBM+hQNPRLdQS70lQ4M85Tou0veqv38qkeWy7ywk8pW3pfGuYBoA/pIjSIXYdcX+3Qlm6vcCBKdKJKt9RwxQlR5wILfkhM3nVW4tFJd+nR/xEmc4DhUI6QmSC4uTpo2UExGrCoSOHMksmuXfYCHLU4Yit2SU8e4ddYD1XOg= Received: by 10.82.184.2 with SMTP id h2mr7055063buf.1169485429305; Mon, 22 Jan 2007 09:03:49 -0800 (PST) Received: by 10.82.135.19 with HTTP; Mon, 22 Jan 2007 09:03:49 -0800 (PST) Message-ID: <269836fc0701220903i60de86b6v7f481ceed46f3ee3@mail.gmail.com> Date: Mon, 22 Jan 2007 19:03:49 +0200 From: "Anatoly Gutnick" To: "Apache AXIS C Developers List" Subject: Re: how to compile axis C++ with VS 2003 or VS 2005? In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_222808_8313568.1169485429249" References: <007e01c73cc1$cf036790$1dc81bac@corp.ipass.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_222808_8313568.1169485429249 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks for reply. I compiled with VS6, VS7 and VC8 The stnange thing is that the size of the binary dlls is much less then one i downloaded from http://www.apache.org/dist/ws/axis-c/binaries/win32/ For example, axis-c-1.6b-Win32-trace-bin contains axis_client.dll with size 905kB And the file generated by my compilation by VC6 from sources downloaded axis-c-1.6b-Win32-trace-src axis_client.dll with size 520kB The binaries for Windows provided for download are generated by VC6 or VC7? I am afraid that something wrong here Thanks, Anatoly. 2007/1/22, Adrian Dick : > > Hi, > > The ANT based build should already work with VS7. > > I know there are some minor differences between that and VS8 which need to > be catered for in the scripts, but to my knowledge no-one has had an > opportunity to resolve these. If you're in a position to create these > fixes, posting them back here, we could see about getting them included. > > > Regards, > Adrian > _______________________________________ > Adrian Dick (adrian.dick@uk.ibm.com) > > > "Anatoly Gutnick" wrote on 20/01/2007 18:35:46: > > > Hi, > > > > i am able to build Axis C++ client using ANT based build > > http://ws.apache.org/axis/cpp/antbuild-guide.html > > > > I have Microsoft Visual C++ v6 installed on by build machine. > > This compiler is used as i understand by default. > > > > I have Visual Studio 2003 (VS7)and Visual Studio 2005 (VS8) > > isntalled on the same machone. > > > > I would like to use VS2003 or VS2005 compiler instaed of VS6, > > what i have to do? > > > > Thanks, > > Anatoly > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-c-dev-help@ws.apache.org > > ------=_Part_222808_8313568.1169485429249 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Thanks for reply.
 
I compiled with VS6, VS7 and VC8
 
The stnange thing is that the size of the binary dlls is much less then one i downloaded from
 
For example, axis-c-1.6b-Win32-trace-bin contains axis_client.dll with size 905kB
 
And the file generated by my compilation by VC6 from sources downloaded axis-c-1.6b-Win32-trace-src
axis_client.dll with size 520kB
 
The binaries for Windows provided for download are generated by VC6 or VC7?
I am afraid that something wrong here
 
Thanks,
Anatoly.
 


2007/1/22, Adrian Dick <adrian.dick@uk.ibm.com>:
Hi,

The ANT based build should already work with VS7.

I know there are some minor differences between that and VS8 which need to
be catered for in the scripts, but to my knowledge no-one has had an
opportunity to resolve these.  If you're in a position to create these
fixes, posting them back here, we could see about getting them included.


Regards,
Adrian
_______________________________________
Adrian Dick (adrian.dick@uk.ibm.com)


"Anatoly Gutnick" < anatolyg@gmail.com> wrote on 20/01/2007 18:35:46:

> Hi,
>
> i am able to build Axis C++ client using ANT based build
> http://ws.apache.org/axis/cpp/antbuild-guide.html
>
> I have Microsoft Visual C++ v6 installed on by build machine.
> This compiler is used as i understand by default.
>
> I have Visual Studio 2003 (VS7)and Visual Studio 2005 (VS8)
> isntalled on the same machone.
>
> I would like to use VS2003 or VS2005 compiler instaed of VS6,
> what i have to do?
>
> Thanks,
> Anatoly


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


------=_Part_222808_8313568.1169485429249--