INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Decoder (Input) SDK -- Warnings in JRiver Source  (Read 2145 times)

scthom

  • Citizen of the Universe
  • *****
  • Posts: 621
Decoder (Input) SDK -- Warnings in JRiver Source
« 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)
Logged

scthom

  • Citizen of the Universe
  • *****
  • Posts: 621
Re: Decoder (Input) SDK -- Warnings in JRiver Source
« Reply #1 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'
Logged

John Gateley

  • Citizen of the Universe
  • *****
  • Posts: 4957
  • Nice haircut
Re: Decoder (Input) SDK -- Warnings in JRiver Source
« Reply #2 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
Pages: [1]   Go Up