Originally Posted By: Uhrwerk
When I try that it gives me "Error has occurred: ERRNO #288.289", exactly the same as from the commandline with WED. I have tried
Code:
WINDOW WINSTART
{
}

as the content of the file main.wdl and the command line was
Code:
C:\Users\My User Name\Desktop\test>"D:\Program Files (x86)\GStudio8\wdfc" -smain.wdl -omain.wdf -t -ex -run


I can confirm the same error message if I use code above, but you need use as minimum MODE STANDARD; see below and you are fine.

Code:
WINDOW WINSTART
{
 MODE STANDARD;  // always required
}


from the manual:

Quote:
MODE style;
The window mode (always required within the WINDOW definition) . Style can be either STANDARD, IMAGE, FULLSCREEN, or USE_OLDSTYLE.


Regards, Robert

Quote
Everything should be made as simple as possible, but not one bit simpler.
by Albert Einstein

PhysX Preview of Cloth, Fluid and Soft Body

A8.47.1P