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

C / C++ / MFC

 
QuestionFinding the memory address of a function [modified] Pin
hxhl9524-Sep-09 8:09
hxhl9524-Sep-09 8:09 
AnswerRe: Finding the memory address of a function [modified] Pin
David Crow24-Sep-09 8:37
David Crow24-Sep-09 8:37 
AnswerRe: Finding the memory address of a function Pin
Stuart Dootson24-Sep-09 10:00
professionalStuart Dootson24-Sep-09 10:00 
GeneralRe: Finding the memory address of a function [modified] Pin
hxhl9524-Sep-09 11:49
hxhl9524-Sep-09 11:49 
GeneralRe: Finding the memory address of a function Pin
CPallini24-Sep-09 12:09
mveCPallini24-Sep-09 12:09 
AnswerRe: Finding the memory address of a function Pin
CPallini24-Sep-09 10:22
mveCPallini24-Sep-09 10:22 
GeneralRe: Finding the memory address of a function Pin
hxhl9524-Sep-09 11:47
hxhl9524-Sep-09 11:47 
QuestionCString collision in various projects causing LNK ERROR:2019 Pin
Vetukuri Raju24-Sep-09 7:36
Vetukuri Raju24-Sep-09 7:36 
Hi All vc++ Masters,

I am migrating my vs-2003 code to vs-2008(on vista machine)...I have the compilation successfully.But i am getting the compilation errors in the debug mode...
I think It should be issue of multiple string datatypes in my project like: MFC Cstring, DblString datatype, char *. It might be mismatch of MFC/ATL Cstring datatype in old and new MFC library....The error is like this...

fwpipd.lib(fwstsrv.obj) : error LNK2019: unresolved external symbol "public: int __thiscall
DomIssuerInfo::HasSurIFeeBillableDebt(class DblDateTime const &,class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > const & )


My related function is like this in the code:

BOOL DomIssuerInfo::HasSurvFeeBillableDebt(const DblDateTime& dtReference, const CString& csRatgQualCd )

Can anyone suggest to resolve this error,please....
Thanks in Advance.....
AnswerRe: CString collision in various projects causing LNK ERROR:2019 Pin
David Crow24-Sep-09 8:02
David Crow24-Sep-09 8:02 
GeneralRe: CString collision in various projects causing LNK ERROR:2019 Pin
Vetukuri Raju24-Sep-09 20:10
Vetukuri Raju24-Sep-09 20:10 
QuestionMFC Communicating within splitter frame - advice needed Pin
Vaclav_24-Sep-09 6:25
Vaclav_24-Sep-09 6:25 
AnswerRe: MFC Communicating within splitter frame - advice needed Pin
«_Superman_»24-Sep-09 17:25
professional«_Superman_»24-Sep-09 17:25 
GeneralRe: MFC Communicating within splitter frame - advice needed Pin
Vaclav_24-Sep-09 19:27
Vaclav_24-Sep-09 19:27 
AnswerRe: MFC Communicating within splitter frame - advice needed Pin
Iain Clarke, Warrior Programmer25-Sep-09 21:38
Iain Clarke, Warrior Programmer25-Sep-09 21:38 
Questionfilter the list of files in a CBCGPListCtrl by extension [modified] Pin
MrKBA24-Sep-09 6:19
MrKBA24-Sep-09 6:19 
AnswerRe: filter the list of files in a CBCGPListCtrl by extension Pin
Rolf Kristensen26-Sep-09 7:42
Rolf Kristensen26-Sep-09 7:42 
QuestionCdialog constructed/create Pin
ForNow24-Sep-09 5:49
ForNow24-Sep-09 5:49 
QuestionRe: Cdialog constructed/create Pin
David Crow24-Sep-09 7:09
David Crow24-Sep-09 7:09 
AnswerRe: Cdialog constructed/create Pin
ForNow24-Sep-09 7:29
ForNow24-Sep-09 7:29 
QuestionRe: Cdialog constructed/create Pin
David Crow24-Sep-09 8:01
David Crow24-Sep-09 8:01 
AnswerRe: Cdialog constructed/create Pin
ForNow24-Sep-09 8:08
ForNow24-Sep-09 8:08 
QuestionRe: Cdialog constructed/create Pin
David Crow24-Sep-09 8:10
David Crow24-Sep-09 8:10 
AnswerRe: Cdialog constructed/create Pin
ForNow24-Sep-09 8:24
ForNow24-Sep-09 8:24 
GeneralRe: Cdialog constructed/create Pin
David Crow24-Sep-09 8:32
David Crow24-Sep-09 8:32 
GeneralRe: Cdialog constructed/create Pin
ForNow24-Sep-09 8:50
ForNow24-Sep-09 8: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.