Hey I'm new,

I recently download Gamestudio A7 off this website (the free version). I am following the workshops on lite-c which I also downloaded off here. I am having trouble launching the test run of script 01.

script 01 looks like this...


function main ()
{
level_load("small.hmp");
ent_create("earth.mdl", vector(10, 20, 30), NULL);
}


It says there is 2 run time errors then the window closes. I also get a notepad file about the error and it says...



(): Can't open engine damaged C:\Program Files\GStudio7\acknex.dll


Is this because I have the free version?

Help appreciated. wink