Re: Euphoria DLLs

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu