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
![image](https://private-user-images.githubusercontent.com/54353641/388297130-c0b1c2d3-8b21-41cf-ac06-5d99d09d5bf2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3ODkzOTksIm5iZiI6MTczOTc4OTA5OSwicGF0aCI6Ii81NDM1MzY0MS8zODgyOTcxMzAtYzBiMWMyZDMtOGIyMS00MWNmLWFjMDYtNWQ5OWQwOWQ1YmYyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDEwNDQ1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkwMjY4YTU5NTJiNzg2NjNkZTk5YjlmZDcxY2Q3OTg0MjE2ZTliYWVkYzBlNTg0Yzk3MjJmMmFjNmI3OTliNzImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.QStFIVs9-kamNqbAwmM1YG-nlDGHtXCmDCY6J9-_C58)
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