Hello all,
I am slowly getting access to metadata that I need to use to create structure definitions. Are there any good examples of FFI with complex structures, particularly with structs containing other structs as fields? Bill _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Well you'll find that in the FFI calls in Sophie for doing macintosh file navigation services.
On 2009-12-06, at 1:23 PM, Schwab,Wilhelm K wrote: > Hello all, > > I am slowly getting access to metadata that I need to use to create structure definitions. Are there any good examples of FFI with complex structures, particularly with structs containing other structs as fields? > > Bill > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- =========================================================================== John M. McIntosh <[hidden email]> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com =========================================================================== _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
John,
Thanks! I see lots of pointers to structs; will leaving off the * create a directly embedded copy of a struct? Bill -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of John M McIntosh Sent: Sunday, December 06, 2009 5:04 PM To: [hidden email] Subject: Re: [Pharo-project] Good FFI examles? Well you'll find that in the FFI calls in Sophie for doing macintosh file navigation services. On 2009-12-06, at 1:23 PM, Schwab,Wilhelm K wrote: > Hello all, > > I am slowly getting access to metadata that I need to use to create structure definitions. Are there any good examples of FFI with complex structures, particularly with structs containing other structs as fields? > > Bill > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- =========================================================================== John M. McIntosh <[hidden email]> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com =========================================================================== _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Sorry don't know the answer to that, try it?
On 2009-12-06, at 2:27 PM, Schwab,Wilhelm K wrote: > John, > > Thanks! I see lots of pointers to structs; will leaving off the * create a directly embedded copy of a struct? > > Bill > > > -- =========================================================================== John M. McIntosh <[hidden email]> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com =========================================================================== _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |