[Gambas-bugtracker] Bug #2261: EXTERN function call does not work with Struct ?

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Mon Jun 14 22:39:46 CEST 2021


http://gambaswiki.org/bugtracker/edit?object=BUG.2261&from=L21haW4-

Comment #3 by Benoît MINISINI:

I have removed the three size properties I added to the Class class.

Instead, you can now use the SizeOf() function to directly know the data size of a structure or a class object.

Struct Hello
...
End

Print SizeOf(Hello)




More information about the Bugtracker mailing list