Click here to Skip to main content
15,919,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralStringFromCLSID Pin
Alexander M.,8-Aug-05 3:29
Alexander M.,8-Aug-05 3:29 
GeneralRe: StringFromCLSID Pin
Tim Smith8-Aug-05 3:58
Tim Smith8-Aug-05 3:58 
GeneralRe: StringFromCLSID Pin
peterchen8-Aug-05 8:49
peterchen8-Aug-05 8:49 
Generalproblem with Cursor size bigger than 32x32 256 color Pin
DionChen8-Aug-05 3:22
DionChen8-Aug-05 3:22 
GeneralRe: problem with Cursor size bigger than 32x32 256 color Pin
PJ Arends8-Aug-05 5:51
professionalPJ Arends8-Aug-05 5:51 
GeneralRe: problem with Cursor size bigger than 32x32 256 color Pin
DionChen8-Aug-05 6:15
DionChen8-Aug-05 6:15 
GeneralRe: problem with Cursor size bigger than 32x32 256 color Pin
DionChen8-Aug-05 8:42
DionChen8-Aug-05 8:42 
Generalobject not created Pin
sayup8-Aug-05 2:49
sayup8-Aug-05 2:49 
hello,
I created a dialog based application.I pop up a modal dialog from the menu created in my application.Class midialog is associated with this dialog resource.By mistake i created an obj of this class in the menu handler as shown in code below.
OnMenu()//handler in my application dialog class.i.e.main dialog
{
midialog m_d;
m_d.DoModal();//creating my modal dialog
}
after couple of daysi realized that i wanted the obj not inside the handler but in the class CMainDlg(class of the main dialog).So i removed above code
and tried to declare a variable of type midialog m_d(again,suppose).then i wrote menu handler as
OnMenu()
{
m_d.DoModal();
}
midialog m_d; declared as public variable.But on compilation this code gives error.why?
syntax error : missing ';' before identifier 'm_d'
midialog' : missing storage-class or type specifiers
m_d' : missing storage-class or type specifiers
These errors are given at the declaration statement of variable
please help


thanks
GeneralRe: object not created Pin
Jose Lamas Rios8-Aug-05 2:53
Jose Lamas Rios8-Aug-05 2:53 
GeneralRe: object not created Pin
sayup8-Aug-05 3:35
sayup8-Aug-05 3:35 
GeneralRe: object not created Pin
Cedric Moonen8-Aug-05 3:53
Cedric Moonen8-Aug-05 3:53 
GeneralConvert Font Size Pin
HumanOsc8-Aug-05 2:40
HumanOsc8-Aug-05 2:40 
GeneralRe: Convert Font Size Pin
Jose Lamas Rios8-Aug-05 3:03
Jose Lamas Rios8-Aug-05 3:03 
GeneralRe: Convert Font Size Pin
HumanOsc8-Aug-05 7:26
HumanOsc8-Aug-05 7:26 
GeneralRe: Convert Font Size Pin
HumanOsc10-Aug-05 23:19
HumanOsc10-Aug-05 23:19 
Generalhelp me.. Regarding Tapi 3.0 Pin
rajesh_kapure8-Aug-05 2:19
rajesh_kapure8-Aug-05 2:19 
GeneralRe: help me.. Regarding Tapi 3.0 Pin
Eytukan8-Aug-05 4:23
Eytukan8-Aug-05 4:23 
GeneralRe: help me.. Regarding Tapi 3.0 Pin
Michael P Butler8-Aug-05 6:27
Michael P Butler8-Aug-05 6:27 
AnswerRe: help me.. Regarding Tapi 3.0 Pin
Michael P Butler8-Aug-05 6:24
Michael P Butler8-Aug-05 6:24 
GeneralRe: help me.. Regarding Tapi 3.0 Pin
John R. Shaw8-Aug-05 20:15
John R. Shaw8-Aug-05 20:15 
GeneralCalander Control Pin
Ashman8-Aug-05 1:17
Ashman8-Aug-05 1:17 
GeneralRe: Calander Control Pin
ldaoust8-Aug-05 4:27
ldaoust8-Aug-05 4:27 
GeneralRe: Calander Control Pin
David Crow8-Aug-05 6:29
David Crow8-Aug-05 6:29 
GeneralSave data in dialog Pin
zilnus_free8-Aug-05 0:37
zilnus_free8-Aug-05 0:37 
GeneralRe: Save data in dialog Pin
V.8-Aug-05 2:05
professionalV.8-Aug-05 2:05 

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.