Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Using WTL in commercial applications

Using WTL in commercial applications

Scheduled Pinned Locked Moved The Lounge
c++question
7 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    NormDroid
    wrote on last edited by
    #1

    Is anybody using WTL in commercial (not in-house) applications?

    C R S D 4 Replies Last reply
    0
    • N NormDroid

      Is anybody using WTL in commercial (not in-house) applications?

      C Offline
      C Offline
      CodeGuy
      wrote on last edited by
      #2

      Yep. I'm an senior developer leading a team that's writing a ATL & WTL-based product for the gov't. (OK, not really commercial, but definitely not in-house.) We're about to enter our beta testing in a few months. I know that Gen (by DevelopMentor) uses WTL as well.

      1 Reply Last reply
      0
      • N NormDroid

        Is anybody using WTL in commercial (not in-house) applications?

        R Offline
        R Offline
        Ryan Park
        wrote on last edited by
        #3

        Hi, I was wondering exactly same question a few weeks ago and I've got below answer from MSFT. ---------------------------------------------------------------------------------------- WTL is perfectly reasonable to use in a 'real' product. The Movie Maker application in Windows ME is written with WTL. There are other pieces of Windows XP that use WTL and probably stuff I'm not familiar with. It depends on the amount of maintenance you (or your company) want to take on yourself. If you want SP's, support from PSS, compatibility in future versions of VC, that kind of thing, then WTL probably isn't a good choice. There are plenty of people to help answer questions on codeproject.com, WTL mailing list on yahoogroups.com and other places. So if you're willing to consider WTL just part of your own codebase then the likelihood that you'll get completely stuck on a problem you can't solve seems reasonably low. Walter Sullivan Lead Program Manager, ATL/MFC -------------------------------------------------------------------------------- Hope this helps. Regards, Ryan:cool:

        C 1 Reply Last reply
        0
        • N NormDroid

          Is anybody using WTL in commercial (not in-house) applications?

          S Offline
          S Offline
          Steve Maier
          wrote on last edited by
          #4

          We are just about to start using WTL in a printer driver. Its all coded and working, it just needs to go through testing. It was even demoed to high level management at two other companies (the functionality that we coded that used the WTL) and there was no problems with it. The next applications that my group is releasing by end of year will also be WTL-based. On the side, I use WTL in my shareware that I develop at home. Much nicer than making sure what version of MFC DLLs are installed or compiling statically. Steve Maier, MCSD

          1 Reply Last reply
          0
          • R Ryan Park

            Hi, I was wondering exactly same question a few weeks ago and I've got below answer from MSFT. ---------------------------------------------------------------------------------------- WTL is perfectly reasonable to use in a 'real' product. The Movie Maker application in Windows ME is written with WTL. There are other pieces of Windows XP that use WTL and probably stuff I'm not familiar with. It depends on the amount of maintenance you (or your company) want to take on yourself. If you want SP's, support from PSS, compatibility in future versions of VC, that kind of thing, then WTL probably isn't a good choice. There are plenty of people to help answer questions on codeproject.com, WTL mailing list on yahoogroups.com and other places. So if you're willing to consider WTL just part of your own codebase then the likelihood that you'll get completely stuck on a problem you can't solve seems reasonably low. Walter Sullivan Lead Program Manager, ATL/MFC -------------------------------------------------------------------------------- Hope this helps. Regards, Ryan:cool:

            C Offline
            C Offline
            CodeGuy
            wrote on last edited by
            #5

            If you're asking the question not just from curiosity, but to actually get a feel for the feasibility of WTL for your own app, then I suggest looking at the thread "Using WTL for full-featured desktop app" on the Yahoo! Groups list. groups.yahoo.com/group/wtl Several people responded to that thread with their thoughts and recommendations. I agree with Walter Sullivan by the way ... I've had no problems with WTL 3.1 during my development, and the WTL group is very responsive. You just have to be ready to delve into the source code.

            N 1 Reply Last reply
            0
            • C CodeGuy

              If you're asking the question not just from curiosity, but to actually get a feel for the feasibility of WTL for your own app, then I suggest looking at the thread "Using WTL for full-featured desktop app" on the Yahoo! Groups list. groups.yahoo.com/group/wtl Several people responded to that thread with their thoughts and recommendations. I agree with Walter Sullivan by the way ... I've had no problems with WTL 3.1 during my development, and the WTL group is very responsive. You just have to be ready to delve into the source code.

              N Offline
              N Offline
              NormDroid
              wrote on last edited by
              #6

              I've been putting off using WTL due to Microsofts 'no support' attitude, but the comments made to my posting may provoke into using WTL on small commercial app. BTW: thanks for the info Rgrds Norm

              1 Reply Last reply
              0
              • N NormDroid

                Is anybody using WTL in commercial (not in-house) applications?

                D Offline
                D Offline
                Dark Angel
                wrote on last edited by
                #7

                I have been using it for the last few months, here and there in various small COM objects. I had to port an MFC Application to an ATL COM Object and the controls classes saved me loads of time for porting dialogs. If you are an MFC developer using ATL I highly recommend them. My company's first shrink wrapped full application using WTL will likely be out the door in a couple of weeks. It seems to be working fine. Should I find anything in the WTL that doesn't work, I'll likely just go to the Win32 API to get the job done. "There's a fine line between clever and stupid" - David St. Hubbins

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups