Le 19/11/2011 08:47, Kevin Fishburne a écrit :
>
> That is super shitty. I'm assuming there's a good reason for that beyond
> my understanding since I've read that page so many times. What's worse
> is that I didn't back up my project prior to migrating the structure
> declarations, so I have to manually undo everything. Damn...
>
>

Sorry for that.

Structures should be used only when:

- You need to call an external C function that requires a C structure.

- You want to send a bunch of structured bytes to a stream, or receive it.

In all other cases, use a class.

At the moment, structure declaration cannot be shared, because all 
source files must be compilable independently. This may change in the 
future as soon as I find a good way to do that.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to