Hi,
When I compile my prject this displayed :
warning LNK4017: DESCRIPTION statement not supported for the target
platform; ignored
so I want to use #pragma warning (disable : 4017) to disabled the message
display again, but I failed. How to do that?
Another , what is different between put the
#pragma warning (disable : 4017)
at the top of the *.cpp and the bottom of the *.cpp?
Thanks a lot.