| From: | Andrew Crowe |
| Date: | 24 Oct 2000 at 01:24:20 |
| Subject: | Re: Help with C Programming |
Hi Everybody,
> Just a quick question. When I try compiling a program with StormC
> v3.0, I get the following errors (52 to be precise, the last one
> saying there are *too many* errors):
>
> *Error:* Declaration expected.
> #...pictureclass.h#, Line 226: UBYTE red,green,blue;
>
> *Error:* ";" expected.
> #...pictureclass.h#, Line 226: UBYTE red,green,blue;
>
> Anyone got any ideas ?
You're missing a ; probably the line before the first error occurs
(or the line before you call ColorRegister)
See ya :)
Quote carefully and read all ADMIN:README mails