Click here to Skip to main content
15,886,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: message CBN_SELENDOK not sent when using mouse Pin
Jochen Arndt23-Oct-12 2:51
professionalJochen Arndt23-Oct-12 2:51 
GeneralRe: message CBN_SELENDOK not sent when using mouse Pin
NoviceEx23-Oct-12 3:05
NoviceEx23-Oct-12 3:05 
GeneralRe: message CBN_SELENDOK not sent when using mouse Pin
Jochen Arndt23-Oct-12 3:23
professionalJochen Arndt23-Oct-12 3:23 
GeneralRe: message CBN_SELENDOK not sent when using mouse Pin
NoviceEx23-Oct-12 21:48
NoviceEx23-Oct-12 21:48 
QuestionLinker error LNK2001 ("external symbol not found") Pin
tiwal22-Oct-12 4:56
tiwal22-Oct-12 4:56 
QuestionRe: Linker error LNK2001 ("external symbol not found") Pin
Richard MacCutchan22-Oct-12 5:16
mveRichard MacCutchan22-Oct-12 5:16 
AnswerRe: Linker error LNK2001 ("external symbol not found") Pin
tiwal22-Oct-12 20:56
tiwal22-Oct-12 20:56 
GeneralRe: Linker error LNK2001 ("external symbol not found") Pin
Richard MacCutchan22-Oct-12 22:18
mveRichard MacCutchan22-Oct-12 22:18 
tiwal wrote:
I have atlbase.h and atlconv.h in right places, and both malloc.h and stdlib.h are included beforehand.
That is not relevant to the problem; header files are used by the compiler to convert source code into object code. Your problem is within the linker phase combining the object files, when references to functions that exist in system libraries are not being found. Under normal circumstances when you create a project in one of the Microsoft IDEs the system and common libraries are automatically included. You need to look at the linker properties of your project to see that the 'standard' libraries are being included.
One of these days I'm going to think of a really clever signature.

GeneralRe: Linker error LNK2001 ("external symbol not found") Pin
tiwal22-Oct-12 22:58
tiwal22-Oct-12 22:58 
GeneralRe: Linker error LNK2001 ("external symbol not found") Pin
Richard MacCutchan22-Oct-12 23:48
mveRichard MacCutchan22-Oct-12 23:48 
GeneralRe: Linker error LNK2001 ("external symbol not found") Pin
tiwal23-Oct-12 0:33
tiwal23-Oct-12 0:33 
GeneralRe: Linker error LNK2001 ("external symbol not found") Pin
Richard MacCutchan23-Oct-12 0:37
mveRichard MacCutchan23-Oct-12 0:37 
GeneralRe: Linker error LNK2001 ("external symbol not found") Pin
tiwal23-Oct-12 1:02
tiwal23-Oct-12 1:02 
GeneralRe: Linker error LNK2001 ("external symbol not found") Pin
Richard MacCutchan23-Oct-12 5:49
mveRichard MacCutchan23-Oct-12 5:49 
GeneralRe: Linker error LNK2001 ("external symbol not found") Pin
tiwal23-Oct-12 21:57
tiwal23-Oct-12 21:57 
GeneralRe: Linker error LNK2001 ("external symbol not found") Pin
Richard MacCutchan23-Oct-12 22:40
mveRichard MacCutchan23-Oct-12 22:40 
GeneralRe: Linker error LNK2001 ("external symbol not found") Pin
tiwal24-Oct-12 2:44
tiwal24-Oct-12 2:44 
GeneralRe: Linker error LNK2001 ("external symbol not found") Pin
Richard MacCutchan24-Oct-12 3:04
mveRichard MacCutchan24-Oct-12 3:04 
GeneralRe: Linker error LNK2001 ("external symbol not found") Pin
tiwal24-Oct-12 3:25
tiwal24-Oct-12 3:25 
GeneralRe: Linker error LNK2001 ("external symbol not found") Pin
Richard MacCutchan24-Oct-12 4:00
mveRichard MacCutchan24-Oct-12 4:00 
QuestionWeb Service in c++(.net 2003) Pin
Bhasker Singh21-Oct-12 20:19
Bhasker Singh21-Oct-12 20:19 
AnswerRe: Web Service in c++(.net 2003) Pin
Richard MacCutchan21-Oct-12 21:46
mveRichard MacCutchan21-Oct-12 21:46 
AnswerRe: Web Service in c++(.net 2003) Pin
David Crow22-Oct-12 4:06
David Crow22-Oct-12 4:06 
QuestionNeed Your valuable suggestion Pin
Game-point21-Oct-12 17:42
Game-point21-Oct-12 17:42 
AnswerRe: Need Your valuable suggestion Pin
Richard MacCutchan21-Oct-12 21:45
mveRichard MacCutchan21-Oct-12 21:45 

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.