Click here to Skip to main content
15,918,330 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: The problem with classCDateTimePickerCtrl Pin
Foxray7-Sep-03 20:49
Foxray7-Sep-03 20:49 
GeneralRe: The problem with classCDateTimePickerCtrl Pin
Braulio Dez8-Sep-03 21:42
Braulio Dez8-Sep-03 21:42 
GeneralRe: The problem with classCDateTimePickerCtrl Pin
Foxray10-Sep-03 23:17
Foxray10-Sep-03 23:17 
GeneralPlease Help: ATL Embedded and Shell Extension Question. Pin
LittleCoder5-Sep-03 12:17
LittleCoder5-Sep-03 12:17 
GeneralLinker error using MFC and STL Pin
Jambolo3-Sep-03 18:53
Jambolo3-Sep-03 18:53 
GeneralRe: Linker error using MFC and STL Pin
Steve S3-Sep-03 21:45
Steve S3-Sep-03 21:45 
GeneralRe: Linker error using MFC and STL Pin
Jambolo4-Sep-03 1:09
Jambolo4-Sep-03 1:09 
QuestionWTL DDX with controls, really? Pin
Ernesto D.3-Sep-03 15:39
Ernesto D.3-Sep-03 15:39 
I just dont get it, WTL´s DDX facilities define a DDX_CONTROL() macro that take an ID for a control, and an object to attach it to.
However, if i do something like this:

BEGIN_DDX_MAP(CMyDlg)
DDX_CONTROL(IDC_MYEDIT, m_cEdit)
END_DDX_MAP()

where IDC_MYEDIT is (of course) and edit box on my dialog, and m_cEdit is a member variable of type CEdit, then this class wont complie! because SubClassWindow() (witch is called by ddx), is NOT a member of CEdit!, i suppose i could write a class derived from CWindowImpl<derivedclass, cedit=""> and pass objects of it to DDX_CONTROL(), but i assumed that the whole purpuse of DDX was to make mi life easyer not harder!, it would be FAR more trouble to write a class for EVERY type of control i want to use DDX with, than just create control class member variables on my dialog, and just Attach() them to the "physical" controls on the dialog, early on my OnInitDialog() function!
Im i missing something???
what is the purpuse of DDX_CONTROL() if it CANT be used "normally" with controls?
AnswerRe: WTL DDX with controls, really? Pin
Michael Dunn3-Sep-03 15:52
sitebuilderMichael Dunn3-Sep-03 15:52 
AnswerRe: WTL DDX with controls, really? Pin
Li Lirong3-Sep-03 16:32
Li Lirong3-Sep-03 16:32 
AnswerRe: WTL DDX with controls, really? Pin
Ernesto D.3-Sep-03 17:55
Ernesto D.3-Sep-03 17:55 
GeneralRe: WTL DDX with controls, really? Pin
Michael Dunn3-Sep-03 19:25
sitebuilderMichael Dunn3-Sep-03 19:25 
AnswerWTL dead ??? Pin
TW7-Sep-03 23:44
TW7-Sep-03 23:44 
GeneralRe: WTL dead ??? Pin
Steve S8-Sep-03 5:22
Steve S8-Sep-03 5:22 
GeneralRe: WTL dead ??? Pin
Jörgen Sigvardsson16-Sep-03 12:49
Jörgen Sigvardsson16-Sep-03 12:49 
GeneralRe: WTL dead ??? Pin
Steve S16-Sep-03 21:08
Steve S16-Sep-03 21:08 
QuestionHow to Change Atl Dialog Color and Make Control Transparent? Pin
zhangyifei1-Sep-03 17:15
zhangyifei1-Sep-03 17:15 
QuestionSo..........exporting STL containers from a dll? Pin
Abebe1-Sep-03 4:18
Abebe1-Sep-03 4:18 
AnswerRe: So..........exporting STL containers from a dll? Pin
Joaquín M López Muñoz1-Sep-03 4:47
Joaquín M López Muñoz1-Sep-03 4:47 
GeneralRe: So..........exporting STL containers from a dll? Pin
Abebe1-Sep-03 23:05
Abebe1-Sep-03 23:05 
GeneralRe: So..........exporting STL containers from a dll? Pin
Alexandru Savescu2-Sep-03 3:06
Alexandru Savescu2-Sep-03 3:06 
GeneralRe: So..........exporting STL containers from a dll? Pin
Abebe2-Sep-03 3:55
Abebe2-Sep-03 3:55 
AnswerRe: So..........exporting STL containers from a dll? Pin
Phil Martin7-Sep-03 14:41
professionalPhil Martin7-Sep-03 14:41 
GeneralReturn String array from C++ ATL Server Web Service Pin
baker_tony1-Sep-03 4:03
baker_tony1-Sep-03 4:03 
GeneralRe: Return String array from C++ ATL Server Web Service Pin
Stefan Pedersen1-Sep-03 10:42
Stefan Pedersen1-Sep-03 10:42 

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.