[
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]