Skip to search.
visual-eiffel · Visual Eiffel

Group Information

? 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.

Messages

  Messages Help
Advanced
Messages 1018 - 1047 of 1047   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1018 Eugene Melekhov
eugene_melekhov Offline Send Email
Dec 7, 2005
2:06 pm
Joseph, JK> Has *anyone* successfully bootstrapped VE on Linux? Yes, I do it periodically. Please contact me if you need more concrete information/help about...
1019 Joseph Kiniry
kiniry Offline Send Email
Dec 9, 2005
2:48 pm
Hi Eugene, ... As I have already posted in the VE wiki, I successfully bootstrapped VE on Linux and am now reviewing the compiler architecture. Thanks for...
1020 Eugene Melekhov
eugene_melekhov Offline Send Email
Dec 15, 2005
11:46 am
Roger, I've removed the lvalue casts from the compiler/linker C sources and slightly modified the build.xml. Now you can try to build compiler with gcc 4 w/o...
1021 Roger Browne
eiffeltm Offline Send Email
Dec 17, 2005
9:11 pm
... Thanks Eugene, that works! I now have a VE compiler that can compile itself. I guess you weren't expecting a full bootstrap to work. If I change "gcc-2.95"...
1022 Colin Paul Adams
colin@... Send Email
Dec 18, 2005
7:48 am
... Roger> Thanks Eugene, that works! I now have a VE compiler that Roger> can compile itself. Does this include the ability to set the default stack size? -- ...
1023 Eugene Melekhov
eugene_melekhov Offline Send Email
Dec 20, 2005
9:13 am
Roger, RB> Thanks Eugene, that works! I now have a VE compiler that can compile RB> itself. RB> I guess you weren't expecting a full bootstrap to work. If I...
1024 Roger Browne
eiffeltm Offline Send Email
Dec 20, 2005
11:35 am
... I guess so. Have a look at class STACK_KEEPER src/compiler/rtl/stk_keep.e which is a "class to reserve memory on the stack". Regards, Roger Browne...
1025 grantrettke Offline Send Email Mar 7, 2006
8:46 am
Hi, I'm new both to Eiffel and VisualEiffel. I'm getting a compilation error trying to build a project and I'm not quite sure where to start. Basically I'm...
1026 Berend de Boer
berenddeboer Offline Send Email
Mar 9, 2006
7:28 am
... Hash: SHA1 ... Usuallly it helps to remove the existing clusters. Try: vec -eu - -- Live long and prosper, Berend de Boer (PGP public key:...
1027 Berend de Boer
berenddeboer Offline Send Email
Apr 1, 2006
9:19 am
... Hash: SHA1 Hello All, NICE is pleased to announce the availability of the results of the 2005 contest. Congratulations to all participants and thanks to...
1028 Eric Bezault
gobosoft Offline Send Email
Apr 19, 2006
7:47 am
Hello, Is there someone either at Object-Tools or in the open source community working on adding new Eiffel extensions to Visual Eiffel? Looking at the...
1029 Frieder Monninger
friedermonni... Offline Send Email
Apr 20, 2006
12:43 pm
... Object Tools has in the moment no plans to implement these features by our selfes. But we will support anyone outside who wants to do this. ... -- Frieder...
1030 Paul G. Crismer
pgcrism Offline Send Email
Apr 21, 2006
2:22 pm
Hello, ECLI v2.2 has been released. ECLI is an Eiffel library for Relational Database Access on top of CLI/ODBC. New - Blob/large data transfer - Information...
1031 Colin Paul Adams
colin@... Send Email
Jul 1, 2006
9:53 am
I'm getting the following error. What might cause it? Routine: make Tag: address: 1a7618, Eip: 1b833d Message: Attempt to write to inaccessible address Code:...
1032 Lothar Hansche
lohan@... Send Email
Jul 2, 2006
10:39 pm
... Dear Colin, From time to time I got this message too. I think I did found the reason. This message I get, if I compile with switch "finalize on" in...
1033 Roger Browne
eiffeltm Offline Send Email
Jul 4, 2006
9:46 am
Thank you Lothar for such a clear and thorough analysis of the cause of Error 10056 (and 10055, the corresponding "read" error). I've been troubled by these...
1034 Lothar Hansche
lohan@... Send Email
Jul 20, 2007
6:57 am
Hello, I'm using GOBO 3.5 together with VE 5.0b. Many thanks for the great new package. It works fine without precompiling. And I use geant instead now since a...
1035 Eric Bezault
gobosoft Offline Send Email
Jul 20, 2007
8:25 am
... I don't think it is possible to precompile a library from geant. Internally the geant <ve> task uses 'vec -a:' and not 'vec -p:'. I think you would have to...
1036 Lothar Hansche
lohan@... Send Email
Jul 23, 2007
9:16 pm
Hello Eric, many thanks for you fast anwer. ... I took the notice already beforehand. That wasn't my problem. I took the exec task: <exec executable="vec...
1037 Eric Bezault
gobosoft Offline Send Email
Jul 23, 2007
9:26 pm
... I don't know. I'll let Object-Tools answer this one. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
1038 Lothar Hansche
lohan@... Send Email
Jul 23, 2007
10:59 pm
Hello, I have trouble with negative values by using the routine from_integer (). The code is: from_integer (other: INTEGER) is -- Set the value to the given...
1039 Heiko Gering
heiko.gering@... Send Email
Dec 13, 2007
6:12 pm
Hello, in the last two days I refreshed my Eiffel knowledge and try to get familiar with the Displaymachine. Until there I have 2 problems: 1. Aftter using the...
1040 Heiko Gering
heiko.gering@... Send Email
Dec 14, 2007
4:59 pm
Hello, at least I found that when I save the resource as .dmf file it works. Then the .dmx resource also works (after I open it again), but not, when I after...
1041 Heiko Gering
heiko.gering@... Send Email
Dec 14, 2007
5:13 pm
Hello, at least I found that when I save the resource as .dmf file it works. Then the .dmx resource also works (after I open it again), but not, when I after...
1042 Object Tools
friedermonni... Offline Send Email
Dec 14, 2007
7:00 pm
did you have a look into the examples ? They are complete and ready to run ... -- Frieder Monninger Object Tools GmbH Nordstr. 5 - D 35619 Braunfels ...
1043 Heiko Gering
heiko.gering@... Send Email
Dec 18, 2007
7:03 am
of course I've checked the examples, they works fine and so I think my installation is OK. The confusion starts up, when I tried to create a new own test...
1044 Heiko Gering
heiko.gering@... Send Email
Jan 15, 2008
2:20 pm
Hello, I made an example similiar to the calculator example and save the resource file as .dmx file. After I run the app, it reports a missing resource file....
1045 Heiko Gering
heiko.gering@... Send Email
Jan 24, 2008
4:45 am
Hello, I try it again with this list. Althoug this example comes without warranty, I'm very interested in it. When I make File/New the app. hangs up. BTW...
1046 faihawy88 Offline Send Email Mar 6, 2009
11:17 pm
Hi my questions : from where should I get started ? I downloaded the registration key and the other file and also 'display machine' but I do not know The...
1047 Heiko Gering
heiko.gering@... Send Email
Mar 7, 2009
9:19 am
At first install VE, then the DM. Put the registration key in the bin folder and set the environment variable. Start the workbench and precompile the kernel...
Messages 1018 - 1047 of 1047   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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