Re: 32-bit values in a Euphoria DLL
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Oct 04, 2004
- 422 views
Matt Lewis wrote: > > Rob, this seems like something that should be easily done automatically > by the translator, since it knows which parameters are declared atoms, > and which aren't. > Duh...Of course this would break if an Eu routine calls another global routine with an atom...but maybe if there were an 'official' dummy procedure that gets properly macro'd out (and the Ref issue dealt with) it would be kinda nice. I guess if you want the routine to be compatible with both external and internal calls, you'd have to do a wrapper that converts to atoms, and then calls the 'internal' version, which is what all of your Eu routines would look at... Matt Lewis Matt Lewis