Re: Euphoria DLLs
- Posted by George Papadopoulos <georgp at otenet.gr> Apr 27, 2003
- 485 views
I think that 0.0 + eu_integer doesn't convert eu_integer to to an unsign 32 bit value. If you try this: atom m m =3D allocate ( 4 ) function ulong ( integer i ) poke4 ( m , i ) return peek4u ( m )=20 end function -George