Re: win32lib ver. 7 breaks code in EUCOM
- Posted by Matt Lewis <matthewwalkerlewis at gm?il.co?> Oct 05, 2007
- 490 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