[Gambas-user] Component Creation

LACKKD at ...674... LACKKD at ...674...
Tue Dec 7 21:10:31 CET 2004


I am trying to create a component around a c data struct that has an 
unsigned int pointer to an array called Hosts. If I have an array of my 
initial structure how do I write my wrappers so that I can index into the 
Host array? I can index successfully into my array of my structure but am 
unsure about how to index into the nested array.

Do I just put unsigned int* Hosts into the structure deceleration in the 
.h file of the structure that I am creating the component out of?

Thanks,
Kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20041207/95ba7b74/attachment.html>


More information about the User mailing list