Click here to Skip to main content
15,915,869 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Inet help Pin
Hanzo25-Oct-02 18:58
Hanzo25-Oct-02 18:58 
QuestionWin32, ATL, WTL or MFC, which route to take? Pin
generic_user_id5-Jul-02 5:51
generic_user_id5-Jul-02 5:51 
AnswerRe: Win32, ATL, WTL or MFC, which route to take? Pin
Michael Dunn5-Jul-02 8:19
sitebuilderMichael Dunn5-Jul-02 8:19 
GeneralRe: Win32, ATL, WTL or MFC, which route to take? Pin
generic_user_id5-Jul-02 11:48
generic_user_id5-Jul-02 11:48 
GeneralRe: Win32, ATL, WTL or MFC, which route to take? Pin
loket5-Jul-02 12:07
loket5-Jul-02 12:07 
GeneralRe: Win32, ATL, WTL or MFC, which route to take? Pin
Michael Dunn5-Jul-02 12:08
sitebuilderMichael Dunn5-Jul-02 12:08 
GeneralRe: Win32, ATL, WTL or MFC, which route to take? Pin
generic_user_id5-Jul-02 23:29
generic_user_id5-Jul-02 23:29 
AnswerRe: Win32, ATL, WTL or MFC, which route to take? Pin
loket5-Jul-02 12:01
loket5-Jul-02 12:01 
I would definitly not go with straight Win32.
MFC i dont like either, good as long as you stay
on the 'mainroad', but if you try something else
wierd things happens.
And it does not work to well with threads.

I suggest the WTL route.
Ok, it is not documented or supported, but
it builds on top of ATL and ATL is both documented
and supported.
There are documentation and samples for WTL on the
net, and you dont really need that much documentation
of WTL since it is a thin wrapper around Win32 windowing.
And what support do you need, you have the source.

I have switched from MFC to WTL, and with MFC there
was *always* wierd things going on behind the scenes,
with WLT everything works lika a clock. Smile | :)



/Cool | :cool:

- Don't sweat the petty things, and don't pet the sweaty things.

GeneralRe: Win32, ATL, WTL or MFC, which route to take? Pin
generic_user_id5-Jul-02 23:34
generic_user_id5-Jul-02 23:34 
GeneralRe: Win32, ATL, WTL or MFC, which route to take? Pin
loket6-Jul-02 1:52
loket6-Jul-02 1:52 
GeneralRe: Win32, ATL, WTL or MFC, which route to take? Pin
generic_user_id6-Jul-02 2:32
generic_user_id6-Jul-02 2:32 
GeneralRe: Win32, ATL, WTL or MFC, which route to take? Pin
generic_user_id6-Jul-02 2:50
generic_user_id6-Jul-02 2:50 
GeneralRe: Win32, ATL, WTL or MFC, which route to take? Pin
loket6-Jul-02 2:55
loket6-Jul-02 2:55 
GeneralProcessing GPS data in C++ Pin
5-Jul-02 4:41
suss5-Jul-02 4:41 
Generaldisabled menu item at start Pin
ns5-Jul-02 3:36
ns5-Jul-02 3:36 
GeneralRe: disabled menu item at start Pin
Fredrik Skog5-Jul-02 3:55
Fredrik Skog5-Jul-02 3:55 
GeneralRe: disabled menu item at start Pin
ns5-Jul-02 4:02
ns5-Jul-02 4:02 
GeneralRe: disabled menu item at start Pin
Roger Allen5-Jul-02 4:08
Roger Allen5-Jul-02 4:08 
GeneralRe: disabled menu item at start Pin
Fredrik Skog5-Jul-02 4:12
Fredrik Skog5-Jul-02 4:12 
GeneralRe: disabled menu item at start Pin
Mike Upton5-Jul-02 4:54
Mike Upton5-Jul-02 4:54 
QuestionMDI doc sending info to modal dlg -how to? Pin
ns5-Jul-02 3:24
ns5-Jul-02 3:24 
AnswerRe: MDI doc sending info to modal dlg -how to? Pin
Mike Upton5-Jul-02 4:59
Mike Upton5-Jul-02 4:59 
GeneralRe: MDI doc sending info to modal dlg -how to? Pin
nsns5-Jul-02 16:24
nsns5-Jul-02 16:24 
GeneralI get the pass in constructor idea....thanks! Pin
nsns5-Jul-02 16:26
nsns5-Jul-02 16:26 
GeneralRe: I get the pass in constructor idea....thanks! Pin
Mike Upton7-Jul-02 22:28
Mike Upton7-Jul-02 22:28 

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.