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

C / C++ / MFC

 
QuestionHow to assign the returned value of function to any variable Pin
chandrikav3-May-07 0:01
chandrikav3-May-07 0:01 
AnswerRe: How to assign the returned value of function to any variable Pin
Rajesh R Subramanian3-May-07 0:08
professionalRajesh R Subramanian3-May-07 0:08 
AnswerWrong forum? Pin
CPallini3-May-07 0:08
mveCPallini3-May-07 0:08 
QuestionLNK2019 Pin
meg223-May-07 0:00
meg223-May-07 0:00 
AnswerRe: LNK2019 Pin
toxcct3-May-07 0:05
toxcct3-May-07 0:05 
AnswerRe: LNK2019 Pin
Cedric Moonen3-May-07 0:41
Cedric Moonen3-May-07 0:41 
AnswerRe: LNK2019 Pin
Sameerkumar Namdeo3-May-07 1:14
Sameerkumar Namdeo3-May-07 1:14 
GeneralRe: LNK2019 Pin
Cedric Moonen3-May-07 1:22
Cedric Moonen3-May-07 1:22 
Nope, that won't change anything: it is a linker error, not a compilation error. That means that the function is known (the header file can be found) but is not defined (either the cpp has not been included in the project or the project doesn't link against the required library).


Cédric Moonen
Software developer

Charting control [v1.2 - Updated]

GeneralRe: LNK2019 Pin
toxcct3-May-07 2:29
toxcct3-May-07 2:29 
GeneralRe: LNK2019 Pin
Cedric Moonen3-May-07 4:22
Cedric Moonen3-May-07 4:22 
QuestionPanel control in unmanaged c++? Pin
nathan72-May-07 23:55
nathan72-May-07 23:55 
AnswerRe: Panel control in unmanaged c++? Pin
Mark Salsbery3-May-07 6:14
Mark Salsbery3-May-07 6:14 
Question#define IOC_VENDOR 0x18000000 Pin
skyline22-May-07 23:47
skyline22-May-07 23:47 
AnswerRe: #define IOC_VENDOR 0x18000000 Pin
toxcct3-May-07 0:06
toxcct3-May-07 0:06 
GeneralRe: #define IOC_VENDOR 0x18000000 Pin
skyline24-May-07 20:34
skyline24-May-07 20:34 
GeneralRe: #define IOC_VENDOR 0x18000000 Pin
toxcct5-May-07 0:49
toxcct5-May-07 0:49 
GeneralRe: #define IOC_VENDOR 0x18000000 Pin
skyline27-May-07 2:18
skyline27-May-07 2:18 
QuestionMultiple colors in progress control Pin
kiranin2-May-07 23:47
kiranin2-May-07 23:47 
AnswerRe: Multiple colors in progress control Pin
Rajesh R Subramanian2-May-07 23:50
professionalRajesh R Subramanian2-May-07 23:50 
GeneralRe: Multiple colors in progress control Pin
kiranin3-May-07 0:31
kiranin3-May-07 0:31 
QuestionRe: Multiple colors in progress control Pin
Rajesh R Subramanian3-May-07 0:37
professionalRajesh R Subramanian3-May-07 0:37 
QuestionHow To Upload Pin
Y_Kaushik2-May-07 23:33
Y_Kaushik2-May-07 23:33 
AnswerRe: How To Upload Pin
_AnsHUMAN_ 3-May-07 0:12
_AnsHUMAN_ 3-May-07 0:12 
QuestionData Transfer at particular Bitrate & Sleep for less than 1 second Pin
Andy Rama2-May-07 23:13
Andy Rama2-May-07 23:13 
AnswerRe: Data Transfer at particular Bitrate & Sleep for less than 1 second Pin
CPallini3-May-07 0:07
mveCPallini3-May-07 0:07 

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.