Click here to Skip to main content
15,900,511 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionWTL :How to display one dialog( or more )in another dialog? Pin
montaya17-Apr-06 22:42
montaya17-Apr-06 22:42 
QuestionReference Material Required Pin
dev dhoundiyal17-Apr-06 22:18
dev dhoundiyal17-Apr-06 22:18 
AnswerRe: Reference Material Required Pin
Roland Pibinger18-Apr-06 11:01
Roland Pibinger18-Apr-06 11:01 
Questionplease read :its importent Pin
baldha rakesh14-Apr-06 0:53
baldha rakesh14-Apr-06 0:53 
AnswerRe: please read :its importent Pin
toxcct14-Apr-06 4:10
toxcct14-Apr-06 4:10 
QuestionEvent Sink Pin
Anthony988713-Apr-06 19:02
Anthony988713-Apr-06 19:02 
AnswerRe: Event Sink Pin
Lim Bio Liong15-Apr-06 5:51
Lim Bio Liong15-Apr-06 5:51 
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:50 Thursday 13th April, 2006
AnswerRe: vector can't convert to 'bool*'? Pin
toxcct13-Apr-06 23:01
toxcct13-Apr-06 23:01 
AnswerRe: vector can't convert to 'bool*'? Pin
alabax14-Apr-06 1:58
alabax14-Apr-06 1:58 
AnswerRe: vector can't convert to 'bool*'? Pin
Orhun Birsoy14-Apr-06 4:11
Orhun Birsoy14-Apr-06 4:11 
Questionproviding new functionality in activex Pin
Identity Undisclosed12-Apr-06 20:58
Identity Undisclosed12-Apr-06 20:58 
AnswerRe: providing new functionality in activex Pin
Roger Stoltz13-Apr-06 2:46
Roger Stoltz13-Apr-06 2:46 
QuestionUsing different Versions of an activex control Pin
Kurt _B12-Apr-06 10:23
Kurt _B12-Apr-06 10:23 
QuestionConverting a wstring to UTF8? Pin
Rob Caldecott12-Apr-06 10:08
Rob Caldecott12-Apr-06 10:08 
AnswerRe: Converting a wstring to UTF8? Pin
Michael Dunn12-Apr-06 11:30
sitebuilderMichael Dunn12-Apr-06 11:30 
GeneralRe: Converting a wstring to UTF8? Pin
Nemanja Trifunovic13-Apr-06 2:01
Nemanja Trifunovic13-Apr-06 2:01 
GeneralRe: Converting a wstring to UTF8? Pin
Rob Caldecott13-Apr-06 13:01
Rob Caldecott13-Apr-06 13:01 
AnswerRe: Converting a wstring to UTF8? Pin
alabax13-Apr-06 5:28
alabax13-Apr-06 5:28 
QuestionHow to convert string to wstring by means of STL and C++ headers only? Pin
alabax12-Apr-06 4:48
alabax12-Apr-06 4:48 
Answeroff topic, but... Pin
toxcct12-Apr-06 5:22
toxcct12-Apr-06 5:22 
JokeRe: off topic, but... Pin
alabax12-Apr-06 8:01
alabax12-Apr-06 8:01 
GeneralRe: off topic, but... Pin
toxcct12-Apr-06 21:28
toxcct12-Apr-06 21:28 
GeneralRe: off topic, but... Pin
alabax13-Apr-06 5:29
alabax13-Apr-06 5:29 
AnswerRe: How to convert string to wstring by means of STL and C++ headers only? Pin
Stuart Dootson12-Apr-06 6:29
professionalStuart Dootson12-Apr-06 6:29 

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.