DirectX, COM and Access Violation

Lionello Lunesu lionello at lunesu.remove.com
Mon Feb 5 10:38:44 PST 2007


> IDirect3D9 * d3d;    // the pointer to our Direct3D interface
> IDirect3DDevice9 * d3ddev;    // the pointer to the device class

Try without the "*", interfaces are always pointers (like classes).

L. 




More information about the Digitalmars-d-learn mailing list