This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

not a member of 'IRtdxExp'

Hi !

    when i compile a c++ program , the error occur as follows:

:\tot nghiep\ofdm\gui\transmitter\transmitter\ccs_support.h(869) : error C2039: 'IsEnabled' : is not a member of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\debug\rtdxint.tlh(38) : see declaration of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\ccs_support.h(874) : error C2039: 'IsRTDXConfigurable' : is not a member of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\debug\rtdxint.tlh(38) : see declaration of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\ccs_support.h(881) : error C2039: 'GetRtdxConfig' : is not a member of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\debug\rtdxint.tlh(38) : see declaration of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\ccs_support.h(889) : error C2039: 'GetLogFileConfig' : is not a member of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\debug\rtdxint.tlh(38) : see declaration of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\ccs_support.h(898) : error C2039: 'Command' : is not a member of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\debug\rtdxint.tlh(38) : see declaration of 'IRtdxExp'
D:\Tot nghiep\OFDM\GUI\Transmitter\transmitter\ccs_support.cpp(134) : error C2065: 'Success' : undeclared identifier
transmitter.cpp
d:\tot nghiep\ofdm\gui\transmitter\transmitter\ccs_support.h(869) : error C2039: 'IsEnabled' : is not a member of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\debug\rtdxint.tlh(38) : see declaration of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\ccs_support.h(874) : error C2039: 'IsRTDXConfigurable' : is not a member of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\debug\rtdxint.tlh(38) : see declaration of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\ccs_support.h(881) : error C2039: 'GetRtdxConfig' : is not a member of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\debug\rtdxint.tlh(38) : see declaration of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\ccs_support.h(889) : error C2039: 'GetLogFileConfig' : is not a member of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\debug\rtdxint.tlh(38) : see declaration of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\ccs_support.h(898) : error C2039: 'Command' : is not a member of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\debug\rtdxint.tlh(38) : see declaration of 'IRtdxExp'
transmitterDlg.cpp
d:\tot nghiep\ofdm\gui\transmitter\transmitter\ccs_support.h(869) : error C2039: 'IsEnabled' : is not a member of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\debug\rtdxint.tlh(38) : see declaration of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\ccs_support.h(874) : error C2039: 'IsRTDXConfigurable' : is not a member of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\debug\rtdxint.tlh(38) : see declaration of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\ccs_support.h(881) : error C2039: 'GetRtdxConfig' : is not a member of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\debug\rtdxint.tlh(38) : see declaration of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\ccs_support.h(889) : error C2039: 'GetLogFileConfig' : is not a member of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\debug\rtdxint.tlh(38) : see declaration of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\ccs_support.h(898) : error C2039: 'Command' : is not a member of 'IRtdxExp'
d:\tot nghiep\ofdm\gui\transmitter\transmitter\debug\rtdxint.tlh(38) : see declaration of 'IRtdxExp'
D:\Tot nghiep\OFDM\GUI\Transmitter\transmitter\transmitterDlg.cpp(541) : error C2065: 'Success' : undeclared identifier
Generating Code...

      can you help me to solve this problem? your reply will be very appreciated!!!