hi jcl,

thanks for your fast help. i've defined a PRAGMA_PATH to my project folder and reopened the project but for every included file as seen below, occurs the error "can't open script file".

Code:
#define PRAGMA_PATH "C:\Documents and Settings\theplayer\My Documents\3DGS Projects\Project1"

#include <environment.c>
#include <actions.c>
#include <graphics.c>
#include <camera.c>
#include <shader.c>



the problem is to use both, the materials from the shader.c and the actions from the actions.c. how would this be done?

greetz theplayer

Last edited by theplayer; 09/30/09 17:39.