Hello, My friend has Vista 64bit, He has installed the august 2007 SDK, His video card is an ATI Radeon HD 4300 updated to the latest 10.2 Catalyst drivers.
Every GDK Program he tries to run hangs with a black screen then crashes apon close. What could be causing this? I told him to try and run it in WindowsXP Mode, it didnt work, Just a blank black screen.
#include "DarkGDK.h"
void DarkGDK ( void )
{
dbSyncOn ( );
dbSyncRate ( 60 );
while ( LoopGDK ( ) )
{
dbCLS ( );
dbText ( 0, 0, dbStr(dbScreenFPS()) );
dbSync ( );
}
return;
}
That code there just shows a blank black window for him, where as for me it shows the screen fps in white text.
He also has the XNA SDK which runs programs fine.
Any ideas/suggestions?
Add me to your MSN!