Re: win32lib routine
- Posted by tbohon Aug 03, 2010
- 1154 views
Thanks again. I got the GNU tarball you pointed me to and unpacked it into my win32lib\include directory and it now seems to be working.
I'm thinking of updating my JoKoSoKo game to work with the new win32lib methods. I'll let you know if I come up with anything that looks like it is worth sharing.
I also got the tarball, unpacked it into my win32lib\include directory and now get the following:
c:\euwork>eui try1.exw C:\euphoria-40b3\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) ^
Press Enter
c:\euwork>more ex.err C:\euphoria-40b3\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) ^
- Defined Words - EU4 EU400 EU40000 WINDOWS WIN32 WIN32_CONSOLE EUI
c:\euwork>
Anyone have any suggestions???