Re: Is Windows testing of Eu 40B2 adequate?
- Posted by alanjohnoxley Dec 24, 2009
- 1144 views
OK, I have tried v40b2 again, and so far so good.
This is what I changed to overcome namespace issues:
a) Remove the EUINC environmental variable, rely on eu.cfg instead.
b) Replaced my win32lib v0704d with v0704a, change all non-comment references of "routine" with "routine_name" in win32lib.ew
c) Put the following eu.cfg in my app's directory
-- eu.cfg file for my app (arch2vts v400) -- saved in the working directory of my app c:\euphoria\include\custom -- my custom stuff here c:\euphoria\win0704a\include -- modified "routine" to "routine_name" in win32lib.ew c:\euphoria\include\euphoria
HTH for others in a similar position :)
Chris, have I forgotten anything?