Re: Phix 1.0.1 uploaded
- Posted by euphoric (admin) Nov 26, 2021
- 2309 views
petelomax said...
euphoric said...
Also, when I "p -c edita.exw"
Ah, found it. There is C_PTR definition in demo/arwen/dll_links.ew which is clashing with the predefined one in psym.e.
Try commenting it out (or maybe wrapping it in --/* --*/ for Euphora).
Have added "further checking to see if it can issue a better compiler error/warning" to my to-do list, but nowhere near the top.
Say what?! Why does an arwen include file mess with Phix compilation of Edita?
So, which one do I edit? The one in dll_links.ew, or the one in psyme.?
petelomax said...
Have added "further checking to see if it can issue a better compiler error/warning" to my to-do list, but nowhere near the top.
No worries. Thanks for checking on it.