1. win32lib ver. 7 breaks code in EUCOM
- Posted by Bernie Ryan <xotron at bluefr?g.co?> Oct 05, 2007
- 496 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
2. Re: win32lib ver. 7 breaks code in EUCOM
- Posted by Matt Lewis <matthewwalkerlewis at gm?il.co?> Oct 05, 2007
- 492 views
Bernie Ryan wrote: > > > 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. Thanks for the heads up. I'll take a look at it. Matt
3. Re: win32lib ver. 7 breaks code in EUCOM
- Posted by Bernie Ryan <xotron at blu?frog.?om> Oct 05, 2007
- 506 views
Matt Lewis wrote: > Thanks for the heads up. I'll take a look at it. > Matt I only wonder how many other programs it will break ! 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