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...
... 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...
... 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...
Hi, I am looking a the class NUMERIC. It defines a deferred infix "+". infix "+" (other: like Current): like Current is -- Sum with `other' (commutative). ...
... 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. ...
... 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...
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...
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...
... 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...
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...
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...
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...
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 ...
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...
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....
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...
... 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...
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,...
... 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...
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...
... 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...
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...
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...
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...
... 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...