>-Original Message-
>From: Patrick Cosmo [mailto:pco...@incognito.com]
>
>>Yes you can, in modern variants of C. Are you using an old compiler?
>
>I'm using Microsoft Visual Studio 2005, Version 8.
>
>You are correct, Microsoft does not have full support for C99,
>which I believe is the
ect: RE: code generated from WSDL2C doesn't compile ... not valid C code
>-Original Message-
>From: Patrick Cosmo [mailto:pco...@incognito.com] The following
>generated code is not valid C code because it does not declare all
>variables at the top of the scope:
>
>-
>-Original Message-
>From: Patrick Cosmo [mailto:pco...@incognito.com]
>The following generated code is not valid C code because it
>does not declare all variables at the top of the scope:
>
>- code generated from WSDL2C starts here
>-
>else
>{
>
this was recently fixed. https://issues.apache.org/jira/browse/AXIS2C-1380
On Thu, Jul 9, 2009 at 8:54 PM, Patrick Cosmo wrote:
> The following generated code is not valid C code because it does not declare
> all variables at the top of the scope:
>
> - code generated from WSDL2C star