WTL Toolkits
-
Inspired by recent threads, I'm going to attempt converting an application from MFC to WTL. Are there any toolkits for WTL like the MFC ones from Dundas, CodeJock, Stingray etc? Michael :-)
-
Inspired by recent threads, I'm going to attempt converting an application from MFC to WTL. Are there any toolkits for WTL like the MFC ones from Dundas, CodeJock, Stingray etc? Michael :-)
I don't think so. But you can find a lot of very interesting stuff at viksoe.dk. Serge
-
I don't think so. But you can find a lot of very interesting stuff at viksoe.dk. Serge
Excellent site. I can see a lot of good stuff there. Thanks for the link, Michael :-)
-
Inspired by recent threads, I'm going to attempt converting an application from MFC to WTL. Are there any toolkits for WTL like the MFC ones from Dundas, CodeJock, Stingray etc? Michael :-)
The class names and methods are usually named the same, so the GUI parts should be pretty simple to port. I ported Chris's MFC hyperlink control to WTL and barely had to change a thing. :) --Mike-- http://home.inreach.com/mdunn/ While I can't be correct on all matters, I can make the reassuring claim that where I am inaccurate, I am at least definitively inaccurate. :love: your :bob: with :vegemite: and :beer: Sonork - 100.10414 AcidHelm
-
The class names and methods are usually named the same, so the GUI parts should be pretty simple to port. I ported Chris's MFC hyperlink control to WTL and barely had to change a thing. :) --Mike-- http://home.inreach.com/mdunn/ While I can't be correct on all matters, I can make the reassuring claim that where I am inaccurate, I am at least definitively inaccurate. :love: your :bob: with :vegemite: and :beer: Sonork - 100.10414 AcidHelm
Michael Dunn wrote: I ported Chris's MFC hyperlink control to WTL and barely had to change a thing No, I should think not, since WTL already has a CHyperlink class. ;) CodeGuy The WTL newsgroup: now over 1040 members! Be a part of it. http://groups.yahoo.com/group/wtl
-
Michael Dunn wrote: I ported Chris's MFC hyperlink control to WTL and barely had to change a thing No, I should think not, since WTL already has a CHyperlink class. ;) CodeGuy The WTL newsgroup: now over 1040 members! Be a part of it. http://groups.yahoo.com/group/wtl
Huh? *looks in header files* Ah, so it does. :omg: *grumble* --Mike-- http://home.inreach.com/mdunn/ While I can't be correct on all matters, I can make the reassuring claim that where I am inaccurate, I am at least definitively inaccurate. :love: your :bob: with :vegemite: and :beer: Sonork - 100.10414 AcidHelm
-
I don't think so. But you can find a lot of very interesting stuff at viksoe.dk. Serge
Thanks for the link ... :-), interesting...http://www.viksoe.dk/wtl/ Cheers Kannan