Ecere SDK/eC Forums
http://ec-lang.org/community/
Print view

Weird error message
http://ec-lang.org/community/viewtopic.php?f=4&t=69
Page 1 of 1
Author:  sacrebleu [ Thu Apr 08, 2010 12:58 am ]
Post subject:  Weird error message

Code: Select all

enum States { 
 pre=-1;
 initial=0,
 authenticated=1,
 bad_auth=2,
 character_select=3,
 playing=4
};
This code's compiler error message needs revised.
Author:  jerome [ Thu Apr 08, 2010 1:59 pm ]
Post subject:  Re: Weird error message

Herb,

The idea of this forum is for people who 'still' don't understand their error message :)

Please submit a Mantis issue instead for this.
Please make sure you select 'eC Compiling Tools' project.

Thanks,

Jerome
All times are UTC-05:00 Page 1 of 1