Re: Problem with rev 1217
- Posted by mattlewis (admin) Oct 26, 2008
- 1010 views
RStowasser said...
If I try to run IDE I get this message:
C:\EUPHORIA>exwc d:\euphoria\ide104\IDE104.exw
d:\euphoria\ide104\FList.ew:263
'int' has not been declared
function TestFlag(int var, int bit)
------------------------^
Thanks. It's not handling forward type declarations properly.
RStowasser said...
If I change in FList.ew int to integer and seq to sequence, IDE will run although opening/closing splash screen will take a little bit longer (about 3.7 sec instead of 3.2 sec). But I cannot compile IDE. There are a lot of err files e.g. ide_de_3gn.err:
ide_de_3gn.c(10224): Error! E1011: Symbol '_1dragCX_43661' has not been declared
I'll take a look at this, too.
Matt