Re: Euphoria 40b4 problem
- Posted by DonCole Aug 15, 2012
- 1052 views
Thank you jim,
What I didn't mention in my other post was that the first "following references" error I got was match_all.
I finally found that I had my own match_all in one of my own includes.
This was causing a conflict between the two match_alls.
So I changed the name of my match_all to my_match_all and this fixed the problem.
The next problem I get is lower. So I'm looking like crazy for my own lower.
Now I see that with Ver.4 in order to use lower you have to include std\text.e
NOT so with Ver.3.
This is a good thing for someone switching from Ver.3 to Ver.4 to know.
Don Cole