Hi,
I am stucked with this error
d:\Odin_1\ODIN_1\OdinRPCvalidation.h(126) : error C2143: syntax error : missing ';' before '*'
d:\Odin_1\ODIN_1\OdinRPCvalidation.h(126) : error C2501: 'CRPCValidation::IRPCCtl' : missing storage-class or type specifiers
d:\Odin_1\ODIN_1\OdinRPCvalidation.h(126) : error C2501: 'CRPCValidation::m_pRpcControlImpl' : missing storage-class or type specifiers
d:\Odin_1\ODIN_1\OdinRPCvalidation.h(127) : error C2146: syntax error : missing ';' before identifier 'm_crpcControlImpl'
d:\Odin_1\ODIN_1\OdinRPCvalidation.h(127) : error C2501: 'CRPCValidation::CRPCCtl' : missing storage-class or type specifiers
d:\Odin_1\ODIN_1\OdinRPCvalidation.h(127) : error C2061: syntax error : identifier 'CRPCCtl'
d:\Odin_1\ODIN_1\OdinRPCvalidation.h(127) : error C2864: 'm_crpcControlImpl' : only const static integral data members can be initialized inside a class or struct
d:\Odin_1\ODIN_1\OdinRPCvalidation.h(127) : error C2501: 'CRPCValidation::m_crpcControlImpl' : missing storage-class or type specifiers
How i can get out of this..?