When I use TIXML_USE_STL, I have the following warning under Visual Studio 2003 :
tinyxmlparser.cpp(933) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
I've no idea if it has any importance or not, what do you think ??
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No, I'm sorry :)
My documentation wasn't up-to-date so I've not found what this error means... I don't know why I haven't search on the online MSDN documentation...
Just in case someone encounters the same issue, you have to turn off the /Wp64 option in your project...
/Wp64 detects 64-Bit Portability Issues according to MS...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I use TIXML_USE_STL, I have the following warning under Visual Studio 2003 :
tinyxmlparser.cpp(933) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
I've no idea if it has any importance or not, what do you think ??
Sorry, but ask in a MSVC++ forum or read the MSDN to understand it.
No, I'm sorry :)
My documentation wasn't up-to-date so I've not found what this error means... I don't know why I haven't search on the online MSDN documentation...
Just in case someone encounters the same issue, you have to turn off the /Wp64 option in your project...
/Wp64 detects 64-Bit Portability Issues according to MS...