User profile: sixequalszero

User info
User name:sixequalszero
History
Joined:
Number of posts:20
Latest posts:

Template class inheriting template class
After some testing around discovered the problem was that I had an enumeration with the same name as...

Template class inheriting template class
Can someone please help me clean up the problems I'm having with this following code; I think what I...

Access violation reading location 0xbaadf00d
This is my initialise method for ObjectButton. [code] void ObjectButton::initialise(IDirect3DDevic...

Passing class byVal
Access violation reading location 0x00000000. @ line, [code]ObjectCtrl->getObject(App->d3dDevice, ...

Not sure
Thanks, I have implemented, [code]class Object { public: virtual void release()=0; };[/code] ...