Click here to Skip to main content
15,915,600 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
Purish Dwivedi wrote:
Prototype is as:
int __cdecl RecordExceptionInfo(PEXCEPTION_POINTERS data, const char *Message);


Purish Dwivedi wrote:
Function definition is as:
 
int __cdecl RecordExceptionInfo(PEXCEPTION_POINTERS pExceptPtrs,
LPCTSTR lpszMessage)


The underlined bits have been added.
Note that if you're building for Unicode then the first is an ANSI string and the second is Unicode and so the second in NOT the definition of the first.

Steve

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 
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 
GeneralRe: Hide ' X ' box in a dialog Pin
Shashi.Shinde28-Apr-09 21:50
Shashi.Shinde28-Apr-09 21:50 
GeneralRe: Hide ' X ' box in a dialog Pin
CPallini28-Apr-09 21:59
mveCPallini28-Apr-09 21:59 
QuestionUNC path names.... Pin
Peter Weyzen28-Apr-09 9:39
Peter Weyzen28-Apr-09 9:39 
AnswerRe: UNC path names.... Pin
David Crow28-Apr-09 9:42
David Crow28-Apr-09 9:42 
QuestionWMI copy file to remote host Pin
Jack Rong28-Apr-09 8:41
Jack Rong28-Apr-09 8:41 
AnswerNicely spammed into 4 forums Pin
led mike28-Apr-09 8:57
led mike28-Apr-09 8:57 
GeneralRe: Nicely spammed into 4 forums Pin
CPallini28-Apr-09 9:25
mveCPallini28-Apr-09 9:25 
GeneralRe: Nicely spammed into 4 forums Pin
led mike28-Apr-09 10:39
led mike28-Apr-09 10:39 
QuestionRe: WMI copy file to remote host Pin
David Crow28-Apr-09 9:39
David Crow28-Apr-09 9:39 
QuestionCListCtrl flickers on Vista Pin
00.Siddu28-Apr-09 5:40
00.Siddu28-Apr-09 5:40 
QuestionRe: CListCtrl flickers on Vista Pin
David Crow28-Apr-09 8:28
David Crow28-Apr-09 8:28 

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.