win32lib ver. 7 breaks code in EUCOM
- Posted by Bernie Ryan <xotron at bluefr?g.co?> Oct 05, 2007
- 494 views
The win32lib contains the file w32support.e In version 7.0 this file now just contains two include files. In EUCOM the code contains 'include w32support.e as mem' So if you use mem:somefuction() that was originally in w32support.e in win32lib version 6 the code reports an error that it can not find it. In other words whoever changed this does not know that an include library can not be passed through another include file and still have the as namespace operator work. Bernie My files in archive: WMOTOR, XMOTOR, W32ENGIN, MIXEDLIB, EU_ENGIN, WIN32ERU, WIN32API Can be downloaded here: http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan