Replies: 2 comments 2 replies
-
Hi Dominik, What C++ compiler are you using? Can you show us the code and the actual compiler warnings? Cheers, |
Beta Was this translation helpful? Give feedback.
1 reply
-
Slice The generated code for C++ 98 mapping is:
The code you posted corresponds to the C++11 mapping. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm trying to use ice on windows 64x and I get the conversion issues for long type.
I'm using Ice 3.7.6.
The same implmenetation works well on linux so not sure what might be wrong.
I managed to find the below definition where I would like to use long instead of __int64 but not sure how to make it happen.
Thanks
Dominik
Beta Was this translation helpful? Give feedback.
All reactions