Click here to Skip to main content
15,910,886 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: static members in templates... Pin
GDavy19-Nov-03 21:25
GDavy19-Nov-03 21:25 
GeneralRe: static members in templates... Pin
Joaquín M López Muñoz19-Nov-03 23:36
Joaquín M López Muñoz19-Nov-03 23:36 
GeneralRe: static members in templates... Pin
Nemanja Trifunovic22-Nov-03 10:02
Nemanja Trifunovic22-Nov-03 10:02 
GeneralRe: static members in templates... Pin
Joaquín M López Muñoz23-Nov-03 2:30
Joaquín M López Muñoz23-Nov-03 2:30 
GeneralInformation of running application's objects Pin
naveensg18-Nov-03 23:08
naveensg18-Nov-03 23:08 
GeneralDDX DLL and CComboBoxImpl in WTL Pin
bryces18-Nov-03 17:17
bryces18-Nov-03 17:17 
GeneralRe: DDX DLL and CComboBoxImpl in WTL Pin
Michael Dunn18-Nov-03 17:26
sitebuilderMichael Dunn18-Nov-03 17:26 
GeneralRe: DDX DLL and CComboBoxImpl in WTL Pin
bryces18-Nov-03 17:39
bryces18-Nov-03 17:39 
Thanks for your help,

The compiler errors are:

For fetching the selected item in the combo box
<br />
CString pValueString;<br />
int i = this->m_pComboBox.GetDlgItemText(IDC_COMBO_TARGET, pValueString);<br />

error C2664: 'int __thiscall ATL::CWindow::GetDlgItemTextW(int,unsigned short *& ) const' : cannot convert parameter 2 from 'class WTL::CString' to 'unsigned short *& '
A reference that is not to 'const' cannot be bound to a non-lvalue


And for OnInit....
<br />
DoDataExhange(true);<br />

GeneralRe: DDX DLL and CComboBoxImpl in WTL Pin
Michael Dunn22-Nov-03 16:30
sitebuilderMichael Dunn22-Nov-03 16:30 
GeneralRe: DDX DLL and CComboBoxImpl in WTL Pin
bryces23-Nov-03 11:47
bryces23-Nov-03 11:47 
GeneralRe: DDX DLL and CComboBoxImpl in WTL Pin
bryces23-Nov-03 11:53
bryces23-Nov-03 11:53 
GeneralRe: DDX DLL and CComboBoxImpl in WTL Pin
bryces23-Nov-03 12:29
bryces23-Nov-03 12:29 
GeneralRe: DDX DLL and CComboBoxImpl in WTL Pin
Michael Dunn23-Nov-03 14:57
sitebuilderMichael Dunn23-Nov-03 14:57 
GeneralRe: DDX DLL and CComboBoxImpl in WTL Pin
bryces23-Nov-03 15:17
bryces23-Nov-03 15:17 
GeneralRe: DDX DLL and CComboBoxImpl in WTL Pin
Michael Dunn23-Nov-03 17:37
sitebuilderMichael Dunn23-Nov-03 17:37 
GeneralRe: DDX DLL and CComboBoxImpl in WTL Pin
bryces23-Nov-03 17:57
bryces23-Nov-03 17:57 
GeneralATL & DHTML Pin
Leesen18-Nov-03 5:33
Leesen18-Nov-03 5:33 
GeneralTemplate and message map Pin
Stephane David18-Nov-03 3:59
Stephane David18-Nov-03 3:59 
GeneralRe: Template and message map Pin
Member 20218605-Jun-05 22:50
Member 20218605-Jun-05 22:50 
GeneralTemplate issue.. Pin
GDavy18-Nov-03 2:11
GDavy18-Nov-03 2:11 
GeneralRe: Template issue.. Pin
GDavy18-Nov-03 2:16
GDavy18-Nov-03 2:16 
GeneralRe: Template issue.. Pin
GDavy18-Nov-03 3:25
GDavy18-Nov-03 3:25 
GeneralIOleInPlaceObjectWindowLessImpl::GetDropTarget Pin
Jörgen Sigvardsson18-Nov-03 0:31
Jörgen Sigvardsson18-Nov-03 0:31 
GeneralParent-Child windows relationship Pin
Gabriel.P.G17-Nov-03 10:46
Gabriel.P.G17-Nov-03 10:46 
QuestionHow do I read one vector from another? Pin
WREY16-Nov-03 17:08
WREY16-Nov-03 17:08 

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.