-
toolshed committed revision 16 to the DXFramework SVN repository, changing 77 files.
2008-06-02 18:31:06 UTC by toolshed
-
toolshed committed revision 15 to the DXFramework SVN repository, changing 1 files.
2008-06-02 15:44:46 UTC by toolshed
-
toolshed committed revision 14 to the DXFramework SVN repository, changing 11 files.
2007-03-06 21:19:10 UTC by toolshed
-
toolshed committed revision 13 to the DXFramework SVN repository, changing 2 files.
2007-03-06 15:40:36 UTC by toolshed
-
toolshed committed revision 12 to the DXFramework SVN repository, changing 61 files.
2007-03-06 15:35:46 UTC by toolshed
-
toolshed committed revision 11 to the DXFramework SVN repository, changing 1 files.
2006-11-15 20:09:38 UTC by toolshed
-
Please use the DXFramework mailing list for help:
http://groups-beta.google.com/group/dxframework/.
2006-11-13 19:49:17 UTC by toolshed
-
DXFramework's focus is on 2D and not 3D, there is no API in DXFramework to load 3D models, you need to use the DirectX API, there are many many books on the subject, you will need to consult one of those.
2006-11-13 19:43:47 UTC by toolshed
-
I solved the problem... it was the resolution.
The instructions say:
-You may need to change the resolution if your res is under 1024x768. Do this by opening main.cpp in your project and change 1024 and 768 to 800 and 600.-
The error message was somehow confusing.
2006-11-13 14:09:02 UTC by farka
-
I installed DXFramework. I am able to see the demo project that comes with it.
I am following the steps to recreate DXTank. I got an access violation dialog box when I try to test the solution.
The dialog box says:
Unhandled exception at 0x7c91eddc in DXTank-DEBUG.exe: 0xC0000005: Access violation writing location 0x00030f74.
in this line:
hr = pd3dDevice->Reset(...
2006-11-13 13:54:07 UTC by farka