VS2005 versions of the following classes for WTL app ?
-
I have been playing around with subclassing a RichEdit control to get an XP like Syslink common control which works on all versions of Windows. I've been reasonably successful but wanted to remove the dependency on RicheEdit. I searched CP and came across a couple of classes which look suitable: 1) Hyperlink Text View Control[^] This is WTL based but has not been updated for a while and did not compile straight away. I changed some of the files that were included and got the example project to compile under Visual Studio 2005, but when I run the program it fails with a Debug Assertion error "vector iterator not dereferencable". Does anyone know what's wrong with this class, or have a version compatible with VS 2005 ? 2) XHTMLStatic - An extra-lean custom control to display HTML[^] This is MFC based and has been updated more recently. It derives from MFC's CStatic, so would there be any problems using it with WTL ? Does anyone have a WTL compatible version of this class ?