Click here to Skip to main content
15,888,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Custom Slider control messages cannot be caught Pin
Bram van Kampen27-Aug-16 16:10
Bram van Kampen27-Aug-16 16:10 
GeneralRe: Custom Slider control messages cannot be caught Pin
Bram van Kampen27-Aug-16 16:15
Bram van Kampen27-Aug-16 16:15 
QuestionCEdit::SetHighlight Pin
AlecJames25-Aug-16 0:48
AlecJames25-Aug-16 0:48 
QuestionRe: CEdit::SetHighlight Pin
Richard MacCutchan25-Aug-16 0:59
mveRichard MacCutchan25-Aug-16 0:59 
AnswerRe: CEdit::SetHighlight Pin
AlecJames25-Aug-16 3:49
AlecJames25-Aug-16 3:49 
AnswerRe: CEdit::SetHighlight Pin
Jochen Arndt25-Aug-16 2:01
professionalJochen Arndt25-Aug-16 2:01 
GeneralRe: CEdit::SetHighlight Pin
Richard MacCutchan25-Aug-16 2:41
mveRichard MacCutchan25-Aug-16 2:41 
GeneralRe: CEdit::SetHighlight Pin
leon de boer25-Aug-16 3:15
leon de boer25-Aug-16 3:15 
The linker message is just going to say no body for prototype function found.

The ".H" file contains a prototype header, however the ".c"/".cpp" file contains no body code for that prototype.

So the compiler will basically see a forward declaration of a prototype which it will connect but when it gets passed to the linker it can't match the forward declaration to a code body and so it will report that accordingly.

The MSDN blog describes the problem they forgot to cull the prototype header before they got locked for compiler release.
In vino veritas

GeneralRe: CEdit::SetHighlight Pin
AlecJames25-Aug-16 3:54
AlecJames25-Aug-16 3:54 
GeneralRe: CEdit::SetHighlight Pin
Jochen Arndt25-Aug-16 5:14
professionalJochen Arndt25-Aug-16 5:14 
GeneralRe: CEdit::SetHighlight Pin
leon de boer25-Aug-16 15:36
leon de boer25-Aug-16 15:36 
GeneralRe: CEdit::SetHighlight Pin
AlecJames26-Aug-16 0:10
AlecJames26-Aug-16 0:10 
QuestionHow to test a synchronization object for lock? Pin
Krishnakumartg18-Aug-16 19:02
Krishnakumartg18-Aug-16 19:02 
AnswerRe: How to test a synchronization object for lock? Pin
Jochen Arndt18-Aug-16 22:06
professionalJochen Arndt18-Aug-16 22:06 
QuestionControls in CPaneDialog (MFC) not Working Pin
Member 853403517-Aug-16 22:06
Member 853403517-Aug-16 22:06 
AnswerRe: Controls in CPaneDialog (MFC) not Working Pin
Victor Nijegorodov23-Aug-16 3:37
Victor Nijegorodov23-Aug-16 3:37 
QuestionRe: Controls in CPaneDialog (MFC) not Working Pin
David Crow23-Aug-16 6:04
David Crow23-Aug-16 6:04 
AnswerRe: Controls in CPaneDialog (MFC) not Working Pin
Member 853403527-Aug-16 1:31
Member 853403527-Aug-16 1:31 
AnswerRe: Controls in CPaneDialog (MFC) not Working Pin
Couvert Gérard8-Feb-22 1:45
Couvert Gérard8-Feb-22 1:45 
GeneralRe: Controls in CPaneDialog (MFC) not Working Pin
Klaus Bucher20-Apr-22 23:57
Klaus Bucher20-Apr-22 23:57 
QuestionOwner Draw Static Control Freezes up application Pin
ForNow14-Aug-16 5:55
ForNow14-Aug-16 5:55 
AnswerRe: Owner Draw Static Control Freezes up application removed message map problem solved Pin
ForNow14-Aug-16 7:31
ForNow14-Aug-16 7:31 
GeneralRe: Owner Draw Static Control Freezes up application removed message map problem solved Pin
leon de boer15-Aug-16 21:11
leon de boer15-Aug-16 21:11 
GeneralRe: Owner Draw Static Control Freezes up application removed message map problem solved Pin
Richard MacCutchan15-Aug-16 23:57
mveRichard MacCutchan15-Aug-16 23:57 
GeneralRe: Owner Draw Static Control Freezes up application removed message map problem solved Pin
ForNow16-Aug-16 2:02
ForNow16-Aug-16 2:02 

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.