Hey guys -- You probably know this already, but the MJInputSource.cpp file in the Decoder (Input) SDK gives the following errors...
MJInputSource.cpp(87) : warning C4996: 'ATL::CRegKey::QueryValue' was declared deprecated
d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlbase.h(4740) : see declaration of 'ATL::CRegKey::QueryValue'
MJInputSource.cpp(102) : warning C4996: 'ATL::CRegKey::QueryValue' was declared deprecated
d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlbase.h(4740) : see declaration of 'ATL::CRegKey::QueryValue'
MJInputSource.cpp(127) : warning C4996: 'ATL::CRegKey::QueryValue' was declared deprecated
d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlbase.h(4740) : see declaration of 'ATL::CRegKey::QueryValue'
Since it's deprecated, it still works, but obviously needs to be updated at some point in the future. This is VC++ .NET 2003 (7.1)