Page 1 of 1

DONE: compiler aborts compilation

PostPosted: Sat Jul 17, 2010 11:57 am
by udo.killermann
Hello Bernd,

in the last days I had several situations where the compiler thinks for a minute or so, aborts and presents dialog boxes like this:
internalError.jpg
internal error
internalError.jpg (23.95 KiB) Viewed 489 times


I attach the project in question. First I thought it had to do with the heat of this summer, but even on a mild day like this the problem persists.

Kind regards
Udo

Re: compiler aborts compilation

PostPosted: Thu Jul 29, 2010 11:55 am
by berndnoetscher
It is related to a syntax error in your code of ukObject.

It must be:
Code: Select all
   
myItem1.setAmount(50)
 ...
 myItem2.setAmount(30)


thanks
Anyway, you find a bug related to variable access. Will fix it soon as well a new version will by the end of the next week.