Re: Euphoria DLLs
- Posted by Robert Craig <rds at RapidEuphoria.com> Apr 25, 2003
- 502 views
Robert Craig wrote: > procedure GetLastError(int pErrorDescription) Whoops. That should be: procedure GetLastError(integer pErrorDescription) In my example, it's important that you declare the parameter as integer and not atom. If you need to return an int value to C (up to 31-bits), make it a function instead of a procedure. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com