[UFFI-Users] accessing data in a structure that's inside another structure

Patrick X dabittweiler at gmail.com
Mon Feb 26 11:21:35 MST 2007


What I ended up doing was, treating the time struct within the stat
struct as regular data with the structure and use uffi:get-slot-value
and it got without knowing the struct of time.  Check it against the C
version same values return (long integer).  Think I have to convert to
hex or something thou.


On 2/25/07, Kevin Rosenberg <kevin at rosenberg.net> wrote:
> Patrick X wrote:
> > Forgive my ignorance,
> > I couldn't  find this in the archives anywhere so I thought I ask..
>
> I haven't devised a direct solution to your problem, I can direct you
> to CLSQL's ./db-mysql/mysql-api.lisp (definitions) and
> ./db-mysql/mysql-sql.lisp (usage) for arrays and structures within
> structures.
>
> --
> Kevin Rosenberg
> kevin at hypershots.com
>
>


-- 
=================================
knot in cables caused data stream to become twisted and kinked.
http://groups.google.com/group/lispstl
http://www.cwelug.org/
Patrick Pippen


More information about the UFFI-Users mailing list