... The whole idea behind my example is that the class is both expanded and attributeless. Because of that there is no way to create an object in "some other...
17480
aweissen1
Sep 1, 2010 5:07 pm
Is it possible to have EiffelStudio point to a local documentation reference, instead of opening up a page at docs.eiffel.com? If yes, could someone point me...
17481
Jonathan S. Ostroff
eiffelspec
Sep 1, 2010 9:55 pm
Manu: Thanks for the helpful hint below. I am assuming that thread safe here means that all calls to do_once_on_idle are done atomically, so that we do not ...
17482
Jimmy Johnson
boxer41a
Sep 2, 2010 3:30 am
... You know, I have been using Eiffel for about 20 year and have thought it was the best thing ever, until recently when I have had the need for web and...
17483
Jimmy Johnson
boxer41a
Sep 2, 2010 3:46 am
I know this has been answered before but I cannot find it. Sorry. error code: VGCC(6) ...call to improper feature... Class: BLOCK Source class: FIXED_LIST...
17484
Peter Gummer
peter_gummer
Sep 2, 2010 3:52 am
... Hi Jimmy, create make_filled - Peter Gummer...
17485
Peter Gummer
peter_gummer
Sep 2, 2010 3:57 am
... Hi Jimmy, Marco suggested that you install MySQL. Did you do that? - Peter Gummer...
17486
CRISMER Paul-Georges
paul-georges.crismer@...
Sep 2, 2010 8:54 am
Is MySQL access through ODBC an option? What about trying the ECLI library? (http://www.eiffelroom.org/library/ecli <http://www.eiffelroom.org/library/ecli> )...
Hi, Does ECLI work with ISE 6.6. I read it has been tested with 6.3. Actually neither ECLI nor esql compile with 6.6 when I try. Philippe ... De: CRISMER...
17488
Jimmy Johnson
boxer41a
Sep 2, 2010 10:43 am
Yes, thanks Peter, but I don't want that as a creation feature, so to what class do I restrict the creation exportation. That is not obvious from the error...
17490
Jimmy Johnson
boxer41a
Sep 2, 2010 11:06 am
I'll look at that library. It's just that I would expect this to work out of the box. The store library has been in the distribution for years. I expected...
17492
Jocelyn Fiat
djoce_net
Sep 2, 2010 3:49 pm
The issue you point out with PDF generation is indeed a known problem. In the meantime, you can download the HTML export version of the documentation. You will...
17493
glaikitt
Sep 2, 2010 3:56 pm
I'm using Windows 7, Eiffel 6.6 and ODBC with MS Access and my applications work ok. I also compiled esql ok, although I did have to copy the utilities...
17494
Jocelyn Fiat
djoce_net
Sep 2, 2010 3:56 pm
What about? create {BLOCK} make_filled -- Jocelyn ... [Non-text portions of this message have been removed]...
17495
aweissen1
Sep 2, 2010 10:01 pm
... Thank you very much Jocelyn (and by extension, ISE.) Anthony...
17496
Berend de Boer
berenddeboer
Sep 3, 2010 5:12 am
... Philippe> Hi, Does ECLI work with ISE 6.6. I read it has been Philippe> tested with 6.3. Actually neither ECLI nor esql compile Philippe> with 6.6 when I...
17497
Peter Gummer
peter_gummer
Sep 3, 2010 5:20 am
... I've never tried compiling ECLI in either version, but I bet it depends on what mode you compile in, because 6.6 changed the meaning of "default" mode. ...
17498
CRISMER Paul-Georges
paul-georges.crismer@...
Sep 3, 2010 2:06 pm
What is your understanding of "out-of-the-box" ? a) install/copy files and run ? b) install, configure, and run ? c) ... If you read the installation...
17499
Jimmy Johnson
boxer41a
Sep 3, 2010 4:05 pm
... Paul, I expect to be able to compile an example using the ecf file provided and to run the resulting executable. As I said, when I run the system from...
17500
Thomas Beale
twbeale
Sep 3, 2010 6:32 pm
* * I am sure this has been discussed before, but not while I was looking... I only just realised that INTEGER_8, _16, _32, _64 and likewise for NATURAL_XX...
17501
Peter Gummer
peter_gummer
Sep 3, 2010 8:35 pm
... I think Paul was talking about the ECLI instructions. I think he misunderstood your previous message, where you were clearly complaining that the store...
17502
Peter Gummer
peter_gummer
Sep 3, 2010 8:38 pm
... Gobo compiles in 6.6 mode if you use the modified Gobo libraries that are installed with EiffelStudio. This occurs automatically if you use the Gobo...
17504
DJ
djenkins99a
Sep 5, 2010 11:41 am
I'm confused about the state of the libraries that come with EiffelStudio 6.6 and how to use them correctly. This is because I -- downloaded and extracted...
17505
Emmanuel Stapf [ES]
manus_eiffel
Sep 5, 2010 3:47 pm
... The issue is that to use void-safety all the code has to be compiled using void-safe libraries. So after changing your project settings, you have to use...
17506
Thomas Beale
twbeale
Sep 6, 2010 4:15 pm
I remembered to look at the ECMA spec, and discovered classes INTEGER_GENERAL (covering INTEGERs and NATURALs), REAL_GENERAL and CHARACTER_GENERAL. At the...
17507
DJ
djenkins99a
Sep 7, 2010 11:31 am
Manu, Thank you for the reply. Your instructions worked exactly, with one slight variation. Out of impatience I precompiled the base and vision2 libraries from...
17508
Thomas Beale
twbeale
Sep 7, 2010 4:06 pm
One of the ongoing annoyances of dealing with basic types in Eiffel is that there is no standard way (at least that I know of) of rendering a primitive object...
17509
Jimmy Johnson
boxer41a
Sep 7, 2010 4:36 pm
How do I declare a list of procedures in such a way that the list can be redefined when the target, procedure, and arguments to it become know [in the...
17510
Emmanuel Stapf [ES]
manus_eiffel
Sep 7, 2010 5:28 pm
At the moment those classes are not yet planned. Nevertheless, the question to ask is not what classes are missing, but which features you are actually missing...
17511
Thomas Beale
twbeale
Sep 7, 2010 6:41 pm
... well that might sometimes be the case, but without INTEGER_GENERAL, etc, the library does not function as an ontology for the INTEGER, REAL, NATURAL or...