1. tcp.ew and win32lib.ew
- Posted by thomas at columbus.rr.com Jan 26, 2003
- 383 views
I have version 0.57.9 of win32lib.ew (and accompanying files) and version 0.32 of jami's tcp.ew lib. When I try including them both I get namespacing errors on math functions such as hi_word() and lo_word(). It seems to be a conflict between clib.e (v1.3) and tk_maths.e (no version..?). I think I remember jami and scooby working these errors out, but I don't remember how they fixed it all. Am I using old versions of these files? Does anyone know how to work this out? ~Tom
2. Re: tcp.ew and win32lib.ew
- Posted by g.haberek at comcast.net Jan 26, 2003
- 398 views
you could always use a namespace identifier: include tcp.ew as t then put t: before each routine you call, such as t:hi_word() or t:lo_word() ~Greg g.haberek at comcast.net ----- Original Message ----- From: <thomas at columbus.rr.com> Subject: tcp.ew and win32lib.ew I have version 0.57.9 of win32lib.ew (and accompanying files) and version 0.32 of jami's tcp.ew lib. When I try including them both I get namespacing errors on math functions such as hi_word() and lo_word(). It seems to be a conflict between clib.e (v1.3) and tk_maths.e (no version..?). I think I remember jami and scooby working these errors out, but I don't remember how they fixed it all. Am I using old versions of these files? Does anyone know how to work this out? ~Tom TOPICA - Start your own email discussion group. FREE!
3. Re: tcp.ew and win32lib.ew
- Posted by thomas at columbus.rr.com Jan 28, 2003
- 364 views
Thanks, Derek Parnell, I got the files and it's all working properly. :) ~Tom