Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

eiffel_software · Eiffel Software User list

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1380
  • Category: Development
  • Founded: Oct 30, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 927 - 956 of 20499   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
927 vrhj2000 Send Email Nov 1, 2002
2:56 pm
No, my question is like making to create things like for example EiffelBase, to be reused later in other developments Thankz...
928 boxer41a Send Email Nov 1, 2002
7:00 pm
The post condition of `set_pixmap&#39; from EV_PIXMAPABLE says "... and pixmap /= a_pixmap". Should that be "=" not "/="? set_pixmap (a_pixmap: EV_PIXMAP) is --...
929 Brian Heilig
heiligb Send Email
Nov 1, 2002
7:06 pm
... a_pixmap I think this means that a copy is guaranteed versus an assignment....
930 boxer41a Send Email Nov 1, 2002
7:26 pm
Hit the send button too soon. Here is the code that caused the violation. This is in an EV_TREE_ITEM. It brings up several questions. local pix: EV_PIXMAP do...
931 boxer41a Send Email Nov 1, 2002
7:40 pm
What you say makes since. Drawing on the pixmap, I think, does not change the pixmap, just the screen representation? IOW drawing a line on it does not put a...
932 boxer41a Send Email Nov 1, 2002
7:50 pm
In Eiffel 5.2 menu option "Project/Project Settings", "clusters"; tab, what is the defference between the "override"; checkbox beside "library" and "all" and the...
933 Chris Saunders
saunders7777 Send Email
Nov 1, 2002
8:11 pm
When I start up Eiffel Studio 5.2 the window is placed on the screen so that it is partially obscured. Is there a setting somewhere that I can change so that...
934 Emmanuel STAPF [ES]
manus_eiffel Send Email
Nov 1, 2002
8:18 pm
... We do not store the previous location for EiffelStudio, so its position is set by Windows or your window manager on Unix. However if you maximize...
935 Emmanuel STAPF [ES]
manus_eiffel Send Email
Nov 1, 2002
8:26 pm
... The override cluster is a cluster which overrides the other cluster classes. That is to say, if you have two clusters `a' and `b', both have a class `A'....
936 Todd Plessel
Plessel.Todd@... Send Email
Nov 2, 2002
4:48 am
OK, here is one data point: I developed a "shellsort&quot; benchmark program set for comparing lowest-level (primitive/basic/built-in data type)...
937 fokou68 Send Email Nov 2, 2002
8:29 am
Hello ISE, Remember the working directory ============================== In the project configuration dialog, the working directory entry is very usefull. I...
938 Ed Mathias
edward_mathias Send Email
Nov 2, 2002
6:43 pm
What's the trick to get free version ENVISION to generate a WINFORMS_FORM .NET based project? The help addresses how to generate a project from the wizard in...
939 Peter Horan
peter7723 Send Email
Nov 2, 2002
11:54 pm
... The point I was making was that the gains are made not by the language, but by what the language enables. to compare at the algorithm level will not ...
940 Peter Horan
peter7723 Send Email
Nov 3, 2002
12:00 am
... The point I was making was that the gains are made not by the language, but by what the language enables. to compare at the algorithm level will not ...
941 Colin Bright
colindbright Send Email
Nov 3, 2002
10:34 am
Manu, Berend, Thanks for your replies to my posting. Manu, you confirmation that byref params will be supported is very welcome, as are your answers to my ...
942 Raphaël Simon [ES]
raphaels_eiffel Send Email
Nov 4, 2002
8:45 am
Take a look at the samples, many are using windows forms. They would be a good starting point. HTH, Raphaël. ... From: Ed Mathias...
943 Brian Heilig
heiligb Send Email
Nov 4, 2002
3:54 pm
... I couldn't agree more. The impetus for my inquisition is from the Eiffel FAQ: "How fast is Eiffel's run-time performance? FAST. Eiffel Software has shown...
944 boxer41a Send Email Nov 4, 2002
8:57 pm
It did not help. I tried rebooting. Also, recompiling the project. ... if ... either ... content of ... \include ... of...
945 Brian Heilig
heiligb Send Email
Nov 4, 2002
9:31 pm
I can't precompile the multi-threaded version of WEL. Is it available in the free version? I click tools >> Precompilation Wizard...and select wel_mt. After ...
946 Berend de Boer
berenddeboer Send Email
Nov 5, 2002
2:55 am
... Don't know. ... Perhaps a bug in the Makefile? Try prefixing the del command with a minus ('-') sign and rerun your make tool. Regards, Berend. (-:...
947 Emmanuel STAPF [ES]
manus_eiffel Send Email
Nov 5, 2002
3:56 am
... There was a delivery issue which caused the file to be absent from the delivery. To rebuild it, simply edit the file `mt-makefile.bcb' in ...
948 Jim McDonald
glaikitt Send Email
Nov 5, 2002
11:47 am
I'm trying to use EiffelStudio 5.2 under Windows 98, but have the following problem. I've been following the WEL tutorial, but cannot get either the ...
949 Volkan Arslan
Volkan_Arslan@... Send Email
Nov 5, 2002
1:48 pm
Hello, is it possible with Eiffel for .NET to use the P/Invoke mechanism like in C#? Example in C#: [DllImport("kernel32.dll")] public static extern bool...
950 Emmanuel STAPF [ES]
manus_eiffel Send Email
Nov 5, 2002
4:28 pm
No need for faking Pinvoke in Eiffel, just use the default Eiffel mechanism to call external C features. So in your example, simply do feature_1 (arg1, arg2:...
951 Patrick Schoenbach
pschoenbach Send Email
Nov 5, 2002
4:35 pm
... URL seems not working. Patrick -- ... Eiffel Software email: Patrick.Schoenbach@... URL: http://www.eiffel.com...
952 Patrick Schoenbach
pschoenbach Send Email
Nov 5, 2002
4:36 pm
... oops, my fault. Did not see it was two lines. Patrick -- ... Eiffel Software email: Patrick.Schoenbach@... URL: http://www.eiffel.com...
953 Emmanuel STAPF [ES]
manus_eiffel Send Email
Nov 5, 2002
5:57 pm
... I believe it does save the entry however there is an issue that makes the first entry you ever entered to be used all the time even though you have set new...
954 Emmanuel STAPF [ES]
manus_eiffel Send Email
Nov 5, 2002
6:16 pm
If you are using Borland as a C compiler, take a look at my previous post on this similar issue except it was a problem on Windows NT 4.0 at ...
955 Emmanuel STAPF [ES]
manus_eiffel Send Email
Nov 5, 2002
7:03 pm
... It is hard to answer such question with a single answer. It always depends on what you try to achieve. I suggest that you read `OOSC 2nd edition' from...
956 Jonathan S. Ostroff
jonathan_ost... Send Email
Nov 6, 2002
2:35 am
I created a small app in EiffelBuild, compiled and obtained the ... Error code: VEEN Error: unknown identifier. What to do: make sure that identifier, if...
Messages 927 - 956 of 20499   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help