Template class inheriting template classAfter some testing around discovered the problem was that I had an enumeration with the same name as...
Template class inheriting template classCan someone please help me clean up the problems I'm having with this following code; I think what I...
Access violation reading location 0xbaadf00dThis is my initialise method for ObjectButton. [code] void ObjectButton::initialise(IDirect3DDevic...
Passing class byValAccess violation reading location 0x00000000. @ line, [code]ObjectCtrl->getObject(App->d3dDevice, ...
Not sureThanks, I have implemented, [code]class Object { public: virtual void release()=0; };[/code] ...