Re: The Euphoria IDE Project
- Posted by jimcbrown (admin) Jun 19, 2012
- 4293 views
petelomax said...
mattlewis said...
First, I would like to emphasize that if you have used C_INT, C_LONG (or their unsigned counterparts) for a pointer, you're doing it wrong, as these are not portable. Euphoria 4.1 will also run on 64-bit operating systems, so this is important.
Just checking: C_PTR is fine on 64-bit? And 64-bit is what you meant by "portable"?
Pete
C_POINTER is fine.
We also support 32bit ARM in 4.1, though I'm not sure if wxEuphoria works on that platform yet.