Re: problem reading XML

2008-07-25 Thread Tomas Hlavaty
Hi Henrik & Alex, thanks for your suggestions but I thing that it works for you only because your XML data satisfy some particular assumtions: Henrik assumes that the the ?xml declaration is present and is at the beginning of the file. >> (setq Lst (in "atom.xml" (and (xml?) (xml Alex also

Re: FFI (gl, gtk...)

2008-07-25 Thread Tomas Hlavaty
Hi Robert, > Could you point me to that and tell me some more what you have ? you can build http://logand.com/mplisp.tar.gz with Gtk FFI as follows: - comment out everything except the lines containing gtk in the src/mod.h and src/mod.fn files - change Makefile; remove unused stuff from "pico

subscribe

2008-07-25 Thread Sven Klose
Hello Sven Klose <[EMAIL PROTECTED]> :-) You are now subscribed -- Softwarearchitekturbüro Sven Klose Westermühlstr. 31 D-80469 München Tel.: ++49 / 89 / 57 08 22 38 -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]

Re: FFI (gl, gtk...)

2008-07-25 Thread Alexander Burger
Hi Tomas, nice approach! And I'm glad to hear that miniPicoLisp can do anything useful ;-) Cheers, - Alex -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]

Re: FFI (gl, gtk...)

2008-07-25 Thread Robert Wörle
Hi Tomas Thats cool .. GTK wrappers , i like that. Could you point me to that and tell me some more what you have ? I am a heavy gtk programmer and really interested in this approach. Regards Robert Tomas Hlavaty wrote: Hi all, I wrote a simple FFI generator which makes it easier to write wra