Problem with rev 1217
- Posted by RStowasser Oct 25, 2008
- 1052 views
Hello Matt,
there is a problem with Euphoria 4.0 rev 1217 which did not exist with rev 1216.
Running win32lib.ew 0.704a there is an error message which I do not understand:
D:\Euphoria\win32libv07\Include>exwc
Euphoria Interpreter 4.0 (development) for 32-bit Windows.
SVN Revision 1217
Copyright (c) Rapid Deployment Software 2008
See http://www.RapidEuphoria.com/License.txt
file name to execute? win32lib.ew
win32lib.ew:26389
expected a function, not something
if w32string(pPaths) then
----------------------^
Press Enter
line 26389 does not exist in win32lib.ew. It would be after the last line with the statement: include compat02.ew
the expression w32string(pPaths) is in w32file.ew in global function setSearchPaths but I cannot see that there should be anything wrong with it. The error message is not very helpful.
Roland