Re: Problem with rev 1217
- Posted by mattlewis (admin) Oct 25, 2008
- 1010 views
RStowasser said...
there is a problem with Euphoria 4.0 rev 1217 which did not exist with rev 1216.
win32lib.ew:26389 expected a function, not something if w32string(pPaths) then ------------------------^
Thanks for the report. When resolving forward references, it wasn't considering a call to a type routine to be the same as a function. Also, the error routine wasn't resetting the file and line number.
I should have a fix committed soonas soon as I've added and validated some new tests for this issue.
Matt