Search the web
Sign In
New User? Sign Up
gobo-eiffel · Gobo Eiffel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 361 - 392 of 1767   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
361
Hello gobo-users ! Can I do this ?: One class is writing data in a file, at the same time another class (the scanner) must be analyse this file. Must I use the...
mikeraschend
Offline Send Email
Mar 2, 2002
9:53 am
362
... It probably depends on your OS how/if you can read a file that is being written by another process. I think it is going to be tricky, because eof will...
Berend de Boer
berenddeboer
Online Now Send Email
Mar 2, 2002
7:51 pm
363
... In case when the producer and consumer are different processes, pipe will do. And it works on both *nix and Windows: VE provides the versions for both. I'm...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Mar 4, 2002
8:30 am
364
... eposix supports cross process pipes on POSIX and Windows. But Gobo currently supports only things that are available in all Eiffel compilers. -- Groetjes, ...
Berend de Boer
berenddeboer
Online Now Send Email
Mar 4, 2002
2:44 pm
365
... Thinking in terms of my C experience, this is easy to accomplish as long as certain precautions are followed. Assuming you have a single file handle, the...
Greg C
gmc444
Offline Send Email
Mar 5, 2002
6:01 pm
366
Hello All, SmallEiffel changed the C interface a bit with b19. I've patched the expat interface, I will commit it after I've VE working. And I still have big...
Berend de Boer
berenddeboer
Online Now Send Email
Mar 5, 2002
11:53 pm
367
I attempted to bootstrap the latest CVS version and received this error ... Error code: VEEN Error: unknown identifier. What to do: make sure that identifier,...
Glenn Maughan
glennmaughan
Offline Send Email
Mar 18, 2002
1:51 am
368
... Fix submitted, thnx. -- Groetjes, Berend. (-:...
Berend de Boer
berenddeboer
Online Now Send Email
Mar 18, 2002
7:40 am
371
Forgive the cross post. Yahoo has apparently changed it's privacy policy: http://www.theregister.co.uk/content/6/24683.html Go here: ...
neallester
Offline Send Email
Apr 4, 2002
10:06 pm
372
Hi, I'm just beginning with eiffel and I was wondering how do you put the equivalent of a "break" command from a loop in eiffel. Cheers....
doogleman
doogleman@...
Send Email
Apr 8, 2002
11:50 am
373
hello eiffelist! here is my first attempt of my bootstrap process, with win/gcc/ve 4.0 and yesterdays cvs. any idea ? (obviously , --define="GOBO_OS=unix"...
ltaesch
Offline Send Email
Apr 17, 2002
2:39 am
374
I have several shift/reduce conflicts in a grammar. The geyacc documentation (doc/geyacc/algorithm.html) states that, "Geyacc is designed to resolve these...
JosephKiniry
Offline Send Email
Apr 19, 2002
4:54 am
375
... I don't think so. Do you have an example which shows this behavior? -- Eric BeX-Mozilla-Status: 0009bosoft.com http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
Apr 19, 2002
8:35 am
376
Hi Eric, ... I'm not entirely sure if the problem was programmatic or human interpretation. Perhaps I just don't fully understand the semantics of the result...
Joseph R. Kiniry
JosephKiniry
Offline Send Email
Apr 22, 2002
10:13 pm
377
I've been working on a BON parser (ebon.sf.net). The BON grammar specification for geyacc has about 300 rules and the resulting FSM ~650 states. Needless to...
Joseph R. Kiniry
JosephKiniry
Offline Send Email
Apr 22, 2002
10:16 pm
378
... Personally I would prefer --html since long option names are preceded by --. ... I played a little bit with it, and it definitely looks like an added-value...
Eric Bezault
gobosoft
Offline Send Email
Apr 23, 2002
12:36 pm
379
... This is actually the same format as in GNU Bison. I didn't reinvent the wheel. ... OK. I'll try to do my best, despite the fact that I wrote this code 5...
Eric Bezault
gobosoft
Offline Send Email
Apr 23, 2002
12:37 pm
380
I am since a long time a programmer I find this product very interesting. I can execute interpreted code directly on my PC microprocessor ...
arthur90277
arthur90277@...
Send Email
May 16, 2002
6:02 pm
381
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gobo-eiffel group. File : / Looking...
gobo-eiffel@yahoogrou...
Send Email
May 20, 2002
3:18 pm
382
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gobo-eiffel group. File : / Click...
gobo-eiffel@yahoogrou...
Send Email
Jun 7, 2002
1:50 pm
383
Hello Eric, Perhaps you can enlighten me a bit what would be the difference between these two lex rules regarding run-time speed and memory efficiency: The...
Berend de Boer
berenddeboer
Online Now Send Email
Jun 12, 2002
4:15 am
384
... The first version should definitely be faster, but might produce a bigger executable (because the scanner is bigger, even though it will run at the same...
Eric Bezault
gobosoft
Offline Send Email
Jun 12, 2002
7:58 am
385
... Thanks, this gives me enough insight to proceed! -- Regards, Berend de Boer...
Berend de Boer
berenddeboer
Online Now Send Email
Jun 12, 2002
7:43 pm
386
I am running elj-win32 SE -0.74 on WinNT The following code: class TEST_LINKED_LIST creation make feature make is local a_list: DS_BILINKED_LIST[STRING] ...
neallester
Offline Send Email
Jun 14, 2002
12:11 am
387
Neal, Thank you for your bug report. I managed to reproduce the bug and it is now fixed in the CVS version of Gobo at SourceForge. I don't know which version...
Eric Bezault
gobosoft
Offline Send Email
Jun 14, 2002
11:57 am
388
Hello, I use the CVS-Version of GOBO. For XML I use the event-parser. In the class in wich I handle the events, I need also the information at wich position in...
mikeraschend
Offline Send Email
Jul 5, 2002
10:54 am
389
... While you are in an event callback, your_parser.position should be reverse assignable to XM_STREAM_POSITION which has the info you want. -- ...
Franck Arnaud
franck@...
Send Email
Jul 6, 2002
3:21 am
390
Hello, because of EiffelFox, my application need to pass a c compiler option "-DSMALL_EIFFEL" to SmallEiffel. I can't find any gexace option which can generate...
chengchangwu
Offline Send Email
Jul 8, 2002
7:36 pm
391
... This has already been discussed in gobo-eiffel-develop mailing list, and no satisfactory solution has been found yet. The problem with 'c_compiler_options'...
Eric Bezault
gobosoft
Offline Send Email
Jul 8, 2002
9:01 pm
392
Hello All, I took a somewhat longer look at geant today, and I'm at a complete loss how it is supposed to work. I've an intimate knowledge of Makefiles, so my...
Berend de Boer
berenddeboer
Online Now Send Email
Jul 9, 2002
4:39 am
Messages 361 - 392 of 1767   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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