Home > Software engineering >  Vc6 MFC image processing CameraDSA. CPP great god help compiler error, please understand
Vc6 MFC image processing CameraDSA. CPP great god help compiler error, please understand

Time:10-21

I download the code on the net, stick in my project, and directshow I also configured the paste to add into the project to compile the following mistakes
F: \ 000 \ ImgProcess \ CameraDSA CPP (32) : error C2653: 'CCameraDS' : is not a class or the namespace name
F: \ 000 \ ImgProcess \ CameraDSA CPP (34) : error C2065: 'm_bConnected: undeclared identifier
F: \ 000 \ ImgProcess \ CameraDSA CPP (35) : error C2065: 'm_nWidth: undeclared identifier
F: \ 000 \ ImgProcess \ CameraDSA CPP (36) : error C2065: 'm_nHeight: undeclared identifier
F: \ 000 \ ImgProcess \ CameraDSA CPP (37) : error C2065: 'm_bLock: undeclared identifier
F: \ 000 \ ImgProcess \ CameraDSA CPP (38) : error C2065: 'm_bChanged: undeclared identifier
F: \ 000 \ ImgProcess \ CameraDSA CPP (39) : error C2065: 'm_pFrame: undeclared identifier
F: \ 000 \ ImgProcess \ CameraDSA CPP (40) : error C2065: 'm_nBufferSize: undeclared identifier
F: \ 000 \ ImgProcess \ CameraDSA CPP (42) : error C2065: 'm_pNullFilter: undeclared identifier
F: \ 000 \ ImgProcess \ CameraDSA CPP (43) : error C2065: 'm_pMediaEvent: undeclared identifier
F: \ 000 \ ImgProcess \ CameraDSA CPP (44) : error C2065: 'm_pSampleGrabberFilter: undeclared identifier
F: \ 000 \ ImgProcess \ CameraDSA CPP (45) : error C2065: 'm_pGraph: undeclared identifier
F: \ 000 \ ImgProcess \ CameraDSA CPP (48) : warning C4508: 'CCameraDS' : the function should return a value. 'void' return type assumed


Or is it also need to set what, ask everybody to help

CodePudding user response:

'CCameraDS' : is not a class or the namespace name

This estimate is the header file not found

CodePudding user response:

"And directshow I also configured paste" what call configuration paste?

CodePudding user response:

Related # include header files?
  • Related