I just now got Dark Game SDK downloaded and I tried to just try a simple helo world program and typed in
print "hello world"
wait key
I left
#include "DarkSDK.h"
void DarkSDK ( void )
{
dbSyncOn ( );
dbSyncRate ( 0 );
while ( LoopSDK ( ) )
{
if ( dbEscapeKey ( ) )
return;
dbSync ( );
}
}
at the top.
and my error is
Quote: "--------------------Configuration: Main - Win32 Debug--------------------
Compiling...
Main.cpp
c:\program files\the game creators\dark game sdk - freeware edition\include\darksdkdisplay.h(17) : fatal error C1083: Cannot open include file: 'd3d9.h': No such file or directory
Error executing cl.exe.
Main.obj - 1 error(s), 0 warning(s)"
Can anyone explain my error?
Computers are stupid all they do is calculate. Your the one that makes the computer do stuff