Hi,
I met the warning C4279 recently. The warning looks like;
warning C4279: 'value': identifier in type library 'msxml6.dll' is a keyword; use the 'rename' qualifier
I have read the MSDN from below link:
http://msdn.microsoft.com/en-us/library/eszd7edh.aspx
I know using the rename can resolve this issue. But I don't know how this warning is happening.
Can anyone give me one sample code to explain how this warning produces? It would be better if you use the msxml6.dll for example.
Thanks!