I get this:
1>------ Build started: Project: cubedemo, Configuration: Debug Win32 ------
1>Linking...
1>LINK : fatal error LNK1561: entry point must be defined
1>Build log was saved at "file://c:\Users\Kaelan\Documents\Visual Studio 2008\Projects\cubedemo\cubedemo\Debug\BuildLog.htm"
1>cubedemo - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
error message every time I try to run this:
#include "DarkGDK.h"
void DarkGDK ( void )
{
// set sync on and sync rate to 60 frames per second
dbSyncOn ( );
dbSyncRate ( 60 );
// make a cube
dbMakeObjectCube ( 1, 10 );
// loop until the escape key is pressed
while ( !dbEscapeKey ( ) )
{
// Turn the cube left
dbTurnObjectLeft ( 1, 6 );
// update screen
dbSync ( );
}
}
simple code. I included all my headers and librarys so I have no idea what the problem could be. please help.
Vista is a paradox created by Bill Gates to force the noble pc gamers of america to console I am here to change that. [link]www.kdlproductions.webs.com[link]