Hello, I have use some gnome canvas in a project, so I send you my modifications so they can help someone else. Replace $EGNOME/C/eif_gnome_canvas.c I add...
n4eGTK
newsletter4egtk@...
Aug 2, 2002 9:54 pm
1277
... Great! Perhaps the simplest thing would be to add your name to CVS comitters? Oliver? ....richie -- "It is a good day to code."...
... I couldn't add them at the time because the cvs machine was temporarily inaccessible. ... Yes; send me a username and encrypted password pair. See ...
Hi! I´m new at eiffel, and I´m searching for the perfect gui-binding. May I ask some basic-newbie-questions.... 1.) Are the eGTbidings built with a C and an...
Clemens Eisserer
eiffelhippy@...
Sep 29, 2002 5:53 pm
1280
Clemens Eisserer wrote: Hi! ... There is little C glue code, but most of the code is in Eiffel. ... Yes. As only those classes are are used will be compiled...
I've tried to port GOTE to GTK2, but it crashed or ran too slow because GOTE eat too many memory. I couldn't estimate how much time I still needed to correct...
... I am trying to port GOTE to be a general C Wrapper generator right now. But I am only close to give up ritght now (; The problem I am facing is that the...
... I have now successfully ported a ANSI C grammar (from 1995) to Eiffel. It's already parsing all of gtk and all of sdl without a syntax error. That gives me...
Andreas Leitner wrote: [...] ... Right. Except that doing a full binding is pretty big task, whereas doing interface to libglade should be much quicker. ...
... I just rebuilt it with 3.1 I found I had to change the Gobo cluster section of the ace file because gobo's files have been redistributed. Apart from that...
Hi, as you might know I am working on a generic Eiffel wrapper generator for C. I am currently trying to find a good abstraction for structs. Since eGTK uses...
I have committed the following changes to CVS in the last few days: 30th December 2002 - Oliver Elphick <olly@...> Changed ace files and loadpath.se to...
... In your own project, they could be amalgamated, but in eGTK, C_HANDLE is inherited by three different classes. ... If you attempt to use a pointer that...
Hi Oliver, thanks alot for your reply! ... Hmmm, it would be nicer to have all valid eiffel struct wrappers encapsulate valid C structs at all times. But on...
On Wed, 2003-01-01 at 21:14, Andreas Leitner wrote: [...] ... Ideally you'd want the memory for the struct to map directly to the Eiffel object. So that if the...
... If you mean to have "expanded" structs, that are really no Eiffel objects, but C structs that can be treated like Eiffel objects - that would of course be...
I've made a new release of eglade (0.3.7) and it is available at http://www.lfix.co.uk/eiflibs/ There is also a Debian package of it in Debian's unstable...
... Thanks. I just ran short on all the classes and fixed a few issues that short revealed. Here's the list of changes since 0.3.6.1: May 8th 2002 - Oliver...
... Thanks. I've fixed that now. It was caused by running short with a non-existent formatting option. It doesn't complain; it just behaves as if no option...
Hi, I'm trying to build new eGTK (0.3.6-2) and when I compile with SmartEiffel (1.1) I some links errors. I'm not sure what I'm missing. I can't synch up with...