[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: External functions -Structure arguments
[Thread Prev] | [Thread Next]
- Subject: Re: External functions -Structure arguments
- From: T Lee Davidson <t.lee.davidson@xxxxxxxxx>
- Date: Sat, 16 Mar 2024 13:21:04 -0400
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
On 3/14/24 00:11, T Lee Davidson wrote:
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?
Anyone? (Did I not phrase the question clearly?) -- Lee --- Gambas User List Netiquette [https://gambaswiki.org/wiki/doc/netiquette] ---- --- Gambas User List Archive [https://lists.gambas-basic.org/archive/user] ----
Re: External functions -Structure arguments | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
External functions -Structure arguments | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |