I am trying to continue working on my VS2010 project in VS2012. I use Directx 11 (june 2010) release and whenever I debug my code, bunch of warnings pops up.
Like this:
6>C:\Program Files\Microsoft DirectX SDK (June 2010)\Include\D2DErr.h(59):
warning C4005: 'D2DERR_WRONG_STATE' : macro redefinition
6>C:\Program Files\Windows Kits\8.0\Include\shared\winerror.h(49859):
see previous definition of 'D2DERR_WRONG_STATE'
6>C:\Program Files\Microsoft DirectX SDK (June 2010)\Include\D2DErr.h(64):
warning C4005: 'D2DERR_NOT_INITIALIZED' : macro redefinition
6>C:\Program Files\Windows Kits\8.0\Include\shared\winerror.h(49868):
see previous definition of 'D2DERR_NOT_INITIALIZED'
Is there a way to make warnings disappear, without disabling them. Or should I convert my code to windows sdk 8.0 which has directx in it and then completely remove old DX (june 2012) from project.