Click here to Skip to main content
15,889,472 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: where to define "Enable3dControlsStatic();" Pin
Michael Dunn22-Sep-05 7:10
sitebuilderMichael Dunn22-Sep-05 7:10 
NewsNetworking Pin
sebastianos19-Sep-05 4:51
sebastianos19-Sep-05 4:51 
Question[Message Deleted] Pin
valerie9919-Sep-05 4:45
valerie9919-Sep-05 4:45 
AnswerRe: The one and only object been double defined Pin
MailtoGops19-Sep-05 4:59
MailtoGops19-Sep-05 4:59 
Generalthanks, the Dlg is not getting value Pin
valerie9919-Sep-05 5:28
valerie9919-Sep-05 5:28 
GeneralRe: thanks, the Dlg is not getting value Pin
David Crow19-Sep-05 7:43
David Crow19-Sep-05 7:43 
Generalthe more of CSurchrgDlg Pin
valerie9919-Sep-05 10:36
valerie9919-Sep-05 10:36 
GeneralRe: the more of CSurchrgDlg Pin
David Crow19-Sep-05 10:42
David Crow19-Sep-05 10:42 
Is there anything in the OnInitDialog() method?

The only "odd" thing I see is this:

CSurchrgDlg::CSurchrgDlg(CWnd* pParent /*=NULL*/)
: CDialog(CSurchrgDlg::IDD, pParent),
m_theApp (* static_cast (AfxGetApp()))
Try removing the initialization of m_theApp and see what that does.

What is m_vecBuffer?


"One must learn from the bite of the fire to leave it alone." - Native American Proverb


GeneralOnInitDialog() Pin
valerie9920-Sep-05 3:53
valerie9920-Sep-05 3:53 
GeneralRe: OnInitDialog() Pin
David Crow20-Sep-05 4:16
David Crow20-Sep-05 4:16 
GeneralIt crash when it exits...:( Pin
valerie9920-Sep-05 6:30
valerie9920-Sep-05 6:30 
GeneralRe: It crash when it exits...:( Pin
David Crow20-Sep-05 6:57
David Crow20-Sep-05 6:57 
Generaleven if the breakpoint set on dlg.DoModal(); Pin
valerie9920-Sep-05 10:56
valerie9920-Sep-05 10:56 
GeneralRe: even if the breakpoint set on dlg.DoModal(); Pin
David Crow21-Sep-05 3:28
David Crow21-Sep-05 3:28 
Generalwish I could Pin
valerie9921-Sep-05 5:25
valerie9921-Sep-05 5:25 
QuestionNetwork program Pin
mikobi19-Sep-05 4:43
mikobi19-Sep-05 4:43 
AnswerRe: Network program Pin
MailtoGops19-Sep-05 5:16
MailtoGops19-Sep-05 5:16 
GeneralRe: Network program Pin
mikobi19-Sep-05 6:31
mikobi19-Sep-05 6:31 
GeneralRe: Network program Pin
Maximilien19-Sep-05 6:55
Maximilien19-Sep-05 6:55 
GeneralRe: Network program Pin
mikobi19-Sep-05 20:21
mikobi19-Sep-05 20:21 
GeneralRe: Network program Pin
ThatsAlok19-Sep-05 18:27
ThatsAlok19-Sep-05 18:27 
AnswerRe: Network program Pin
David Crow19-Sep-05 7:49
David Crow19-Sep-05 7:49 
GeneralRe: Network program Pin
mikobi19-Sep-05 20:23
mikobi19-Sep-05 20:23 
GeneralRe: Network program Pin
ThatsAlok20-Sep-05 3:41
ThatsAlok20-Sep-05 3:41 
GeneralRe: Network program Pin
mikobi20-Sep-05 3:53
mikobi20-Sep-05 3:53 

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.