Click here to Skip to main content
15,881,173 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionFunction parameter question Pin
econy23-Sep-15 7:42
econy23-Sep-15 7:42 
AnswerRe: Function parameter question Pin
David Crow23-Sep-15 7:58
David Crow23-Sep-15 7:58 
GeneralRe: Function parameter question Pin
Richard Andrew x6423-Sep-15 11:48
professionalRichard Andrew x6423-Sep-15 11:48 
GeneralRe: Function parameter question Pin
David Crow23-Sep-15 16:59
David Crow23-Sep-15 16:59 
GeneralRe: Function parameter question Pin
Richard MacCutchan23-Sep-15 21:38
mveRichard MacCutchan23-Sep-15 21:38 
AnswerRe: Function parameter question Pin
CPallini24-Sep-15 0:57
mveCPallini24-Sep-15 0:57 
Questionhelp Pin
robsons200722-Sep-15 16:17
robsons200722-Sep-15 16:17 
AnswerRe: help Pin
Richard Andrew x6422-Sep-15 18:15
professionalRichard Andrew x6422-Sep-15 18:15 
That error is telling you that the linker cannot find the implementations of the three functions named in the error messages.

See: LNK2001[^]

Are you calling functions that you haven't implemented? This error can happen if you include a header (.h) file without also having the implementation (.cpp) file as part of the project.

The difficult we do right away...
...the impossible takes slightly longer.

GeneralRe: help Pin
robsons200723-Sep-15 3:41
robsons200723-Sep-15 3:41 
SuggestionRe: help Pin
Richard MacCutchan22-Sep-15 21:04
mveRichard MacCutchan22-Sep-15 21:04 
QuestionCreating a thread in c Pin
mmapulac22-Sep-15 15:46
mmapulac22-Sep-15 15:46 
AnswerRe: Creating a thread in c Pin
Richard MacCutchan22-Sep-15 21:00
mveRichard MacCutchan22-Sep-15 21:00 
AnswerRe: Creating a thread in c Pin
David Crow23-Sep-15 2:34
David Crow23-Sep-15 2:34 
Questionthe drag of listview column don't work Pin
ProCodix21-Sep-15 14:59
ProCodix21-Sep-15 14:59 
AnswerRe: the drag of listview column don't work Pin
_Flaviu21-Sep-15 20:50
_Flaviu21-Sep-15 20:50 
QuestionHaving trouble with c++ templates Pin
BobInNJ21-Sep-15 12:48
BobInNJ21-Sep-15 12:48 
AnswerRe: Having trouble with c++ templates Pin
CPallini21-Sep-15 21:45
mveCPallini21-Sep-15 21:45 
QuestionCalling GDI+ DrawImage function throws _BLOCK_TYPE_IS_VALID error Pin
Kiran Satish21-Sep-15 7:39
Kiran Satish21-Sep-15 7:39 
AnswerRe: Calling GDI+ DrawImage function throws _BLOCK_TYPE_IS_VALID error Pin
CPallini21-Sep-15 21:50
mveCPallini21-Sep-15 21:50 
GeneralRe: Calling GDI+ DrawImage function throws _BLOCK_TYPE_IS_VALID error Pin
Jochen Arndt21-Sep-15 21:54
professionalJochen Arndt21-Sep-15 21:54 
GeneralRe: Calling GDI+ DrawImage function throws _BLOCK_TYPE_IS_VALID error Pin
CPallini21-Sep-15 22:01
mveCPallini21-Sep-15 22:01 
GeneralRe: Calling GDI+ DrawImage function throws _BLOCK_TYPE_IS_VALID error Pin
Jochen Arndt21-Sep-15 22:14
professionalJochen Arndt21-Sep-15 22:14 
QuestionShift + VK_LEFT Pin
_Flaviu20-Sep-15 21:44
_Flaviu20-Sep-15 21:44 
AnswerRe: Shift + VK_LEFT Pin
Jochen Arndt20-Sep-15 22:19
professionalJochen Arndt20-Sep-15 22:19 
GeneralRe: Shift + VK_LEFT Pin
_Flaviu20-Sep-15 22:24
_Flaviu20-Sep-15 22:24 

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.