Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

gobo-eiffel · Gobo Eiffel

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1777 - 1806 of 1822   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
1806 pgcrism Send Email Jul 27, 2012
8:54 am
Hello, Using GOBO-xml parser, I get UTF-8 Strings. I need LATIN-1 encoded strings. How can an UTF-8 String converted to LATIN-1 ? Best regards, Paul G. Crismer...
1805 Eric Bezault
gobosoft Send Email
Mar 1, 2012
4:10 pm
... It's something I plan to work on later this year, probably after the summer. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
1804 pgcrism Send Email Mar 1, 2012
8:24 am
Hello, Are there any plan for migrating GOBO libraries and tools to a void-safe implementation? Thank you for your feedback, Best regards, Paul G. Crismer...
1803 政昌
chengchangwu Send Email
Sep 28, 2010
1:16 pm
Hi Jocelyn, I've tried what you suggested using 'execute_without_collection'. The program still failed due to some memory problem (Too much memory allocated or...
1802 Jocelyn Fiat
djoce_net Send Email
Sep 27, 2010
10:06 am
Hi, Just for curiosity, what kind of issue you get with EiffelStudio? Is it about Garbage Collection? I remember answering you how to disable GC with...
1801 Eric Bezault
gobosoft Send Email
Sep 27, 2010
8:42 am
... The reason why DbC is not implemented in gec yet is mostly lack of time. Typically, I develop and debug with EiffelStudio and I finalize my program with...
1800 政昌
chengchangwu Send Email
Sep 27, 2010
7:59 am
Hi Eric, I've a project implemented in SmartEiffel which I've ported to GEC. I'm still hesitant about removing SmartEiffel from my tool chain because GEC...
1799 thomas beale
twbeale Send Email
Aug 17, 2010
11:38 pm
I wonder if I should consider using gepp to preprocess the files, and embed #include statements in them. It would mean that the source files would be the...
1798 Eric Bezault
gobosoft Send Email
Aug 17, 2010
6:50 pm
Hi Thomas ... I don't think that there is any reuse facility in .l and .y files. I'm afraid that the only solution is copy/paste. -- Eric Bezault ...
1797 thomas beale
twbeale Send Email
Aug 17, 2010
6:31 pm
Hi Eric, we have various parsers in openEHR that follow the standard pattern published in your documentation, i.e. a .y & .l file generating the usual .e...
1796 Berend de Boer
berenddeboer Send Email
Apr 27, 2010
6:19 pm
... Eric> Do you mean features of the form `for_all', `do_all', etc. Eric> You will find them in DS_CONTAINER, and in various other Eric> classes. Ah thanks, I...
1795 Eric Bezault
gobosoft Send Email
Apr 27, 2010
11:38 am
... Do you mean features of the form `for_all', `do_all', etc. You will find them in DS_CONTAINER, and in various other classes. ... Gec now supports agents. ...
1794 Berend de Boer
berenddeboer Send Email
Apr 27, 2010
3:56 am
Hi All, I might have missed it but are there agent iterators in Gobo in a recent version? Because I looked at DS_TRAVERSABLE and it didn't appear to have it. I...
1793 Eric Bezault
gobosoft Send Email
Mar 22, 2010
5:40 pm
... I don't think that it is up to system.xace to decide which compiler to use. ... OK, I'll try to add another entry in build.eant to compile explicitly with...
1792 berend@...
berenddeboer Send Email
Mar 22, 2010
5:14 pm
... Eric> I think that geant should have never been modified to Eric> replace ec by ecb. Or at least ecb should have been invoked Eric> only if the option ...
1791 Eric Bezault
gobosoft Send Email
Mar 22, 2010
4:55 pm
... I don't think that the fact that ecb is not compatible with ec is a problem limited to its use in geant. I already had to face this problem outside of...
1790 Jocelyn
djoce_net Send Email
Mar 22, 2010
1:09 pm
... Of course I know what you mean, I know you now :) However I didn't want to start this discussion again, but since you started see the "note: " below My...
1789 Eric Bezault
gobosoft Send Email
Mar 22, 2010
12:39 pm
... My remark was not about timing to deliver a solution, but more about why is it always "others" who have to adapt themselves. You see what I mean... As for...
1788 Jocelyn
djoce_net Send Email
Mar 22, 2010
10:32 am
... I guess my idea is more likely to be done in a few minutes than yours But I agree this would help to have ec's data compatible with ecb's data. Now, Gobo...
1787 Eric Bezault
gobosoft Send Email
Mar 22, 2010
9:53 am
... It was possible to do so when ISE was still using Ace natively. No effort has been made to make it work with ECF. I looked at some existing ECF files and...
1786 Eric Bezault
gobosoft Send Email
Mar 22, 2010
9:50 am
... How about making ec/ecb flexible? Just an idea... :-) -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
1785 Jocelyn
djoce_net Send Email
Mar 22, 2010
9:40 am
... In the meantime, this would make sense to use for instance an environment variable to overwrite this default. What about using GOBO_EC_NAME to precise...
1784 Eric Bezault
gobosoft Send Email
Mar 22, 2010
8:53 am
... Yes, there has been a request for that a long time ago because ecb compiles faster than ec. ... No, this is not currently possible. I think that a better...
1783 berend@...
berenddeboer Send Email
Mar 22, 2010
3:28 am
Hi All, I just detected that Gobo uses ecb instead of ec, and I know understand why I had problems when I compiled stuff with Gobo and EiffelStudio (always...
1782 berend@...
berenddeboer Send Email
Mar 22, 2010
3:26 am
Hi All, Any suggestions how I could use a precompiled base library? I usually have this: <mount location="${GOBO}/library/kernel.xace";/> That can be replaced...
1781 Eric Bezault
gobosoft Send Email
Feb 28, 2010
7:43 pm
Hi Paul, ... I just put in the git repository some documentation explaining how to add a new option to Xace. It's in $GOBO/doc/tools/new_xace_options.html. As...
1780 pgcrism Send Email Feb 22, 2010
4:19 pm
What class should I modify to be able to specify such an option? If it's possible, I would like to adapt gexace and then propose my modifications to the GOBO...
1779 Eric Bezault
gobosoft Send Email
Feb 22, 2010
4:06 pm
... No, it does not allow this kind of option yet. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
1778 pgcrism Send Email Feb 22, 2010
3:52 pm
Hello, We are developing applications that use Vision2. Our systems are built using the geant/gexace tools. Now that ISE allows using different syntax styles...
1777 Paul Cohen
pacoispaco@... Send Email
Jan 15, 2010
1:06 pm
2010/1/15 Cheng-Chang Wu <chengchangwu@...> ... Ok. ... Ok. Good luck and have fun! /Paul -- Paul Cohen www.seibostudios.se mobile: +46 730 787 035 ...
Messages 1777 - 1806 of 1822   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help