... The idea is that you have two separate deliveries of EiffelStudio and it is enough to simply define the ISE_EIFFEL environment variable to choose one...
14408
colinlema
Apr 7, 2009 5:12 pm
Often you'll have to clean the project and rebuild before the change from single threaded to multithreaded works. I believe ES gives a warning to this effect...
14407
Emmanuel Stapf [ES]
manus_eiffel
Apr 7, 2009 5:11 pm
If you are using the non-multithreaded version of the precompiled library then it won't pick up your project setting. Usually in this case, you should get a...
14406
Chris Saunders
saunders7777
Apr 7, 2009 5:03 pm
I'm writing a multithreading application and I think I may not have my project settings correct. When I start the application I'm getting a precondition...
14405
Heiko Gering
gheiko
Apr 7, 2009 4:10 pm
You find it in the ES menu execution/execution parameters. HTH Heiko ... From: "Paul Cohen" <pacoispaco@...> To: <eiffel_software@yahoogroups.com> Sent:...
14404
Paul Cohen
pacoispaco
Apr 7, 2009 3:18 pm
... Yes. The purpuse being: a) Humans can read and edit them in their favorite editor! b) You can commit them to your project source code repository so you or...
14403
Jocelyn Fiat [ES]
jfiat@...
Apr 7, 2009 2:54 pm
... unfortunately, it is storable files. Would you like it to be plain text file? Any specific purpose? If yes, you might fill a feature request, then we will...
14402
Paul Cohen
pacoispaco
Apr 7, 2009 12:44 pm
Hi, ... Sort of! Sorry, I was unprecise. I'm using EiffelStudio 6.2.7.3753. However I did find the ~/.es62/session directory. However the files there seem to...
14401
Chris Saunders
saunders7777
Apr 7, 2009 10:42 am
There have been no noticeable changes to EiffelBuild for quite some time. Is it still under development? My biggest desire, and perhaps for others, would be...
14400
Jocelyn Fiat [ES]
jfiat@...
Apr 7, 2009 10:18 am
On Windows it is somewhere in the local Application Data for instance : - on Win XP: %APPDATA%\..\Local Settings\ - on Vista: %APPDATA%\..\Local92;Eiffel...
14399
Paul Cohen
pacoispaco
Apr 7, 2009 9:18 am
Hi, Where are the execution parameters that can be set for a project in EiffelStudio stored? /Paul -- Paul Cohen www.seibostudios.se mobile: +46 730 787 035 ...
14398
cipher1024
Apr 6, 2009 1:34 pm
I downloaded ISE's draft of gobo using git and the address that Jocelyn provided and I'm now trying to use it. I keep getting errors in the decendants of FILE...
14397
cipher1024
Apr 6, 2009 10:31 am
Ok, good. Thanks a lot!...
14396
Jocelyn Fiat [ES]
jfiat@...
Apr 6, 2009 7:44 am
Of course, if you notice any issue (or better code), please report them. This will help having the best possible void-safe gobo. -- Jocelyn ... -- Jocelyn ... ...
14395
west.scott_g
Apr 6, 2009 6:49 am
Hello all, I'm trying to tinker around in some of the runtime bits of the ES Eiffel compiler. What's the best way to have the boot-strapping compiler co-exist...
14394
Emmanuel Stapf [ES]
manus_eiffel
Apr 6, 2009 5:05 am
... Yes, this is the idea. Manu...
14393
cipher1024
Apr 5, 2009 9:07 pm
So, if I understand it correctly, before it gets integrated, I should use the version of gobo you just showed me, right? Thanks! Simon...
14392
Jocelyn Fiat [ES]
jfiat@...
Apr 5, 2009 7:21 pm
Note that ISE made a first draft of void-safe conversion for most of the gobo's library It is waiting to be integrated with care by Gobo's team (aka Eric). ...
14391
colinlema
Apr 5, 2009 6:30 pm
Are you using gobo-safe as well? If you're using base-safe and gobo(normal), and gobo(normal) is using base(normal) then each class in base-safe and...
14390
cipher1024
Apr 5, 2009 6:24 pm
Hi everybody, I am trying to convert a library to void-safety with ES 6.4. The library depends on base and gobo and, when I switched from base to base-safe, I...
14389
andersoxie
Apr 5, 2009 5:20 pm
Hej I have a tree data structure in a decendant of the Base clusters class TREE and would like to view it for the user in an EV_TREE. I would also like to let...
14388
Chris Saunders
saunders7777
Apr 2, 2009 1:01 pm
Thanks very much Peter. I was being mislead by Decimal_base being selected when I double clicked on the error report. I knew that the function I was calling...
14387
Peter Gummer
peter_gummer
Apr 2, 2009 11:38 am
... Don't file a bug report for this, Chris. Just delete "res := " from the call. - Peter Gummer...
14386
Chris Saunders
saunders7777
Apr 2, 2009 10:54 am
Here it is: mpf_set_str (rop, str: POINTER; base: INTEGER) -- Took out the comment (it was long). external "C inline use %"gmp.h%"" alias "[ mpf_set_str...
14385
colinlema
Apr 2, 2009 4:30 am
Can you paste the definition of {MPF_FUNCTIONS}.mpf_set_str...
14384
Chris Saunders
saunders7777
Apr 2, 2009 3:25 am
Here is a creation function I'm writing: make_from_string (v: STRING_8) -- Initialization for current object. -- Set value from `v'. local res: INTEGER do ...
14383
Peter Gummer
peter_gummer
Apr 2, 2009 12:41 am
... Manu was not talking about exceptions raised by assertion failures. Manu was replying to a question about the FILE open routines. In this particular case,...
14382
dlebansais
Apr 1, 2009 11:39 pm
I have a couple thoughts about this topic. ... I just created a class with a feature having a postcondition that is always violated, and there will be no...
14381
Paul Bates
pa_bates80
Apr 1, 2009 4:57 pm
Chris, The option is a check box under the list of libraries when you add a precompiled library to your project. The precompile wizard does not have this...
14380
Thomas Beale
twbeale
Apr 1, 2009 8:17 am
In our openEHR project, we have a hand-coded parser for ISO8601 dates and times, where the parse functions have pre-conditions on the strings to be correct...