But this is saying that CMD.EXE cannot be made to work. So there is no chance that this will work when hitting F5 from workbench mode. So I think I shall have...
8623
Peter Gummer
peter_gummer
Mar 1, 2006 11:45 am
... Can EiffelStudio be convinced to run system32\command.com instead of cmd.exe, perhaps by setting an environment variable? Even so, you may find that you...
8624
Emmanuel Stapf [ES]
manus_eiffel
Mar 1, 2006 4:07 pm
... It can but not for launching console applications which have nothing to do with `cmd.exe' or `command.com39;. The only place we use `cmd.exe' is for...
8625
grantrettke
Mar 1, 2006 6:43 pm
Hi, I am looking a the class NUMERIC. It defines a deferred infix "+". infix "+" (other: like Current): like Current is -- Sum with `other' (commutative). ...
8626
Emmanuel Stapf [ES]
manus_eiffel
Mar 1, 2006 7:11 pm
... To make the story short, addition for those types is magically handled by the compiler. In the future we might make it more obvious that it is magic. ...
8627
grantrettke
Mar 1, 2006 10:24 pm
Hi, Is it possible to use P/Invoke with Eiffel .NET projects?...
8628
Emmanuel Stapf [ES]
manus_eiffel
Mar 1, 2006 10:30 pm
... When you use an external in your Eiffel code, then the generated call will include a P/Invoke call to call the requested external. Regards, Manu...
8629
Colin Adams
CAdams@...
Mar 2, 2006 8:35 am
Can this be made the default (I can't find a preferences setting for it)? "This e-mail is confidential and is intended only for the addressee(s) shown. If you...
8630
Jimmy Johnson
boxer41a
Mar 2, 2006 2:42 pm
What is the largest double representable in an Eiffel system? I found the following code in a math library which is part of a class containing features to...
8631
saunders7777
Mar 2, 2006 8:23 pm
I'm using a WEL_OPEN_FILE_DIALOG in my project and am adding the flag Ofn_multiselect so that I can opem multiple files. This works to open multiple files but...
8632
steven_m_wurster
steven_m_wur...
Mar 2, 2006 8:41 pm
... Hey, I wrote that code! I didn't write the algorithm, however. That came from the source cited in the comment, and of course that book is at home and I'm...
8633
Jimmy Johnson
boxer41a
Mar 3, 2006 4:56 am
Steve, Yes, I have your name in the code. I just did not know if I should put it on this group. Thanks for responding. Was hoping you would know why it...
8634
CRISMER Paul-Georges
paul-georges.crismer@...
Mar 3, 2006 11:04 am
Sized numbers have all the same min and max value on all architectures.
That is why they are hard-coded.
NATURAL_32 : 0 .. 2^32 - 1
NATURAL_8 : 0 .. 2^8 - 1...
8635
Till G. Bay
till_bay
Mar 3, 2006 3:03 pm
Dear all, I am happy to announce the release of EiffelMedia 0.8.0 cow edition. With this new release EiffelMedia now * supports OpenGL Shaders (you will need a...
8636
aweissen1
Mar 3, 2006 4:36 pm
Is it possible to determine which object called an agent procedure? Currently I'm doing this: foo.extend (agent bar (foo)) bar (source: ANY) is local f: FOO do...
8637
Emmanuel Stapf [ES]
manus_eiffel
Mar 3, 2006 4:56 pm
At the moment, the buffer that receives the multiple files is limited to 1024 in the WEL_FILE_DIALOG. As a temporary measure, you can increase this value (see ...
8638
Chris Saunders
saunders7777
Mar 3, 2006 5:21 pm
Thanks Manu. I did a little digging and discovered this myself. I had to create my own class by copying the source of WEL_OPEN_FILE_DIALOG and setting the...
8639
Colin Paul Adams
colin@...
Mar 3, 2006 9:18 pm
Hi, Till, I downloaded it today. Nice to see gexslt being used for real :-) I'm hoping my team leader at work will want to use it too - he has made noises in...
8640
grantrettke
Mar 5, 2006 4:35 pm
Hi, While nstalling EiffelStudio 5.5 enterprise edtion, precompiling the three available libraries fails. Steps: 1. Installed VS.NET 2005. 2. Installed ES 5.6....
8641
grantrettke
Mar 5, 2006 4:38 pm
Followup. I activated ES and tried building a sample project. I get the same kind of failure as during the attempted precompile. This time, the compile only...
8642
Berend de Boer
berenddeboer
Mar 6, 2006 12:55 am
... Hash: SHA1 ... Just saw this. Can we be held legally responsible for this kind of nonsense disclaimers? I suggest people remove this legalise. It serves no...
8643
Ognian Pishev
pishev
Mar 6, 2006 1:17 am
Or don't use an office e-mail address for this type of communication. O. Pishev ... From: Berend de Boer To: eiffel_software@yahoogroups.com Sent: Monday,...
8644
Peter Horan
peter7723
Mar 6, 2006 5:15 am
... Looks like something is going wrong starting the C compilation. To check, open a cmd window and try executing nmake. If the system cannot find it, then the...
8645
Andreas Leitner
weisznet
Mar 6, 2006 7:17 am
EWG (Eiffel Wrapper Generator) is a tool that generates Eiffel wrapper classes for C libraries. It can be used to create libraries that bridge the gap between...
8646
Roger Browne
eiffeltm
Mar 6, 2006 8:03 pm
... Sure the disclaimer serves a purpose. It announces to the world that the company is careless with where they send confidential emails, and that the company...
8647
nhojasperin@...
nhojasperin
Mar 7, 2006 9:25 am
Hello to everyone. I am new here and I am getting started on Eiffel. I may sound naive and ignorant, but may I ask if there is any online documentation on how...
8648
Ged Byrne
gedb01
Mar 7, 2006 12:27 pm
The best place to start is with the Bon Method. There a very good PDF available here: http://www.bon-method.com/index_normal.htm Regards, Ged ... [Non-text...
8649
nhojasperin@...
nhojasperin
Mar 7, 2006 3:35 pm
Wow, Thanks Ged! I'm surprised it's the complete book download. Thanks again... Now, I'll get started... ... Sign up and get your 30GB webmail at...
8650
saunders7777
Mar 7, 2006 5:19 pm
When attempting to generate the documentation for a project using EiffelStudio56 free edition I get this error if I select the "Cluster diagrams (may take a...
8651
Emmanuel Stapf [ES]
manus_eiffel
Mar 7, 2006 5:26 pm
... It would be most likely a bug if this error only comes up when you select the `cluster diagram' generation. If you can reproduce it, send us a problem...