Click here to Skip to main content
15,892,737 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Programming Question in the Lounge *I know about the disclaimer... Pin
Bob X13-Apr-06 16:45
Bob X13-Apr-06 16:45 
GeneralRe: Programming Question in the Lounge *I know about the disclaimer... Pin
El Corazon13-Apr-06 16:51
El Corazon13-Apr-06 16:51 
GeneralRe: Programming Question in the Lounge *I know about the disclaimer... Pin
Bob X13-Apr-06 17:01
Bob X13-Apr-06 17:01 
GeneralRe: Programming Question in the Lounge *I know about the disclaimer... Pin
Jon Sagara13-Apr-06 16:27
Jon Sagara13-Apr-06 16:27 
GeneralRe: Programming Question in the Lounge *I know about the disclaimer... Pin
Chris Maunder13-Apr-06 18:13
cofounderChris Maunder13-Apr-06 18:13 
GeneralRe: Programming Question in the Lounge *I know about the disclaimer... Pin
Bob X14-Apr-06 4:28
Bob X14-Apr-06 4:28 
QuestionMFC ActiveX with 2 Controls Pin
Stewart8113-Apr-06 13:01
Stewart8113-Apr-06 13:01 
Questionvector<bool> can't convert to 'bool *'? Pin
Yonggoo13-Apr-06 11:31
Yonggoo13-Apr-06 11:31 
Hi, I am having errors.

error C2664: 'Menu::createMenuItem' : cannot convert parameter 3 from 'std::_Vb_reference<_MycontTy> *__w64 ' to 'bool *'

...
vector<bool> connect_flags;
vector<bool> disconnect_flags;
...

for(int j=0;j<gmenustate.getsizeofgosafestations();j++)
{
this-="">pMenu->createMenuItem(mhComm, (connect_str+gMenuState.getGosafeStation(j).name).c_str(),
&(gMenuState.connect_flags[j]), &_menuHeaderCommFn);
this->pMenu->createMenuItem(mhComm, (disconnect_str+gMenuState.getGosafeStation(j).name).c_str(),
&(gMenuState.disconnect_flags[j]), &_menuHeaderCommFn);
}

Anybody can help me?

Yonggoo

-- modified at 18:51 Thursday 13th April, 2006
QuestionHow to disable persistient scrollbars (VC++, no MFC) Pin
chasetoys13-Apr-06 10:15
chasetoys13-Apr-06 10:15 
AnswerRe: How to disable persistient scrollbars (VC++, no MFC) Pin
Sheng Jiang 蒋晟13-Apr-06 11:50
Sheng Jiang 蒋晟13-Apr-06 11:50 
QuestionWhich part of the O.S Supports Multithreading? Pin
CodeVarma13-Apr-06 8:07
CodeVarma13-Apr-06 8:07 
AnswerRe: Which part of the O.S Supports Multithreading? Pin
John M. Drescher13-Apr-06 8:34
John M. Drescher13-Apr-06 8:34 
AnswerRe: Which part of the O.S Supports Multithreading? Pin
ThatsAlok13-Apr-06 8:39
ThatsAlok13-Apr-06 8:39 
QuestionFirst-chance exception CFileDialog Pin
RobJones13-Apr-06 7:34
RobJones13-Apr-06 7:34 
AnswerRe: First-chance exception CFileDialog Pin
David Crow13-Apr-06 7:41
David Crow13-Apr-06 7:41 
GeneralRe: First-chance exception CFileDialog Pin
RobJones13-Apr-06 8:23
RobJones13-Apr-06 8:23 
QuestionRe: First-chance exception CFileDialog Pin
David Crow13-Apr-06 9:43
David Crow13-Apr-06 9:43 
AnswerRe: First-chance exception CFileDialog Pin
RobJones13-Apr-06 10:23
RobJones13-Apr-06 10:23 
GeneralRe: First-chance exception CFileDialog Pin
RobJones13-Apr-06 9:01
RobJones13-Apr-06 9:01 
GeneralRe: First-chance exception CFileDialog Pin
David Crow13-Apr-06 9:41
David Crow13-Apr-06 9:41 
GeneralRe: First-chance exception CFileDialog Pin
RobJones13-Apr-06 10:22
RobJones13-Apr-06 10:22 
GeneralRe: First-chance exception CFileDialog Pin
David Crow13-Apr-06 10:42
David Crow13-Apr-06 10:42 
AnswerRe: First-chance exception CFileDialog Pin
georgeraafat13-Apr-06 7:48
georgeraafat13-Apr-06 7:48 
GeneralRe: First-chance exception CFileDialog Pin
RobJones13-Apr-06 8:06
RobJones13-Apr-06 8:06 
GeneralRe: First-chance exception CFileDialog Pin
georgeraafat13-Apr-06 8:26
georgeraafat13-Apr-06 8:26 

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.