Re: Where find win32lib?
- Posted by DerekParnell (admin) Sep 24, 2013
- 1456 views
sergelli said...
Ok. Thanks Matt
When I use this copy with EU4, this error is happening
C:\EUPHORIA\WIN32LIB\INCLUDE\WIN32lib.ew:4033 <0090>:: found reserved word 'routine' but was expecting a parameter name instead. global procedure setHandler( object id, object htype, object routine)
This is not happening on all machines, so have changed the file win32Lib but not resolved. What else can I do to solve this?
You are probably NOT using the version of the library you think you are.
The latest version has this ...
global procedure setHandler( object id, object htype, object pRoutine)
and doesn't have the definition you are seeing in the error message.
global procedure setHandler( object id, object htype, object routine)
Check your list of include directories to see if you are the order and/or spelling correct.