Click here to Skip to main content
16,010,392 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalignoring ignorant irrate illrevelent information Pin
(Steven Hicks)n+110-Jan-03 16:57
(Steven Hicks)n+110-Jan-03 16:57 
GeneralRe: ignoring ignorant irrate illrevelent information Pin
Christian Graus10-Jan-03 17:10
protectorChristian Graus10-Jan-03 17:10 
GeneralRe: ignoring ignorant irrate illrevelent information Pin
Todd Smith11-Jan-03 3:49
Todd Smith11-Jan-03 3:49 
QuestionTemplate ? Pin
Stan the man10-Jan-03 15:24
Stan the man10-Jan-03 15:24 
AnswerRe: Template ? Pin
Michael Dunn10-Jan-03 15:41
sitebuilderMichael Dunn10-Jan-03 15:41 
GeneralRe: Template ? Pin
Stan the man10-Jan-03 23:51
Stan the man10-Jan-03 23:51 
GeneralRe: Template ? Pin
Michael Dunn11-Jan-03 6:14
sitebuilderMichael Dunn11-Jan-03 6:14 
GeneralRe: Template ? Pin
Stan the man11-Jan-03 14:31
Stan the man11-Jan-03 14:31 
Hi Michael.

Thanks for the patience and help thus far.

From what I can see, only the template declaration and the Constructor for the derived class has different syntax. The others look normal template syntax. I tried this but am getting:

error LNK2001: unresolved external symbol "public: virtual __thiscall CTCRSSRecoilCoilReport<class CCircBufferT<float,struct _DATA_STRUCTURE_> >::~CTCRSSRecoilCoilReport<class CCircBufferT<float,struct _DATA_STRUCTURE_> >(void)" (?
?1?$CTCRSSRecoilCoilReport@V?$CCircBufferT@MU_DATA_STRUCTURE_@@@@@@UAE@XZ)

error LNK2001: unresolved external symbol "public: virtual void __thiscall CTCRSSRecoilCoilReport<class CCircBufferT<float,struct _DATA_STRUCTURE_> >::EndCoilReport(class CString,struct _RECOILING_COIL_REPORT_HOLDER_ *)" (?EndCoilR
eport@?$CTCRSSRecoilCoilReport@V?$CCircBufferT@MU_DATA_STRUCTURE_@@@@@@UAEXVCString@@PAU_RECOILING_COIL_REPORT_HOLDER_@@@Z)

error LNK2001: unresolved external symbol "public: __thiscall CTCRSSRecoilCoilReport<class CCircBufferT<float,struct _DATA_STRUCTURE_> >::CTCRSSRecoilCoilReport<class CCircBufferT<float,struct _DATA_STRUCTURE_> >(void)" (??0?$CTCRS
SRecoilCoilReport@V?$CCircBufferT@MU_DATA_STRUCTURE_@@@@@@QAE@XZ)

...

from the locations where I am calling the classes. I am not sue what this means unless the way you call it is different then normal template calling (Which is different only in declaration).

I am not sure what the Link 2001 error means. I know that the program did work right before. It seems like the program is getting errors from just calling the classes so I must not be declaring things right somewhere.

Thanks.


GeneralRe: Template ? Pin
Michael Dunn11-Jan-03 19:26
sitebuilderMichael Dunn11-Jan-03 19:26 
GeneralRe: Template ? Pin
Stan the man12-Jan-03 4:19
Stan the man12-Jan-03 4:19 
GeneralRe: Template ? Pin
Stan the man12-Jan-03 4:48
Stan the man12-Jan-03 4:48 
GeneralEvery build destroys my gif resource Pin
georgiek5010-Jan-03 13:51
georgiek5010-Jan-03 13:51 
Generalquestions , questions..... Pin
joshfl10-Jan-03 12:56
joshfl10-Jan-03 12:56 
GeneralRe: questions , questions..... Pin
Michael Dunn10-Jan-03 13:44
sitebuilderMichael Dunn10-Jan-03 13:44 
GeneralRe: questions , questions..... Pin
Joan M12-Jan-03 21:47
professionalJoan M12-Jan-03 21:47 
Generalunique id... Pin
User 988510-Jan-03 12:16
User 988510-Jan-03 12:16 
GeneralRe: unique id... Pin
Chris Losinger10-Jan-03 20:28
professionalChris Losinger10-Jan-03 20:28 
GeneralFun with std::map Pin
Chris Richardson10-Jan-03 11:21
Chris Richardson10-Jan-03 11:21 
GeneralRe: Fun with std::map Pin
AlexO10-Jan-03 11:34
AlexO10-Jan-03 11:34 
GeneralRe: Fun with std::map Pin
Chris Richardson10-Jan-03 11:42
Chris Richardson10-Jan-03 11:42 
GeneralSystem Wide Keyboard Hooking Pin
joshfl10-Jan-03 10:31
joshfl10-Jan-03 10:31 
GeneralRe: System Wide Keyboard Hooking Pin
Joan M10-Jan-03 10:48
professionalJoan M10-Jan-03 10:48 
GeneralRe: System Wide Keyboard Hooking Pin
joshfl10-Jan-03 11:19
joshfl10-Jan-03 11:19 
GeneralRe: System Wide Keyboard Hooking Pin
joshfl10-Jan-03 12:47
joshfl10-Jan-03 12:47 
GeneralRe: System Wide Keyboard Hooking Pin
Joan M12-Jan-03 21:41
professionalJoan M12-Jan-03 21:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.