wtl Questions

3

Solved

I'm interested if I still should use WTL to write Windows applications? I really like how it's written but does anyone know if it is still maintained? (Maybe there is a port that someone maintains ...
Unearth asked 6/10, 2012 at 12:51

6

Solved

I am very interested in how modern Windows software is written in C++ nowadays. I asked my friend who had worked on Windows software and he told that last things he worked with were MFC and then WT...
Heaume asked 25/6, 2010 at 20:52

1

Solved

I'm doing some programming in Win32 + WTL, and I'm confused with the available types of errors. In general, I want to check for an error, and feed it to AtlGetErrorDescription (which calls FormatM...
Shumate asked 23/10, 2013 at 16:37

1

Solved

I am trying to get the message loop from a ATL::CAppModule in my project, there seems to be none, so: I've tried defining CAppModule, with extern CAppModule _Module; in "stdafx.h" and CAppModule ...
Wesleywesleyan asked 26/7, 2013 at 14:38

3

Solved

I know "WTL builds on ATL", but what does that mean in practical terms? Is ATL a subset of WTL in terms of features? (i.e. are ALL features in ATL also present in WTL?) I notice Wikipedia states A...
Guarani asked 19/10, 2011 at 4:3

2

My program is a chromeless window and I want to move the window when user drag any part of my dialog. Once WM_SYSCOMMAND is used, all subsequent mouse events are lost. First I wrote a program to c...
Rimini asked 16/8, 2012 at 0:51

2

Solved

I've downloaded the WTL 8.0 package and come to find the scripts to install App Wizards don't support VS 2010. Does anyone know of updates scripts to support installation in VS 2010? Thank you! ...
Wroughtup asked 14/2, 2010 at 6:39

3

Solved

I have a VS2008 C++ application for Windows XP SP3 developed using WTL 8.1. My application contains a tab control that flickers when the application border is resized. My window hierarchy looks li...
Aaronson asked 15/11, 2010 at 20:2

5

I start using the visual studio c++ express 2008 at home but there is no ATL in it. How can I add ATL to visual studio c++ express 2008?
Cocker asked 16/9, 2008 at 12:21

4

Solved

I am in the process of learning C++ and came across an article on the MSDN here: http://msdn.microsoft.com/en-us/magazine/dd861344.aspx In the first code example the one line of code which my que...
Hyaluronidase asked 27/8, 2009 at 10:45

2

Solved

I'm just starting up a new ATL/WTL project and I was wondering if the global _Module variable is still required? Back a few years when I started working with WTL it was required (at least for ATL...
Cud asked 13/10, 2008 at 12:46

4

Solved

I'm trying to find a simple way to change the colour of the text and background in listview and treeview controls in WTL or plain Win32 code. I really don't want to have to implement full owner dr...
Sallie asked 5/9, 2008 at 10:54
1

© 2022 - 2024 — McMap. All rights reserved.