Thanks guys for your tips.
Question refers to DBPro 1
To clarify the situation, when I run a simple code like
print "Action"
wait key
the compiler compiles correctly, the screen goes black and the word "Action" is written on my screen. As you can see this is a text message. So far so good!
When I try a graphic code like:
make object cube 1,100
do
yrotate object 1,object angle y(1)+0.1
loop
this program is supposed to create a cube and the cube is supposed to rotate
however, when I run the code, it appears to compile alright, but the compiled application does not run when executed. The program just does nothing. Could it be that DBPro 1 needs directx 8.0 specifically to run graphics applications??? I have directx9.0a installed on my system.