INTERACT FORUM

Windows => Plug-in Development => Topic started by: scthom on December 24, 2005, 08:43:19 am

Title: Decoder (Input) SDK -- Warnings in JRiver Source
Post by: scthom on December 24, 2005, 08:43:19 am
Hey guys -- You probably know this already, but the MJInputSource.cpp file in the Decoder (Input) SDK gives the following errors...

Code: [Select]
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)
Title: Re: Decoder (Input) SDK -- Warnings in JRiver Source
Post by: scthom on February 11, 2006, 10:47:54 am
It still works, but the errors still exist.  Now they've changed lines to

Code: [Select]
MJInputSource.cpp(88) : 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(103) : 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(128) : 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'
Title: Re: Decoder (Input) SDK -- Warnings in JRiver Source
Post by: John Gateley on February 13, 2006, 10:03:43 am
Thanks Scot,

I haven't done anything with these because they do still work, I'll try to get to them soon.

j