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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 647 - 679 of 1767   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
647
Hi, I am trying to write a generic build file to compile c source code with all common c compilers on linux and on windows. I am using the 'exec' task to start...
weisznet <nozone@...>
weisznet
Offline Send Email
Feb 1, 2003
9:48 pm
648
hi this is anwar i would like to thank you for your help and if it possible to send the whole program. thanks anwar Franck Arnaud <franck@...> wrote:>...
anwar siam
anwarsiam2000
Offline Send Email
Feb 2, 2003
1:07 am
649
... Yes, you can use the built-in variable ${path_separator} so that you get c:${path_separator}foo${path_separator}bar${path_separator}baz.c To get rid of the...
Sven Ehrke
svenehrkeweb
Offline Send Email
Feb 2, 2003
8:46 am
650
Hi Sven, thanks for your reply. ... I am already using env variables. The leading c: is no problem. ... That's good, thanks for the hint. I will use that for...
Andreas Leitner
weisznet
Offline Send Email
Feb 2, 2003
4:41 pm
651
Hi, I have another geant question. Is there currently a way to cut of the file name extension (the '.e' thingies) of a file name stored in a geant variable? ...
weisznet <nozone@...>
weisznet
Offline Send Email
Feb 2, 2003
4:58 pm
652
... You could use a <set name="ps" value="${path_separator}"/> and then <set name="ewg.full_header_name"...
Sven Ehrke
svenehrkeweb
Offline Send Email
Feb 2, 2003
5:21 pm
653
... taken as ... because a slash ... part of a ... and that's ... <exec> ... separator ... approach ... Hi Sven, thanks again for the reply. Yes I am using...
weisznet <nozone@...>
weisznet
Offline Send Email
Feb 2, 2003
5:35 pm
654
Hi, I am trying to get my ewg sdl example to work on windows. To get vc to compile the generated code I need to give it some compiler and linker options....
weisznet <nozone@...>
weisznet
Offline Send Email
Feb 3, 2003
9:54 pm
655
... Hmmm, just out of curiousity, how do you achieve the same thing with the other Eiffel compilers (apart from modifying the template Makefiles)? ... NAME:...
Eric Bezault
gobosoft
Offline Send Email
Feb 4, 2003
3:13 pm
656
Hi Eric, thanks for the reply. ... To be honest I have not checked yet. Getting ewg to work on Windows is quite a challenging task and there are lots of issues...
Andreas Leitner
weisznet
Offline Send Email
Feb 4, 2003
4:40 pm
657
... No, currently we have only one. In order to have two we would need SE to support Ace's 'console_application'. Indeed, gexace does not know what C compiler...
Eric Bezault
gobosoft
Offline Send Email
Feb 4, 2003
7:52 pm
658
hi thank you for trying to help me but i think you dont understand what i want from you. sorry but thing i need is the whole program thank you not sugesting. ...
anwar siam
anwarsiam2000
Offline Send Email
Feb 4, 2003
8:09 pm
659
... Indeed I don't understand what you want. If you want to download the Gobo package, you can do so from the following page: ...
Eric Bezault
gobosoft
Offline Send Email
Feb 5, 2003
1:04 am
660
... /MD and similar options force the compiler to write names of the default libraries into the object code. The names can be supplied directly to the MS...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Feb 5, 2003
9:33 am
661
... Now thats interesting. What does it mean 'to write the names of the default libraries into the object code'? Does it mean the object file has an explicit...
Andreas Leitner
weisznet
Offline Send Email
Feb 5, 2003
10:35 am
662
... Yes. In fact, the object file contains the options for the linker. You can find it by searching for "-defaultlib:" in the object file (I've just tested it...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Feb 5, 2003
11:20 am
663
hi can u send me the whole program.thanks ... /MD and similar options force the compiler to write names of the default libraries into the object code. The...
anwar siam
anwarsiam2000
Offline Send Email
Feb 5, 2003
12:12 pm
664
... I'm not sure I understand the request. What program are you talking about? Alexander Kogtenkov Object Tools, Moscow...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Feb 5, 2003
1:03 pm
665
how can i design and test aprogram in eiffel that will calculate total usage times per user from afile of login and logout records.Every time auser logs into...
anwar siam
anwarsiam2000
Offline Send Email
Feb 5, 2003
1:04 pm
666
... This mailing list is for support of Gobo users, not for supporting university assignments. You might try your luck in comp.lang.eiffel. -- Regards, Berend...
Berend de Boer
berenddeboer
Online Now Send Email
Feb 5, 2003
7:11 pm
670
Hello All, how can I convert GOBO-UC_STRING's (internal UTF-8) a) UTF-8 to UCS-2 (original 2-byte unicode) b) UCS-2 to UTF-8 via GOBO routines? Are there...
Lothar Hansche
lohan49
Offline Send Email
Mar 5, 2003
1:05 pm
671
Hello, Has anyone implemented a parser that can validate XML against an XSD? Has anyone implemented a generator of Eiffel classes from an XSD definition, just...
Paul G. Crismer
pgcrism
Offline Send Email
Mar 6, 2003
12:53 pm
672
... Paul> Hello, Has anyone implemented a parser that can validate XML Paul> against an XSD? Depends upon the compiler you are using. EDOM ...
Colin Paul Adams
colin@...
Send Email
Mar 6, 2003
1:54 pm
673
... I can validate against a DTD and Relax NG (partially). However, the code is not in a shape for inclusion in Gobo. The validator core is available at my...
Berend de Boer
berenddeboer
Online Now Send Email
Mar 7, 2003
7:07 am
674
... Hello, It is possible to work in class UC_STRING internal with 16-Bit Original Standard UNICODE values? Then I could print out the UCS-2 coded string. ...
Lothar Hansche
lohan49
Offline Send Email
Mar 7, 2003
1:44 pm
675
... The correct way will be to convert to and thro UC_UTF16_STRING but this is yet to be written. Some routines in UC_UTF16_ROUTINES but that's not complete. ...
Franck Arnaud
nenieorg
Offline Send Email
Mar 7, 2003
8:37 pm
676
The Non-Profit International Consortium for Eiffel (NICE) is proud to announce the launch of the 2003 Eiffel Struggle. after a two-year hiatus, the Struggle...
Eiffel NICE
nice_announce
Offline Send Email
Mar 10, 2003
3:32 am
677
... You can't. -- Live long and prosper, Berend de Boer...
Berend de Boer
berenddeboer
Online Now Send Email
Mar 10, 2003
7:40 am
678
Hello Berend, ... The solution from Frank Arnaud via UC_STRING.item_code works. ... OK, I didn't found any routines as well; thanks for the answer. Gruss ...
Lothar Hansche
lohan@...
Send Email
Mar 10, 2003
10:19 pm
679
Hello Frank, ... I think the UTF-16 encoding doesn't be the same code how UCS-2. I'm right? ... Yes, it helps. Thanks a lot of the usefull tip of the week. It...
Lothar Hansche
lohan@...
Send Email
Mar 10, 2003
10:19 pm
Messages 647 - 679 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