... This has always been the case as far as I know so this is definitely not a bug, but the intended behavior. The issue is the meaning of current working...
3549
Ken Stauffer
kenneth_eiffel
Mar 8, 2004 10:25 am
I just want to agree with your comments. I have seen this same behavior, and would also like to see Eiffel Studio fixed/changed so that they set the current...
3548
Paul Cohen
paco@...
Mar 8, 2004 10:10 am
Hi! I am having a problem with the way EiffelStudio handles relative cluster paths in Ace files. I believe it is due to a "bug" in how EiffelStudio interprets...
3547
Oliver
ojcurl
Mar 7, 2004 4:01 pm
Hi Manu, Thank you for your help with the problem below, my simple example now works correctly. I am now trying another method of implementing remoting using...
... The issue is that in D without the `select' clause you end up with two routines with different names and same implementation. The reason why the `select'...
3544
Berend de Boer
berenddeboer
Mar 6, 2004 12:41 am
... Hash: SHA1 ... The C compiler excepts a list of libraries to look in, in for example the LIB env var. In this particular case it is a Microsoft library...
3543
MG
mgfint
Mar 5, 2004 7:08 pm
Hi Eun, Contact Matisse directly, they've plenty of documentation and code examples for Eiffel. Very helpful people. Markus I've stopped 11,793 spam messages....
3542
Oliver
ojcurl
Mar 5, 2004 6:34 pm
Hi, I am trying to create a very simple remoting system and my remoting client console application uses the following lines to create a proxy: proxy :...
3541
Eun Choi
my_eunchoi
Mar 5, 2004 6:23 am
Is there any tutorial for the Eiffel-Matisse interface? Thank you in advance, Eun __________________________________ Do you Yahoo!? Yahoo! Search - Find what...
3540
Jonathan S. Ostroff
jso5762
Mar 5, 2004 3:56 am
Here are four classes A,B,C,D. The compiler insists that D should contain the select clause even though there is no redefinition, just renaming. Is there any...
3539
Gary Smithrud
smithrud
Mar 5, 2004 2:10 am
Well, where is the library? How do you refer to it? If you are using an environment variable, then you can refer to that variable. Basically, the libraries...
3538
Berend de Boer
berenddeboer
Mar 4, 2004 11:50 pm
Hello ISE, Is there a way to include a library (.lib) file without specifying the full path? Platform is Windows, compiler is BCC5.5. The issue is that in the...
3537
Ben Packard
swordofpork
Mar 4, 2004 9:10 pm
Sorry if this is an inappropriate place to ask, but I have noticed that a number of Eiffel Software employees post here, and was hoping for an official contact...
3536
Paul Bates [ES]
pa_bates80
Mar 4, 2004 12:43 am
Hello Xavier, Most of these facilities are available in the class view in the form of a tree view. Eiffel ENViSioN! has to follow the model of Visual Studio ...
3535
xp
xp75
Mar 3, 2004 11:26 pm
Hello, I have tried Envision with .Net 2002 and I notice that the environment does not provide the powerfull browsing facilities (client/supplier, inheritance,...
3534
Martin East
east_martin
Mar 3, 2004 6:26 pm
... thought. ... your proposal ... Hallo Peter, my current example would involve too much background explanation - suffice to say that it is useful to be able...
3533
Peter van der Werf
peterw@...
Mar 3, 2004 3:32 pm
It seems as if the knowledge and insights of people like Dijkstra, Hoare, Dahl, Gries, and many others, is slipping into oblivion. The use of loop invariants...
3532
Peter van der Werf
peterw@...
Mar 3, 2004 3:26 pm
Hello Martin, To me your suggestion sounds worthwhile enough to give it serious thought. Are you able to come up with a concise example that illustrates your...
3531
Martin East
east_martin
Mar 3, 2004 2:16 pm
Maybe this is the wrong forum (what's the recommended path to submit eiffel language requests?) but I'd be interested to know if others would appreciate this...
3530
Emmanuel Stapf [ES]
manus_eiffel
Mar 3, 2004 2:49 am
Our support web page is at: http://support.eiffel.com To fill a bug report: http://support.eiffel.com/cgi-bin/submit-bug.pl Manu...
3529
Emmanuel Stapf [ES]
manus_eiffel
Mar 3, 2004 2:47 am
... We have introduced ISE_CFLAGS so that our users could easily add their own C compilation flags to the C compiler. If you set this environment variable with...
3528
Chris Saunders
saunders7777
Mar 3, 2004 2:43 am
I couldn't fine where to make a bug report. I used to be able to find it so maybe this is a weakness of your new website. I am getting a syntax error from...
3527
Chris Saunders
saunders7777
Mar 3, 2004 2:19 am
Thanks Manu There were actually two questions there. Does this setting of the environment variable ISE_CFLAGS affect other C flags that would ordinarily be set...
3526
Emmanuel Stapf [ES]
manus_eiffel
Mar 3, 2004 2:09 am
... As far as I could find it implies that your application will now be linked with WINSOCK 2.0 and therefore will only work on platforms supporting it. Unless...
3525
Chris Saunders
saunders7777
Mar 3, 2004 1:31 am
Thanks Manu I tried setting up this environment variable and the project built just fine. Just one question. Is it safe to leave this variable set when ...
3524
Paul Bates [ES]
pa_bates80
Mar 2, 2004 4:58 pm
Paul, I see what the problem is. To resolve the problem of having two string objects, and Eiffel STRING and a .NET SYSTEM_STRING, STRING implicitly converters...
3523
Oliver
ojcurl
Mar 2, 2004 2:05 pm
Hi Paul, I finally solved the problems I was having generating the proxy. I did have to change the name of the assembly. I also added an extra item to the...
3522
Paul G. Crismer
pgcrism
Mar 2, 2004 10:04 am
Thanks Paul. Unfortunately it does not work. Here is what I've written : indexing class_attribute: create {WEB_SERVICE_ATTRIBUTE}.make ...