Quantcast
Channel: Visual C forum
Viewing all articles
Browse latest Browse all 15302

Why warning C4279 happens?

$
0
0

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!


Viewing all articles
Browse latest Browse all 15302

Trending Articles