Click here to Skip to main content
15,917,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionGetting unicode string Pin
Benjamin Bruno28-Apr-09 20:33
Benjamin Bruno28-Apr-09 20:33 
AnswerRe: Getting unicode string Pin
Stuart Dootson29-Apr-09 0:13
professionalStuart Dootson29-Apr-09 0:13 
GeneralRe: Getting unicode string Pin
Benjamin Bruno29-Apr-09 18:56
Benjamin Bruno29-Apr-09 18:56 
QuestionNot support function Pin
Ravenet28-Apr-09 20:33
Ravenet28-Apr-09 20:33 
AnswerRe: Not support function Pin
Naveen28-Apr-09 21:43
Naveen28-Apr-09 21:43 
NewsSDI MultipleViews Pin
Madhu00928-Apr-09 20:30
Madhu00928-Apr-09 20:30 
GeneralRe: SDI MultipleViews Pin
KarstenK28-Apr-09 21:55
mveKarstenK28-Apr-09 21:55 
QuestionRe: SDI MultipleViews Pin
Madhu00926-May-09 1:51
Madhu00926-May-09 1:51 
AnswerRe: SDI MultipleViews Pin
KarstenK26-May-09 1:56
mveKarstenK26-May-09 1:56 
Questionerror LNK2019: unresolved external symbol Pin
Purish Dwivedi28-Apr-09 19:38
Purish Dwivedi28-Apr-09 19:38 
AnswerRe: error LNK2019: unresolved external symbol Pin
_AnsHUMAN_ 28-Apr-09 19:46
_AnsHUMAN_ 28-Apr-09 19:46 
QuestionRe: error LNK2019: unresolved external symbol Pin
Purish Dwivedi28-Apr-09 20:08
Purish Dwivedi28-Apr-09 20:08 
AnswerRe: error LNK2019: unresolved external symbol Pin
_AnsHUMAN_ 28-Apr-09 20:13
_AnsHUMAN_ 28-Apr-09 20:13 
AnswerRe: error LNK2019: unresolved external symbol Pin
Purish Dwivedi28-Apr-09 20:21
Purish Dwivedi28-Apr-09 20:21 
AnswerRe: error LNK2019: unresolved external symbol Pin
Cedric Moonen28-Apr-09 20:31
Cedric Moonen28-Apr-09 20:31 
AnswerRe: error LNK2019: unresolved external symbol Pin
Purish Dwivedi28-Apr-09 20:36
Purish Dwivedi28-Apr-09 20:36 
GeneralRe: error LNK2019: unresolved external symbol Pin
Cedric Moonen28-Apr-09 20:59
Cedric Moonen28-Apr-09 20:59 
Answer[Message Deleted] Pin
Purish Dwivedi28-Apr-09 21:10
Purish Dwivedi28-Apr-09 21:10 
GeneralRe: error LNK2019: unresolved external symbol Pin
Stephen Hewitt28-Apr-09 21:16
Stephen Hewitt28-Apr-09 21:16 
GeneralRe: error LNK2019: unresolved external symbol Pin
Cedric Moonen28-Apr-09 21:22
Cedric Moonen28-Apr-09 21:22 
GeneralRe: error LNK2019: unresolved external symbol Pin
Purish Dwivedi28-Apr-09 22:08
Purish Dwivedi28-Apr-09 22:08 
AnswerRe: error LNK2019: unresolved external symbol Pin
Stephen Hewitt28-Apr-09 21:06
Stephen Hewitt28-Apr-09 21:06 
The error message seems to be saying:
 A function with the signature int __cdecl RecordExceptionInfo(struct _EXCEPTION_POINTERS *,char const *) is referenced in the file "ExceptionAttacher.???" from the function int __stdcall AfxWinMain(struct HINSTANCE__ *,struct HINSTANCE__ *,wchar_t *,int). Clearly the function int __cdecl RecordExceptionInfo(struct _EXCEPTION_POINTERS *,char const *) is declared or we would have a compiler error instead, but it's not defined or the file it's defined in is not included in the project because the linker can't find it.
 
PS: Why the function AfxWinMain defined in "ExceptionAttacher.xxx"? This function is part of the MFC framework and not meant to be user defined.

Steve

Questionwua in remote machine Pin
ashish8patil28-Apr-09 19:03
ashish8patil28-Apr-09 19:03 
QuestionHide ' X ' box in a dialog [modified] Pin
Shashi.Shinde28-Apr-09 17:34
Shashi.Shinde28-Apr-09 17:34 
AnswerRe: Hide ' X ' box in a dialog Pin
_AnsHUMAN_ 28-Apr-09 17:50
_AnsHUMAN_ 28-Apr-09 17:50 

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.