|
-
June 1st, 2009, 04:29 PM
#16
Re: Wtl
 Originally Posted by nuzzle
I could have picked Linux or Mac, but because Windows is dominant on the desktops of my envisioned costumers, I go for Windows. And that's why I'm asking about WTL. I was wondering if anyone has experience with this package and would recommend it?
Here's a couple of good links on WTL. The first one compares WTL to MFC and contains a couple of interesting links (which is how I found the second link).
http://www.endurasoft.com/vcd/mfcwtl.htm
http://www.sellsbrothers.com/tools
I'd recommend doing a few of the samples listed and try out if WTL will work for you.
-
June 1st, 2009, 05:46 PM
#17
Re: Wtl
 Originally Posted by Arjay
Sure there are links (and I'll check yours out).
But what I'm looking for here is personal experience. Preferably I'd like to hear from someone who's actually used WTL and not just heard about it (like myself and everybody else it seems).
-
June 1st, 2009, 06:07 PM
#18
Re: Wtl
 Originally Posted by nuzzle
But what I'm looking for here is personal experience.
??? See the Windows Template Library links about 2/3 of the way down the page of the sellbrother links. Read the 2 part article about "WTL Makes UI Programming a Joy". That might give you enough to decide whether to spend more time investigating it.
-
June 1st, 2009, 07:33 PM
#19
Re: Wtl
 Originally Posted by Arjay
??? See the Windows Template Library links about 2/3 of the way down the page of the sellbrother links. Read the 2 part article about "WTL Makes UI Programming a Joy". That might give you enough to decide whether to spend more time investigating it.
That's fine, but to be very direct, I don't need directions. What I need is someone speaking their mind.
So, as a direct question to you Arjay, do you or don't you think I should use WTL?
-
June 1st, 2009, 08:53 PM
#20
Re: Wtl
 Originally Posted by nuzzle
That's fine, but to be very direct, I don't need directions. What I need is someone speaking their mind.
So, as a direct question to you Arjay, do you or don't you think I should use WTL?
See the comment in my replies #7 and #10. Beyond that, you'll need to decide for yourself as I don't know the particulars of your environment or requirements. Good luck in your search.
-
June 1st, 2009, 09:07 PM
#21
Re: Wtl
 Originally Posted by Arjay
See the comment in my replies #7 and #10. Beyond that, you'll need to decide for yourself as I don't know the particulars of your environment or requirements. Good luck in your search.
Sorry Arjay. I appreciate your effort, but I've made it clear by now that I don't want more links.
Sayonara everbody.
-
June 3rd, 2009, 07:03 AM
#22
Re: Wtl
I'd like to make a correction to one of my previous posts where I wrote that Qt is expensive. This is no longer true. Qt is now owned by Nokia, the mobile phone maker, and they've released Qt under the LGPL 2.1 license. See here for the implications,
http://www.ics.com/files/docs/Qt_LGPL.pdf
This definately changes things. I've decided to go the portable road using Qt as GUI, so it seems WTL will stay unchartered territory for me. 
I appologize for the slightly irritated tone I adopted at the end. And thank you all for your help.
-
June 3rd, 2009, 05:18 PM
#23
Re: Wtl
That is great news, thanks for putting that link up.
If my post was interesting or helpful, perhaps you would consider clicking the 'rate this post' to let me know (middle icon of the group in the upper right of the post).
-
June 3rd, 2009, 10:00 PM
#24
Re: Wtl
 Originally Posted by JVene
That is great news
Yes, I've always felt C++ lacked a sophisticated, affordable and portable GUI.
In my view the open sourcing of Qt puts C++ back to where it belongs, namely ahead of both C# and Java.
-
June 4th, 2009, 03:52 AM
#25
Re: Wtl
C++ has always been ahead of C# and Java in my book. but yes it is such a great language but lacks up to date libraries.
-
June 4th, 2009, 08:32 AM
#26
Re: Wtl
 Originally Posted by wigga
but lacks up to date libraries.
What up-to-date libraries do you feel C++ is lacking?
-
June 14th, 2009, 01:56 AM
#27
Re: Wtl
I've located a very good WTL introduction. The best I've seen by far. It looks and feels like a manuscript for a book almost ready to get published. It's somewhat dated (from around 2000) but it should still cover the basics very well.
It's easiest to find if you use the AltaVista search engine (www.altavista.com). Search for "WTL Developer’s Guide By Eamon O’Tuathail" and click on the first hit. It's a pdf file.
Although in hindsight the author was far too optimistic about the future impact of WTL, this "book" has actually made me more inclined to use WTL today even though it must be considered a rather obscure technology.
Last edited by nuzzle; June 14th, 2009 at 04:20 AM.
-
July 7th, 2009, 06:40 PM
#28
Re: Wtl
I've continued along the WTL route actually. I'm keeping Qt as a backup for the time being.
I've already noticed that WTL is much more solid than the Win32++ library I've been using so far. Win32++ imposes restrictions you don't want really and is generally shaky. So if I've recommended Win32++ in the past it's in the past.
-
July 7th, 2009, 07:57 PM
#29
Re: Wtl
Glad to hear the WTL route is working out for you.
-
July 7th, 2009, 10:25 PM
#30
Re: Wtl
 Originally Posted by Arjay
Glad to hear the WTL route is working out for you.
Since I've actually used WTL I'm beginning to understand its virtues better. I've even become interested in ATL and COM. It maybe isn't cutting edge but it's what you got if you want to use static C++ isn't it. 
Anyway I've managed to create a Direct3D window and it works very well in a pane in a splitter window just the way I wanted it to.
Not knowing too much yet, WTL is like the slim verion of MFC . It's like what you want if you want a basic Windows GUI.
And it seems WTL is actively developed and you can get help if you ask for it. I can only recommend it. It's even fun to use. I'm very positive.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|