Re: Euphoria DLLs
- Posted by Juergen Luethje <j.lue at gmx.de> Apr 29, 2003
- 502 views
Hello George, you wrote: > 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 = allocate ( 4 ) > > function ulong ( integer i ) > > poke4 ( m , i ) > return peek4u ( m ) > > end function > > > -George When using this inside a DLL, and calling the function similar to the way I did in my test posted on 2003-04-27, unfortunately the error message "A machine-level exception occurred during execution of this statement" is raised, too. Thanks for the suggestion, and best regards, Juergen -- Q: How many Microsoft engineers does Bill need to change a light bulb? A: None. He just declares darkness to be an industry standard.