it encapsolates it though. Using DX is a lot easier than interfacing with com.
----- Original Message ----- From: Thomas Hruska To: [email protected] Sent: Saturday, February 28, 2009 3:13 PM Subject: Re: [c-prog] DirectX and Access Violation 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/ [Non-text portions of this message have been removed]
