Click here to Skip to main content
15,891,513 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Function object destructor called multiple times in std::for_each loop Pin
Rob Caldecott26-Sep-06 8:30
Rob Caldecott26-Sep-06 8:30 
GeneralRe: Function object destructor called multiple times in std::for_each loop Pin
Zac Howland26-Sep-06 8:43
Zac Howland26-Sep-06 8:43 
GeneralRe: Function object destructor called multiple times in std::for_each loop Pin
Rob Caldecott26-Sep-06 10:17
Rob Caldecott26-Sep-06 10:17 
GeneralRe: Function object destructor called multiple times in std::for_each loop Pin
Zac Howland26-Sep-06 10:59
Zac Howland26-Sep-06 10:59 
Questionwhat is WTL ? Pin
Sakthiu26-Sep-06 3:36
Sakthiu26-Sep-06 3:36 
AnswerRe: what is WTL ? Pin
led mike26-Sep-06 7:30
led mike26-Sep-06 7:30 
AnswerRe: what is WTL ? Pin
Michael Dunn2-Oct-06 7:35
sitebuilderMichael Dunn2-Oct-06 7:35 
GeneralRe: what is WTL ? Pin
Steve S27-Sep-06 1:22
Steve S27-Sep-06 1:22 
Samy_Ibraheem_Mo wrote:
I see that WTL is more difficult than MFC in its use as it depend on templates, raw code of win32, and more advanced windows programming config


You're entitled to your opinion, but I disagree. WTL is a cleaner model than MFC, and templates don't make it any more complex than MFC. It does for developers using the UI what ATL does for developers using COM.

You can use WTL without using SDK calls, or if you wish you can use SDK calls, just like in MFC. I don't understand what you mean by 'more advanced windows programming config', so I can't really address that.

However, it is not an MFC clone, it doesn't have built-in document/view, serialization or docking window support.

The best intros to WTL are those on CodeProject, (of course).

WTL should be an essential part of a C++ developer's toolkit if they are considering developing for the Windows UI.

Steve S
Developer for hire

QuestionBHO cpu usage is too high Pin
daheitou26-Sep-06 3:10
daheitou26-Sep-06 3:10 
QuestionWTL code wrappers for Scintilla Pin
Igor Vigdorchik25-Sep-06 8:29
Igor Vigdorchik25-Sep-06 8:29 
AnswerRe: WTL code wrappers for Scintilla Pin
Alain Rist25-Sep-06 12:43
Alain Rist25-Sep-06 12:43 
GeneralRe: WTL code wrappers for Scintilla Pin
Igor Vigdorchik25-Sep-06 14:57
Igor Vigdorchik25-Sep-06 14:57 
Questionregister an attributed ATL7 com dll file [modified] Pin
Samy_Ibraheem_Mo24-Sep-06 10:04
Samy_Ibraheem_Mo24-Sep-06 10:04 
AnswerRe: register an attributed ATL7 com dll file Pin
Samy_Ibraheem_Mo24-Sep-06 17:13
Samy_Ibraheem_Mo24-Sep-06 17:13 
AnswerRe: register an attributed ATL7 com dll file Pin
User 21559724-Sep-06 22:31
User 21559724-Sep-06 22:31 
AnswerRe: register an attributed ATL7 com dll file Pin
Zodiacon25-Sep-06 6:59
Zodiacon25-Sep-06 6:59 
QuestionComposite Control Info Pin
Demian Panello21-Sep-06 17:06
Demian Panello21-Sep-06 17:06 
AnswerRe: Composite Control Info Pin
Jörgen Sigvardsson22-Sep-06 6:54
Jörgen Sigvardsson22-Sep-06 6:54 
QuestionUsing STL with WTL is causing problems Pin
TClarke20-Sep-06 22:52
TClarke20-Sep-06 22:52 
AnswerRe: Using STL with WTL is causing problems Pin
Rob Caldecott20-Sep-06 23:09
Rob Caldecott20-Sep-06 23:09 
GeneralRe: Using STL with WTL is causing problems Pin
Stuart Dootson21-Sep-06 1:03
professionalStuart Dootson21-Sep-06 1:03 
AnswerRe: Using STL with WTL is causing problems Pin
Stuart Dootson20-Sep-06 23:11
professionalStuart Dootson20-Sep-06 23:11 
GeneralRe: Using STL with WTL is causing problems Pin
TClarke20-Sep-06 23:30
TClarke20-Sep-06 23:30 
GeneralRe: Using STL with WTL is causing problems Pin
Stuart Dootson21-Sep-06 1:02
professionalStuart Dootson21-Sep-06 1:02 
GeneralRe: Using STL with WTL is causing problems Pin
TClarke21-Sep-06 3:12
TClarke21-Sep-06 3:12 

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.