Tyler Littlefield wrote: > You don't need com to use it... you can link with libraries.
Basically any object that starts with 'I' in the Windows/DirectX SDK is a COM Interface. The OP is using COM objects. You can tell by the ->Release() methods being called, which means something at least based on IUnknown is being called (and possibly IDispatch-based). -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
