ok, i have write the next code:
#include "DarkGDK.h"
void DarkGDK (void)
{
dbPhyStart ( );
dbSyncOn ( );
dbSyncRate ( 60 );
dbMakeObjectBox ( 1, 50, 1, 50);
dbPhyMakeRigidBodyStaticBox ( 1 );
dbMakeObjectCube ( 2, 5);
dbPositionObject ( 2, 0, 10, -26 );
while ( LoopGDK( ) )
{
dbPhyUpdate ( );
dbSync ( );
}
}
and i get the next error ( its in spanish ):
1>c:\documents and settings\capricornio\escritorio\trabajos\darkgdk\physics learning\physics learning\main.cpp(5) : error C3861: 'dbPhyStart': no se encontró el identificador
1>c:\documents and settings\capricornio\escritorio\trabajos\darkgdk\physics learning\physics learning\main.cpp(11) : error C3861: 'dbPhyMakeRigidBodyStaticBox': no se encontró el identificador
1>c:\documents and settings\capricornio\escritorio\trabajos\darkgdk\physics learning\physics learning\main.cpp(18) : error C3861: 'dbPhyUpdate': no se encontró el identificador
1>El registro de compilación se guardó en el "file://c:\Documents and Settings\Capricornio\Escritorio\trabajos\DarkGDK\physics learning\physics learning\Debug\BuildLog.htm"
1>physics learning - 3 errores, 0 advertencias
========== Generar: 0 correctos, 1 incorrectos, 0 actualizados, 0 omitidos ==========
it said that the compiler dont detect the phisics library; how can i run my program
sorry my english