Thank you for your help!
 I added the #define icon_width 16 and #define icon_height 16 in source,
but I met the same error code. The only difference was that Line24 was
changed
to Line 27.

Michael

Patrick wrote:
> Doesn't this smell like a preprocessor thing? Some header file might
> include
> #define icon_width 16
> #define icon_height 16
> Of course it is in bade taste to do #define in lower case, and actually
> it is in bad
> taste to use #define at all instead of const or enums, but this could be
> a legacy? Anyway that's the first thing that pops to my mind. It can be
> ascertained easily,
> by generating the preprocessed text.
> Hope that helps,
>
> Patrick

Reply via email to