Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 79540 invoked from network); 9 Feb 2008 18:19:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2008 18:19:30 -0000 Received: (qmail 69339 invoked by uid 500); 9 Feb 2008 18:19:23 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 69331 invoked by uid 500); 9 Feb 2008 18:19:23 -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 69320 invoked by uid 99); 9 Feb 2008 18:19:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2008 10:19:22 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2008 18:19:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E491A714072 for ; Sat, 9 Feb 2008 10:19:08 -0800 (PST) Message-ID: <24213721.1202581148933.JavaMail.jira@brutus> Date: Sat, 9 Feb 2008 10:19:08 -0800 (PST) From: "Senaka Fernando (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Issue Comment Edited: (AXIS2C-964) Support for uint64_t, int64_t required at codegen level In-Reply-To: <20745183.1202146028448.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567339#action_12567339 ] senakafdo edited comment on AXIS2C-964 at 2/9/08 10:18 AM: ----------------------------------------------------------------- Hi Dimuthu, I just figured out the tweak in printing these types. I think we'll need a new constant rather than a function in the util layer as it is, 1. %I64u for windows 2. %llu for Linux for uint64_t. Similarly we'll have to use the types, 1. %I64d for windows 2. %lld for Linux for int64_t. I will have this ready by tonight, under the names AXIS2_PRINTF_FORMAT_INT64 and AXIS2_PRINTF_FORMAT_UINT64 Also please remove that (int) cast. Regards, Senaka was (Author: senakafdo): Hi Dimuthu, I just figured out the tweak in printing these types. I think we'll need a new constant rather than a function in the util layer as it is, 1. %I64u for windows 2. %llu for Linux for uint64_t. Similarly we'll have to use the types, 1. %I64d for windows 2. %lld for Linux for int64_t. I will have this ready by tonight, under the names AXIS2_PRINTF_FORMAT_INT64 and AXIS2_PRINTF_FORMAT_UINT64 Regards, Senaka > Support for uint64_t, int64_t required at codegen level > ------------------------------------------------------- > > Key: AXIS2C-964 > URL: https://issues.apache.org/jira/browse/AXIS2C-964 > Project: Axis2-C > Issue Type: Improvement > Components: code generation, wsdl2c tool > Reporter: Senaka Fernando > Fix For: 1.3.0 > > Attachments: case12.zip, case12.zip, win_screen_shot_1.jpg > > > Support for uint64_t, int64_t required at codegen level. I have added support at util level and fixed AXIS2C-919. Hope we can add this to the codegen tool too. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org