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...
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:>...
... 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...
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...
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? ...
... 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...
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....
... Hmmm, just out of curiousity, how do you achieve the same thing with the other Eiffel compilers (apart from modifying the template Makefiles)? ... NAME:...
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...
... 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...
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. ...
... /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...
... 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...
... 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...
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...
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...
... 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...
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...
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> 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@...
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...
... 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. ...
... 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. ...
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...
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@...
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...