I have tryed all of that stuff. all I get is a black screen.
CODE:
////////////////////////////////////////////////////////////////////////////
// small.c - small lite-C example
////////////////////////////////////////////////////////////////////////////
#include <acknex.h> // include these predefined, needed files in our project
#include <default.c>

void main()
{
// Load the level named "world.hmp"
level_load("world.hmp");
// Now create the "earth.mdl" model at x = 10, y = 20, z = 30 in our 3D world
//ent_create("worl.x", vector(10, 20, 30), NULL);
// NULL tells the engine that the model doesn't have to do anything
}

I was hoping that this program realy worked.
Thank roe your help and time
renny


I have A7 Commercial .............. Now I just need to learn how to use it