[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: External functions -Structure arguments


Le 14/03/2024 à 05:11, T Lee Davidson a écrit :
Ref. https://gambaswiki.org/wiki/doc/extern

"If the function returns a struct ABC *, then you mimic the structure ABC declaration somewhere, and you declare the return value as Struct ABC."

When I do that as, for example:
"Extern get_block_info(id As Integer) As Struct BlockInfo"
I get a "Unexpected Struct" error on compile.

If I leave out "Struct", the compiler does not complain.

Is this documentation in need of correction?


Yes, I think you are right. I remove the "Struct" word.

--
Benoît Minisini.


References:
External functions -Structure argumentsT Lee Davidson <t.lee.davidson@xxxxxxxxx>