Click here to Skip to main content
15,897,968 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: designing Modules with C++ Pin
hrishiS10-Dec-09 0:14
hrishiS10-Dec-09 0:14 
QuestionInsert String on Image using Pin
Game-point9-Dec-09 23:47
Game-point9-Dec-09 23:47 
AnswerRe: Insert String on Image using Pin
Rajesh R Subramanian9-Dec-09 23:50
professionalRajesh R Subramanian9-Dec-09 23:50 
GeneralRe: Insert String on Image using Pin
Game-point10-Dec-09 0:12
Game-point10-Dec-09 0:12 
GeneralRe: Insert String on Image using Pin
Rajesh R Subramanian10-Dec-09 0:20
professionalRajesh R Subramanian10-Dec-09 0:20 
QuestionRe: Insert String on Image using Pin
David Crow10-Dec-09 4:12
David Crow10-Dec-09 4:12 
QuestionLinking MFC/C++ code via lib wrapper into C application without MFC support Pin
Chesnokov Yuriy9-Dec-09 23:13
professionalChesnokov Yuriy9-Dec-09 23:13 
AnswerRe: Linking MFC/C++ code via lib wrapper into C application without MFC support Pin
Richard MacCutchan9-Dec-09 23:29
mveRichard MacCutchan9-Dec-09 23:29 
Chesnokov Yuriy wrote:
unresolved external symbol _DoSomeTask() main.obj


If this function is in the C++ library then its exported name will be in the 'decorated' format - I can't remember the exact rules for this. You will need to find the name from the lib file and use that in your linker options to map to the correct exported name. You could also check the LIB options to see if you can export the undecorated name from there.
AnswerRe: Linking MFC/C++ code via lib wrapper into C application without MFC support Pin
Garth J Lancaster9-Dec-09 23:33
professionalGarth J Lancaster9-Dec-09 23:33 
AnswerRe: Linking MFC/C++ code via lib wrapper into C application without MFC support Pin
Chesnokov Yuriy10-Dec-09 1:00
professionalChesnokov Yuriy10-Dec-09 1:00 
QuestionDoubt with respect Microsoft TFS Pin
Rakesh59-Dec-09 22:09
Rakesh59-Dec-09 22:09 
AnswerRe: Doubt with respect Microsoft TFS Pin
KarstenK9-Dec-09 22:36
mveKarstenK9-Dec-09 22:36 
AnswerRe: Doubt with respect Microsoft TFS Pin
Stuart Dootson9-Dec-09 22:58
professionalStuart Dootson9-Dec-09 22:58 
QuestionMaking An Exe stand alone [modified] Pin
jannathali9-Dec-09 19:47
jannathali9-Dec-09 19:47 
AnswerRe: Making An Exe stand alone Pin
Cedric Moonen9-Dec-09 20:23
Cedric Moonen9-Dec-09 20:23 
AnswerRe: Making An Exe stand alone Pin
KarstenK9-Dec-09 21:47
mveKarstenK9-Dec-09 21:47 
AnswerRe: Making An Exe stand alone Pin
sunlin79-Dec-09 22:06
sunlin79-Dec-09 22:06 
GeneralRe: Making An Exe stand alone Pin
sunlin79-Dec-09 22:12
sunlin79-Dec-09 22:12 
QuestionHow to Lock Other Process's Offset Address of the values ? Pin
wangningyu9-Dec-09 19:26
wangningyu9-Dec-09 19:26 
AnswerRe: How to Lock Other Process's Offset Address of the values ? Pin
Adam Roderick J10-Dec-09 0:15
Adam Roderick J10-Dec-09 0:15 
AnswerRe: How to Lock Other Process's Offset Address of the values ? Pin
Richard MacCutchan10-Dec-09 2:27
mveRichard MacCutchan10-Dec-09 2:27 
GeneralRe: How to Lock Other Process's Offset Address of the values ? Pin
wangningyu10-Dec-09 4:36
wangningyu10-Dec-09 4:36 
GeneralRe: How to Lock Other Process's Offset Address of the values ? Pin
Adam Roderick J10-Dec-09 17:16
Adam Roderick J10-Dec-09 17:16 
QuestionHow can convert number to words? Pin
Le@rner9-Dec-09 18:52
Le@rner9-Dec-09 18:52 
AnswerRe: How can convert number to words? Pin
_AnsHUMAN_ 9-Dec-09 19:15
_AnsHUMAN_ 9-Dec-09 19:15 

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.