Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: HtmlHelp Error in Visual Studio Pin
Hamid_RT9-May-06 22:22
Hamid_RT9-May-06 22:22 
GeneralRe: HtmlHelp Error in Visual Studio Pin
LittleYellowBird9-May-06 22:42
LittleYellowBird9-May-06 22:42 
GeneralRe: HtmlHelp Error in Visual Studio Pin
Hamid_RT9-May-06 23:52
Hamid_RT9-May-06 23:52 
GeneralRe: HtmlHelp Error in Visual Studio Pin
LittleYellowBird10-May-06 1:10
LittleYellowBird10-May-06 1:10 
Questiondelegate client Pin
Girish6019-May-06 21:45
Girish6019-May-06 21:45 
QuestionCan I serialize COleDateTime object? Pin
NoName II9-May-06 21:31
NoName II9-May-06 21:31 
AnswerRe: Can I serialize COleDateTime object? Pin
Nibu babu thomas9-May-06 21:58
Nibu babu thomas9-May-06 21:58 
GeneralRe: Can I serialize COleDateTime object? Pin
NoName II9-May-06 22:14
NoName II9-May-06 22:14 
GeneralRe: Can I serialize COleDateTime object? Pin
Nibu babu thomas9-May-06 22:16
Nibu babu thomas9-May-06 22:16 
GeneralRe: Can I serialize COleDateTime object? Pin
NoName II9-May-06 22:50
NoName II9-May-06 22:50 
GeneralRe: Can I serialize COleDateTime object? Pin
NoName II9-May-06 22:51
NoName II9-May-06 22:51 
AnswerRe: Can I serialize COleDateTime object? Pin
NoName II9-May-06 22:52
NoName II9-May-06 22:52 
GeneralRe: Can I serialize COleDateTime object? Pin
Cedric Moonen9-May-06 23:14
Cedric Moonen9-May-06 23:14 
Questioncreate a batch of button in code, and the BN_CLICKED messages map to one function onButtonClick()? Pin
zeus_master9-May-06 21:10
zeus_master9-May-06 21:10 
AnswerRe: create a batch of button in code, and the BN_CLICKED messages map to one function onButtonClick()? Pin
Nibu babu thomas9-May-06 21:17
Nibu babu thomas9-May-06 21:17 
GeneralRe: create a batch of button in code, and the BN_CLICKED messages map to one function onButtonClick()? Pin
zeus_master9-May-06 22:39
zeus_master9-May-06 22:39 
GeneralRe: create a batch of button in code, and the BN_CLICKED messages map to one function onButtonClick()? Pin
Cedric Moonen9-May-06 22:46
Cedric Moonen9-May-06 22:46 
GeneralRe: create a batch of button in code, and the BN_CLICKED messages map to one function onButtonClick()? Pin
zeus_master9-May-06 23:17
zeus_master9-May-06 23:17 
GeneralRe: create a batch of button in code, and the BN_CLICKED messages map to one function onButtonClick()? Pin
Cedric Moonen9-May-06 23:44
Cedric Moonen9-May-06 23:44 
GeneralRe: create a batch of button in code, and the BN_CLICKED messages map to one function onButtonClick()? Pin
zeus_master10-May-06 20:38
zeus_master10-May-06 20:38 
GeneralRe: create a batch of button in code, and the BN_CLICKED messages map to one function onButtonClick()? Pin
Cedric Moonen10-May-06 20:42
Cedric Moonen10-May-06 20:42 
GeneralRe: create a batch of button in code, and the BN_CLICKED messages map to one function onButtonClick()? Pin
Cedric Moonen10-May-06 20:48
Cedric Moonen10-May-06 20:48 
GeneralRe: create a batch of button in code, and the BN_CLICKED messages map to one function onButtonClick()? Pin
zeus_master10-May-06 21:15
zeus_master10-May-06 21:15 
I met compiler error below:
c:\program files\microsoft visual studio\vc98\include\xutility(39) : error C2582: 'CButton' : 'operator =' function is unavailable
c:\program files\microsoft visual studio\vc98\include\vector(170) : see reference to function template instantiation 'void __cdecl std::fill(class CButton *,class CButton *,const class CButton &)' being compiled
c:\program files\microsoft visual studio\vc98\include\xutility(25) : error C2582: 'CButton' : 'operator =' function is unavailable
c:\program files\microsoft visual studio\vc98\include\vector(174) : see reference to function template instantiation 'class CButton *__cdecl std::copy_backward(class CButton *,class CButton *,class CButton *)' being compiled
c:\program files\microsoft visual studio\vc98\include\xmemory(34) : error C2558: class 'CButton' : no copy constructor available
c:\program files\microsoft visual studio\vc98\include\xmemory(66) : see reference to function template instantiation 'void __cdecl std::_Construct(class CButton *,const class CButton &)' being compiled
Error executing cl.exe.


GeneralRe: create a batch of button in code, and the BN_CLICKED messages map to one function onButtonClick()? Pin
Cedric Moonen10-May-06 21:24
Cedric Moonen10-May-06 21:24 
GeneralRe: create a batch of button in code, and the BN_CLICKED messages map to one function onButtonClick()? Pin
zeus_master10-May-06 21:38
zeus_master10-May-06 21:38 

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.