Starter - "ERR #-01"

Posted By: tesanders

Starter - "ERR #-01" - 09/23/04 05:01

Anyone know what an "ERR #-01" is, when you select "starter" from WED? I can't seem to find reference of it in these forums or in the manual.

Thanks,
tesanders
Posted By: A.Russell

Re: Starter - "ERR #-01" - 09/23/04 18:17



I remember having trouble with starters myself. The explanations in the manual are not very good and the examples are buggy. You get errors even if you cut and paste the example code.

Post your starter code so we can have a look.
Posted By: tesanders

Re: Starter - "ERR #-01" - 09/24/04 01:56

Thanks. I basically took the example code, stuffed it into the script specified under my level's Map Properties in WED, and removed references to images:

Code:
WINDOW WINSTART
{
TITLE "This is a test.";
SIZE 480,320;
MODE IMAGE;
BG_COLOR RGB(240,240,240);
FRAME FTYP1,0,0,480,320;
BUTTON BUTTON_START,SYS_DEFAULT,"Start",400,288,72,24;
BUTTON BUTTON_QUIT,SYS_DEFAULT,"Abort",400,288,72,24;
TEXT "This is also a test", 0, 0;
}



I'm actually not even sure if this is where said code should be placed.
© 2024 lite-C Forums