SYSVAD - Compilation error when SYSVAD_USB_SIDEBAND disabled

  • Thread starter Thread starter NathanMAd
  • Start date Start date
N

NathanMAd

Guest
Hi,

I am getting compilation error if i disable SYSVAD_USB_SIDEBAND macro in the build. The m_PowerRelations and PSysVadPowerRelationsDo are declared under this macro in CAdapterCommon class. My doubts is whether i should disable the corresponding usage of these variables in the function or should i declare the variable irrespective of SYSVAD_USB_SIDEBAND macro. Is there any link with SYSVAD_USB_SIDEBAND?

sysvad\common.cpp(475,5): error C2065: 'm_PowerRelations': undeclared identifier
sysvad\common.cpp(599,25): error C2065: 'm_PowerRelations': undeclared identifier
sysvad\common.cpp(600,28): error C2065: 'm_PowerRelationsLock': undeclared identifier
sysvad\common.cpp(2149,25): error C2065: 'm_PowerRelationsLock': undeclared identifier
sysvad\common.cpp(2151,10): error C2065: 'm_PowerRelations': undeclared identifier
sysvad\common.cpp(2152,19): error C2065: 'm_PowerRelations': undeclared identifier
sysvad\common.cpp(2208,10): error C2065: 'm_PowerRelations': undeclared identifier
sysvad\common.cpp(2209,19): error C2065: 'm_PowerRelations': undeclared identifier
sysvad\common.cpp(2211,9): error C2065: 'PSysVadPowerRelationsDo': undeclared identifier
sysvad\common.cpp(2211,33): error C2146: syntax error: missing ';' before identifier 'powerDepDo'
sysvad\common.cpp(2211,33): error C2065: 'powerDepDo': undeclared identifier
sysvad\common.cpp(2211,46): error C2065: 'SysVadPowerRelationsDo': undeclared identifier
sysvad\common.cpp(2211,46): error C2059: syntax error: ')'
sysvad\common.cpp(2215,54): error C2065: 'powerDepDo': undeclared identifier
sysvad\common.cpp(2220,9): error C2065: 'powerDepDo': undeclared identifier
sysvad\common.cpp(2229,25): error C2065: 'm_PowerRelationsLock': undeclared identifier

Thanks

M.Nathan

Continue reading...
 
Back
Top