Click here to Skip to main content
15,922,007 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
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 
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 
Ernesto D. wrote:
declaring a member variable like CEdit m_MyEdit, or CListViewCtrl m_MyList, etc. and just attaching it via their Attach() method on my dialog´s OnInitDialog(),

I would rather have a map in the header file, which is easy to find and edit, than calls to Attach(GetDlgItem(IDC_FOO)) over and over. The code to hook up all the controls at once with DDX is just one line, DoDataExchange(false); Using Attach() will work just as well, if that's the way you prefer.

--Mike--
Ericahist | Homepage | RightClick-Encrypt | 1ClickPicGrabber
Ericahist updated Aug 30!
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 
GeneralRe: Return String array from C++ ATL Server Web Service Pin
TW7-Sep-03 23:23
TW7-Sep-03 23:23 
Generalsort method of a multimap Pin
Rodolfo Lima31-Aug-03 16:51
Rodolfo Lima31-Aug-03 16:51 
GeneralRe: sort method of a multimap Pin
Joaquín M López Muñoz1-Sep-03 2:42
Joaquín M López Muñoz1-Sep-03 2:42 
GeneralSTL string (basic_string) Question. Pin
petrym30-Aug-03 10:40
petrym30-Aug-03 10:40 

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.