Click here to Skip to main content
15,923,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to change the name of my application Pin
mikobi14-Dec-05 21:47
mikobi14-Dec-05 21:47 
AnswerRe: How to change the name of my application Pin
toxcct14-Dec-05 22:18
toxcct14-Dec-05 22:18 
GeneralRe: How to change the name of my application Pin
mikobi14-Dec-05 23:11
mikobi14-Dec-05 23:11 
Questiontemplate class Pin
Nishad S14-Dec-05 21:45
Nishad S14-Dec-05 21:45 
AnswerRe: template class Pin
Ametal14-Dec-05 22:29
Ametal14-Dec-05 22:29 
GeneralRe: template class Pin
Nishad S14-Dec-05 22:35
Nishad S14-Dec-05 22:35 
GeneralRe: template class Pin
Ametal14-Dec-05 22:37
Ametal14-Dec-05 22:37 
GeneralRe: template class Pin
Nishad S14-Dec-05 22:43
Nishad S14-Dec-05 22:43 
Link error:
TemplateClass.obj : error LNK2001: unresolved external symbol "protected: struct DataList<int>::NODE_t * __thiscall DataList<int>::DetachNode(unsigned int)" (?DetachNode@?$DataList@H@@IAEPAUNODE_t@1@I@Z)
Debug/TemplateClass.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.


But this function is in the .cpp file.
It is...

template < typename T >
DataList < T > ::NODE_t* DataList < T > ::DetachNode( UINT uIndex_i )
{
// some codes
}

If I put this function in .h file, it works fine.


<B>- NS -</B>
GeneralRe: template class Pin
Ametal14-Dec-05 22:47
Ametal14-Dec-05 22:47 
GeneralRe: template class Pin
Nishad S15-Dec-05 0:29
Nishad S15-Dec-05 0:29 
AnswerRe: template class Pin
Nemanja Trifunovic15-Dec-05 1:43
Nemanja Trifunovic15-Dec-05 1:43 
AnswerRe: template class Pin
cmk15-Dec-05 17:20
cmk15-Dec-05 17:20 
Questionword does not work well with nested compound document Pin
ddzhou14-Dec-05 21:40
ddzhou14-Dec-05 21:40 
QuestionRich edit control char set problem Pin
ugick14-Dec-05 20:33
ugick14-Dec-05 20:33 
Questionhow can i can the ip of other system Pin
cancerion14-Dec-05 20:31
cancerion14-Dec-05 20:31 
AnswerRe: how can i can the ip of other system Pin
ThatsAlok14-Dec-05 21:04
ThatsAlok14-Dec-05 21:04 
QuestionIPv6 interface - if_nametoindex Pin
junalfon14-Dec-05 19:59
junalfon14-Dec-05 19:59 
QuestionHow to get the row color in clistctrl Pin
lorey14-Dec-05 18:53
lorey14-Dec-05 18:53 
AnswerRe: How to get the row color in clistctrl Pin
8ki14-Dec-05 22:03
8ki14-Dec-05 22:03 
QuestionHow can we change size of the StatusBar pane Pin
RockyJames14-Dec-05 18:23
RockyJames14-Dec-05 18:23 
AnswerRe: How can we change size of the StatusBar pane Pin
ThatsAlok14-Dec-05 19:16
ThatsAlok14-Dec-05 19:16 
GeneralRe: How can we change size of the StatusBar pane Pin
RockyJames14-Dec-05 19:34
RockyJames14-Dec-05 19:34 
GeneralRe: How can we change size of the StatusBar pane Pin
ThatsAlok14-Dec-05 20:00
ThatsAlok14-Dec-05 20:00 
AnswerRe: How can we change size of the StatusBar pane Pin
toxcct14-Dec-05 22:13
toxcct14-Dec-05 22:13 
GeneralRe: How can we change size of the StatusBar pane Pin
RockyJames15-Dec-05 1:41
RockyJames15-Dec-05 1: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.