Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to set up a computer for network programming on UNIX Pin
noislude12-May-13 4:09
noislude12-May-13 4:09 
GeneralRe: How to set up a computer for network programming on UNIX Pin
Richard MacCutchan12-May-13 4:15
mveRichard MacCutchan12-May-13 4:15 
GeneralRe: How to set up a computer for network programming on UNIX Pin
dusty_dex12-May-13 5:02
dusty_dex12-May-13 5:02 
GeneralRe: How to set up a computer for network programming on UNIX Pin
noislude12-May-13 8:54
noislude12-May-13 8:54 
QuestionStrange ERROR!!!!!!!!!!!!!????????????? Pin
OmarSH11-May-13 10:02
OmarSH11-May-13 10:02 
AnswerRe: Strange ERROR!!!!!!!!!!!!!????????????? Pin
dusty_dex11-May-13 10:23
dusty_dex11-May-13 10:23 
GeneralRe: Strange ERROR!!!!!!!!!!!!!????????????? Pin
OmarSH11-May-13 11:06
OmarSH11-May-13 11:06 
GeneralRe: Strange ERROR!!!!!!!!!!!!!????????????? Pin
dusty_dex11-May-13 12:51
dusty_dex11-May-13 12:51 
Well are you using an external C library?

Your error is with the linker, and the function name has been mangled by C++ because somewhere in your code there should be

C++
#ifdef __cplusplus
extern "C" {
#include ...
#endif
 .
 .
 .
#ifdef __cplusplus
}
#endif


Not likely to be stdafx.h but I thought it worth asking because it's related to stdafx.obj Smile | :)


AnswerRe: Strange ERROR!!!!!!!!!!!!!????????????? Pin
Richard MacCutchan11-May-13 21:22
mveRichard MacCutchan11-May-13 21:22 
GeneralRe: Strange ERROR!!!!!!!!!!!!!????????????? Pin
OmarSH12-May-13 3:09
OmarSH12-May-13 3:09 
GeneralRe: Strange ERROR!!!!!!!!!!!!!????????????? Pin
Richard MacCutchan12-May-13 3:26
mveRichard MacCutchan12-May-13 3:26 
GeneralRe: Strange ERROR!!!!!!!!!!!!!????????????? Pin
OmarSH12-May-13 3:38
OmarSH12-May-13 3:38 
GeneralRe: Strange ERROR!!!!!!!!!!!!!????????????? Pin
Richard MacCutchan12-May-13 3:54
mveRichard MacCutchan12-May-13 3:54 
GeneralRe: Strange ERROR!!!!!!!!!!!!!????????????? Pin
OmarSH12-May-13 4:11
OmarSH12-May-13 4:11 
GeneralRe: Strange ERROR!!!!!!!!!!!!!????????????? Pin
Richard MacCutchan12-May-13 4:17
mveRichard MacCutchan12-May-13 4:17 
QuestionRe: Strange ERROR!!!!!!!!!!!!!????????????? Pin
David Crow13-May-13 4:53
David Crow13-May-13 4:53 
QuestionMicrosecond Timer Pin
Stephane3410-May-13 10:24
Stephane3410-May-13 10:24 
AnswerRe: Microsecond Timer Pin
dusty_dex10-May-13 10:33
dusty_dex10-May-13 10:33 
GeneralRe: Microsecond Timer Pin
Stephane3410-May-13 10:46
Stephane3410-May-13 10:46 
GeneralRe: Microsecond Timer Pin
dusty_dex10-May-13 11:24
dusty_dex10-May-13 11:24 
AnswerRe: Microsecond Timer Pin
Erudite_Eric12-May-13 2:16
Erudite_Eric12-May-13 2:16 
Questionoverloading in C++ Pin
OmarSH10-May-13 7:48
OmarSH10-May-13 7:48 
AnswerRe: overloading in C++ Pin
Chris Losinger10-May-13 9:31
professionalChris Losinger10-May-13 9:31 
AnswerRe: overloading in C++ Pin
«_Superman_»10-May-13 19:59
professional«_Superman_»10-May-13 19:59 
GeneralRe: overloading in C++ Pin
OmarSH10-May-13 23:11
OmarSH10-May-13 23:11 

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.