Click here to Skip to main content
16,016,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: resize CFileDialog problem! Pin
Mark Salsbery2-Nov-06 8:41
Mark Salsbery2-Nov-06 8:41 
AnswerRe: resize CFileDialog problem! Pin
David Crow2-Nov-06 3:57
David Crow2-Nov-06 3:57 
QuestionMenu close event Pin
Imtiaz Murtaza1-Nov-06 19:06
Imtiaz Murtaza1-Nov-06 19:06 
AnswerRe: Menu close event Pin
PJ Arends1-Nov-06 19:18
professionalPJ Arends1-Nov-06 19:18 
Questiontype castting and assignement problem Pin
kk_mfc1-Nov-06 18:20
kk_mfc1-Nov-06 18:20 
QuestionRe: type castting and assignement problem Pin
prasad_som1-Nov-06 18:39
prasad_som1-Nov-06 18:39 
QuestionRe: type castting and assignement problem Pin
kk_mfc1-Nov-06 18:47
kk_mfc1-Nov-06 18:47 
AnswerRe: type castting and assignement problem Pin
PJ Arends1-Nov-06 18:58
professionalPJ Arends1-Nov-06 18:58 
Cinfo::get_id() is a member function, so to call it you have to use the parameters at the end to denote the parameter list. If not you are getting the address of the function.
int th = gh.get_id();
kk_mfc wrote:
COleDateTime CTableInfo::edit_date()
{
return edit_date;
}

Give your function and member variables different names. Right now the function is trying to return it's own address, cast to a COleDateTime pointer. It can not do that.



QuestionRe: type castting and assignement problem Pin
kk_mfc1-Nov-06 19:17
kk_mfc1-Nov-06 19:17 
AnswerRe: type castting and assignement problem Pin
PJ Arends1-Nov-06 19:33
professionalPJ Arends1-Nov-06 19:33 
AnswerRe: type castting and assignement problem Pin
David Crow2-Nov-06 5:17
David Crow2-Nov-06 5:17 
AnswerRe: type castting and assignement problem Pin
prasad_som1-Nov-06 19:02
prasad_som1-Nov-06 19:02 
QuestionRe: type castting and assignement problem Pin
kk_mfc1-Nov-06 19:23
kk_mfc1-Nov-06 19:23 
QuestionRe: type castting and assignement problem Pin
kk_mfc1-Nov-06 19:31
kk_mfc1-Nov-06 19:31 
AnswerRe: type castting and assignement problem Pin
David Crow2-Nov-06 5:07
David Crow2-Nov-06 5:07 
AnswerRe: type castting and assignement problem Pin
ThatsAlok1-Nov-06 19:15
ThatsAlok1-Nov-06 19:15 
QuestionRe: type castting and assignement problem Pin
kk_mfc1-Nov-06 19:26
kk_mfc1-Nov-06 19:26 
QuestionIntegrating the functionality of two dlls Pin
tom groezer1-Nov-06 18:05
tom groezer1-Nov-06 18:05 
AnswerRe: Integrating the functionality of two dlls Pin
dharani2-Nov-06 0:13
dharani2-Nov-06 0:13 
GeneralRe: Integrating the functionality of two dlls Pin
tom groezer2-Nov-06 8:26
tom groezer2-Nov-06 8:26 
QuestionRAS dial up and ADSL Pin
Benlahrech .Dj1-Nov-06 17:14
Benlahrech .Dj1-Nov-06 17:14 
AnswerRe: RAS dial up and ADSL Pin
PJ Arends1-Nov-06 19:03
professionalPJ Arends1-Nov-06 19:03 
GeneralRe: RAS dial up and ADSL Pin
Benlahrech .Dj2-Nov-06 13:35
Benlahrech .Dj2-Nov-06 13:35 
GeneralRe: RAS dial up and ADSL Pin
Benlahrech .Dj2-Nov-06 14:25
Benlahrech .Dj2-Nov-06 14:25 
QuestionPointer arithmetic and Optimisation Pin
flip1-Nov-06 17:13
flip1-Nov-06 17:13 

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.