Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

Dunge

Member Since 01 Aug 2000
Offline Last Active May 17 2013 01:37 PM
-----

Posts I've Made

In Topic: Directx tutorials?

17 May 2013 - 01:03 PM

Also note that the official SDK documentation/tutorials/samples are quite good too.


In Topic: .ate files?

03 May 2013 - 03:16 PM

It's not a DirectX file format, especially since Microsoft already used it for that Office backup file you mentioned. Probably some custom file format made for the game. Open it with an hex editor maybe you'll be able to extract something and make a custom parser.


In Topic: Object Reference Not Set To An Instance Of An Object

15 April 2013 - 10:57 AM

Just as future reference: This kind of situation is very easy to debug. When you get this exception, Visual Studio should break at the problematic line. This particular error message means an object is not instanced (null pointer), so you just check every object on the line by moving the mouse over and you will see that in this case either "Ground" or "Bones" will be null. Check when it was supposed to be loaded and here's your problem.


In Topic: C++ Programming - What IDE to use ?

13 March 2013 - 01:35 PM

If you do Windows development, Visual Studio all the way. Others are not even close.

In Topic: HDMI laptop to TV

28 February 2013 - 02:53 PM

Go to nvidia control panel / catalyst control center / whatever equivalent for intel card and check the second monitor.


PARTNERS