Click here to Skip to main content
15,901,426 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionHow can I change my WTL project to a COM server Pin
Remon Spekreijse24-Mar-03 3:57
Remon Spekreijse24-Mar-03 3:57 
GeneralEnable/Disable toolbar buttons Pin
Tommy2k22-Mar-03 8:00
Tommy2k22-Mar-03 8:00 
GeneralRe: Enable/Disable toolbar buttons Pin
Michael Dunn22-Mar-03 8:33
sitebuilderMichael Dunn22-Mar-03 8:33 
GeneralRe: Enable/Disable toolbar buttons Pin
Ed Gadziemski23-Mar-03 2:52
professionalEd Gadziemski23-Mar-03 2:52 
GeneralAnything for Netscape Plug-in Pin
Mahesh Perumal20-Mar-03 0:30
Mahesh Perumal20-Mar-03 0:30 
GeneralATL Object Wizard Pin
DuFF15-Mar-03 14:15
DuFF15-Mar-03 14:15 
GeneralRe: ATL Object Wizard Pin
Amit Dey26-Mar-03 13:02
Amit Dey26-Mar-03 13:02 
GeneralDDX_CONTROL with WTL Pin
roel_v215-Mar-03 10:36
roel_v215-Mar-03 10:36 
Hello,

I'm trying to use DDX_CONTROL to get to the control on my dialog in an easy way. I've declared a combo box as a private member of my dialog like this:
CComboBox m_TypeCombo;

I have a DDX map like this:
BEGIN_DDX_MAP(SearchParametersDialog)
DDX_CONTROL(IDC_SEARCH_FOR_COMBO, m_TypeCombo)
END_DDX_MAP()

Now, when I compile this, I get the following error:

c:\wtl70\include\atlddx.h(489) : error C2039: 'SubclassWindow' : is not a member of 'CComboBoxT<class atl::cwindow="">'
d:\mb-tools\explorer_plugin\src\win32\searchparametersdialog.h(32) : see reference to function template instantiation 'void __thiscall WTL::CWinDataExchange<class searchparametersdialog="">::DDX_Control(unsigned int,class WTL::CComboBoxT<class
atl::cwindow=""> &,int)' being compiled

But I don't get why it does that - CComboBox does have a method SubclassWindow! What am I doing wrong? Thanks!
GeneralRe: DDX_CONTROL with WTL Pin
roel_v215-Mar-03 11:45
roel_v215-Mar-03 11:45 
GeneralRe: DDX_CONTROL with WTL Pin
Michael Dunn15-Mar-03 13:14
sitebuilderMichael Dunn15-Mar-03 13:14 
GeneralRe: DDX_CONTROL with WTL Pin
roel_v215-Mar-03 15:14
roel_v215-Mar-03 15:14 
GeneralRe: DDX_CONTROL with WTL Pin
Michael Dunn15-Mar-03 18:51
sitebuilderMichael Dunn15-Mar-03 18:51 
GeneralRe: DDX_CONTROL with WTL Pin
Ernesto D.16-Mar-03 12:11
Ernesto D.16-Mar-03 12:11 
GeneralRe: DDX_CONTROL with WTL Pin
Michael Dunn16-Mar-03 12:40
sitebuilderMichael Dunn16-Mar-03 12:40 
GeneralRe: DDX_CONTROL with WTL Pin
Ernesto D.16-Mar-03 15:59
Ernesto D.16-Mar-03 15:59 
GeneralATL/WTL vs MFC Pin
Jean-Marc Molina13-Mar-03 21:02
Jean-Marc Molina13-Mar-03 21:02 
GeneralRe: ATL/WTL vs MFC Pin
roel_13-Mar-03 21:54
roel_13-Mar-03 21:54 
GeneralRe: ATL/WTL vs MFC Pin
Jean-Marc Molina14-Mar-03 15:01
Jean-Marc Molina14-Mar-03 15:01 
GeneralRe: ATL/WTL vs MFC Pin
Michael Dunn14-Mar-03 15:51
sitebuilderMichael Dunn14-Mar-03 15:51 
GeneralRe: ATL/WTL vs MFC Pin
Jean-Marc Molina14-Mar-03 17:55
Jean-Marc Molina14-Mar-03 17:55 
GeneralRe: ATL/WTL vs MFC Pin
Michael Dunn15-Mar-03 13:16
sitebuilderMichael Dunn15-Mar-03 13:16 
GeneralRe: ATL/WTL vs MFC Pin
Brian Shifrin15-Mar-03 4:01
Brian Shifrin15-Mar-03 4:01 
GeneralRe: ATL/WTL vs MFC Pin
Ernesto D.15-Mar-03 15:22
Ernesto D.15-Mar-03 15:22 
GeneralRe: ATL/WTL vs MFC Pin
Jean-Marc Molina18-Mar-03 6:45
Jean-Marc Molina18-Mar-03 6:45 
GeneralRe: ATL/WTL vs MFC Pin
Tim Smith19-Mar-03 2:32
Tim Smith19-Mar-03 2:32 

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.