Click here to Skip to main content
15,899,126 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionNext question about CPropertySheet! :( Pin
bosfan29-Jul-08 23:10
bosfan29-Jul-08 23:10 
AnswerRe: Next question about CPropertySheet! :( Pin
sashoalm29-Jul-08 23:25
sashoalm29-Jul-08 23:25 
GeneralRe: Next question about CPropertySheet! :( Pin
bosfan30-Jul-08 1:42
bosfan30-Jul-08 1:42 
Questionhow to handel user defined MESSAGES QUE in VC++ MFC Pin
pallaka29-Jul-08 22:44
pallaka29-Jul-08 22:44 
AnswerRe: how to handel user defined MESSAGES QUE in VC++ MFC Pin
Iain Clarke, Warrior Programmer29-Jul-08 22:53
Iain Clarke, Warrior Programmer29-Jul-08 22:53 
GeneralRe: how to handel user defined MESSAGES QUE in VC++ MFC Pin
CPallini29-Jul-08 23:03
mveCPallini29-Jul-08 23:03 
GeneralRe: how to handel user defined MESSAGES QUE in VC++ MFC Pin
Iain Clarke, Warrior Programmer29-Jul-08 23:13
Iain Clarke, Warrior Programmer29-Jul-08 23:13 
QuestionI am getting error in my class declaration Pin
monsieur_jj29-Jul-08 21:54
monsieur_jj29-Jul-08 21:54 
Hi all,

I am getting this error:

1>d:\svn\licensin system\work package\updatemanager\updateservice\devicelocation.h(9) : error C2143: syntax error : missing ';' before '<'
1>d:\svn\licensin system\work package\updatemanager\updateservice\devicelocation.h(9) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int


from my class declaration below:
class CDeviceLocationInformation;
typedef CAtlList <CDeviceLocationInformation*> CDeviceLocationInfoList;

class CDeviceLocationInformation
{
public:
	CDeviceLocationInformation()


Why is this?

thanks,
Jayjay
AnswerRe: I am getting error in my class declaration Pin
Cedric Moonen29-Jul-08 21:56
Cedric Moonen29-Jul-08 21:56 
AnswerRe: I am getting error in my class declaration Pin
toxcct29-Jul-08 22:23
toxcct29-Jul-08 22:23 
AnswerRe: I am getting error in my class declaration Pin
David Crow31-Jul-08 6:07
David Crow31-Jul-08 6:07 
QuestionTo avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
Raghu Panduranga29-Jul-08 21:46
Raghu Panduranga29-Jul-08 21:46 
AnswerRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
toxcct29-Jul-08 22:17
toxcct29-Jul-08 22:17 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
Raghu Panduranga29-Jul-08 22:31
Raghu Panduranga29-Jul-08 22:31 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
toxcct29-Jul-08 22:38
toxcct29-Jul-08 22:38 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
Raghu Panduranga29-Jul-08 22:44
Raghu Panduranga29-Jul-08 22:44 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
toxcct30-Jul-08 0:37
toxcct30-Jul-08 0:37 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
Iain Clarke, Warrior Programmer29-Jul-08 22:58
Iain Clarke, Warrior Programmer29-Jul-08 22:58 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
Raghu Panduranga29-Jul-08 23:49
Raghu Panduranga29-Jul-08 23:49 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
Iain Clarke, Warrior Programmer30-Jul-08 0:16
Iain Clarke, Warrior Programmer30-Jul-08 0:16 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
Raghu Panduranga30-Jul-08 0:11
Raghu Panduranga30-Jul-08 0:11 
Questionincrement operator is not executing when debug in release mode Pin
pallaka29-Jul-08 20:09
pallaka29-Jul-08 20:09 
AnswerRe: increment operator is not executing when debug in release mode Pin
Cedric Moonen29-Jul-08 20:38
Cedric Moonen29-Jul-08 20:38 
GeneralRe: increment operator is not executing when debug in release mode Pin
pallaka29-Jul-08 22:33
pallaka29-Jul-08 22:33 
GeneralRe: increment operator is not executing when debug in release mode Pin
Cedric Moonen29-Jul-08 22:58
Cedric Moonen29-Jul-08 22:58 

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.