ATL Version of Analog Meter Class
Posted
by Gerry Murphy
on November 21st, 2003
This is a modification of Mark C. Malburg's very nice Analog Meter Class.
I had occasion to use this but needed it as an ATL component. So, I've rewritten it, removing all MFC references. Once the .DLL is registered, this component can be dropped into a dialog; for example, in the Visual Studio resource editor. The Testmeter demo is a simple dialog-based app to call a few methods on the component and show how to integrate it. I hope this turns out to be useful.
Downloads
Download demo project - 122 KbDownload source - 116 Kb

Comments
Memory Leak
Posted by bigEfrom84 on 06/29/2004 11:59amAdded a timer to demo project to rapidly change value of meter. After a minute, control ceases to operate and display of control (the meter itself) goes blank (all white)
-
ReplyDetails?
Posted by gerrymurphy on 08/19/2004 09:14amCould you provide more details and perhaps a sample of the code changes you made?
ReplyErrors
Posted by Legacy on 11/21/2003 12:00amOriginally posted by: Hans Wedemeyer
AtlAnalogMeter.dll - 5 error(s)
-
ReplyMore Details
Posted by gerrymurphy on 08/19/2004 09:13amCould you provide more specific details of the errors? I'm guessing you tried to compile a Unicode configuration?
Reply