Hi, In EiffelStudio, have you ever tried to select `Unlink context tool' from the View menu? If not, I'm encouraging you to do so. It opens the door to more...
3
Emmanuel STAPF
manus_eiffel
Nov 7, 2001 10:48 pm
ISE AT COMDEX NOVEMBER 12-16 Come by and visit us at booth L4852, we will be happy to see you and answer any questions you may have. For more information...
4
Emmanuel STAPF [ISE]
manus_eiffel
Nov 10, 2001 7:12 pm
Hi, With ISE EiffelStudio 5.1 on Windows, we will be providing a preview of Eiffel for .NET. This is no longer Eiffel# but real Eiffel, including: - Support...
5
James Heliotis
jeh@...
Nov 10, 2001 10:09 pm
Emmanuel, Do you have release dates for EiffelStudio 5.1 for Windows, or 5.whatever for Solaris? Thanks, Jim ...
6
Hubert Cater
cs962257
Nov 11, 2001 1:07 am
Hi, Just a quick question, will version 5.1 support win 95/98/me? Hubert...
7
Emmanuel STAPF
manus_eiffel
Nov 11, 2001 2:27 am
... This version will support for the Windows platform the following OS: - Windows 98/Me - Windows NT4 - Windows 2000 - Windows XP For the Enterprise Suite, we...
8
Hubert Cater
cs962257
Nov 11, 2001 5:18 am
... This is good news. ... Just curious if there is any particular reason, and what will be the main differences between the Enterprise Suite and other...
9
Volkan Arslan
Volkan_Arslan@...
Nov 11, 2001 5:42 am
... I hope, that for .NET XP will be supported. Regards, Volkan Arslan...
10
Emmanuel STAPF [ISE]
manus_eiffel
Nov 11, 2001 6:04 pm
... Definitely. The line marked ** should be understood as "it will only be for machines running Windows 2000 or XP". Regards, Manu ... ISE Building, 360...
11
Michele Krijnen
mekrijnen
Nov 13, 2001 10:50 am
HI there, I am by no stretch of any imagination a C (C++) programmer, and am having trouble working out exactly how to interface Eiffel with the Shell32 API....
12
Berend de Boer
berenddeboer
Nov 13, 2001 12:05 pm
... I suggest you write the function in C, should be easy by copying examples from the MSDN and call that function from Eiffel. There is really some help in...
13
FOKOU Guy
fokouk
Nov 13, 2001 3:43 pm
A simple situation with EiffelStudio 1. create a new project 2. start compilation 3. After some time, compilation stops for any reason (compilation error, ...
14
Emmanuel STAPF [ISE]
manus_eiffel
Nov 13, 2001 5:55 pm
Here is what I would suggest: c_shell_notify_icon(msg: INTEGER; data: POINTER): BOOLEAN is external "C [macro <Shellapi.h>] (DWORD, PNOTIFYICONDATA):...
15
Emmanuel STAPF [ISE]
manus_eiffel
Nov 13, 2001 6:00 pm
... The 5.1 release will be simultaneous on Windows, Linux and Solaris. Other unix platforms will come later. Regarding the date, it will be later this month. ...
16
Emmanuel STAPF [ISE]
manus_eiffel
Nov 13, 2001 6:12 pm
Dear Guy, ... This is on our wish list. Our recommendation is that one has to make sure he successfully compiled his system before leaving EiffelStudio so that...
17
CRISMER Paul-Georges
paul-georges.crismer@...
Nov 14, 2001 8:37 am
18
Mark Bruscke
bruscke
Nov 14, 2001 11:01 pm
Hi everyone, I'd like to see an option in ISE Eiffel to allow a user to opt-OUT of the recommended Eiffel case conventions. Specifically, I'd like to see an ...
19
Emmanuel STAPF [ISE]
manus_eiffel
Nov 14, 2001 11:30 pm
Dear Sir, There must be some confusion here. ISE Eiffel has always accepted any names since the language is case insensitive. So everything you mentionned in...
20
Rex Fowler
rex_fowler_vm
Nov 15, 2001 2:32 pm
Subject: [ise_users] Allowing "Camel case" Mark Bruscke wrote ... ... I would like to register a vote in opposition to splintering off into optional ...
21
jeremy gardiner
oldsalo
Nov 15, 2001 4:49 pm
... In my experience, there are rarely more heated arguments between software developers than over differences of style, e.g., the use of underscores, case,...
22
Loryn E. Jenkins
loryn_jenkins
Nov 15, 2001 7:12 pm
... Jeremey, the problem with allowing Camel Case is not that the dev studio cannot remap eiffel-style into camel case and vice versa; rather, it is that...
23
Sam Gonzalez
sam26349
Nov 15, 2001 7:14 pm
... That's a splendid idea. I've seen other conversion tools before - in HTML tools that convert the case of tags. However, the complexity lies in every other...
24
bruscke@...
bruscke
Nov 15, 2001 7:38 pm
Thank you Manu, Rex and Jeremy, for your responses. Manu: The difficulty is with ISE Iffel's pretty printer. Either one conforms to the recomended style and...
25
bruscke@...
bruscke
Nov 15, 2001 7:38 pm
Thank you Manu, Rex and Jeremy, for your responses. Manu: The difficulty is with ISE Iffel's pretty printer. Either one conforms to the recomended style and...
26
FOKOU Guy
fokouk
Nov 16, 2001 6:05 am
Hi, My project wich uses UNIX_CLIENT does not compile completely. The last stage of the C-compilation fails because some external references have not been...
27
bruscke@...
bruscke
Nov 17, 2001 10:55 pm
Hi guys, I'm having trouble with getting inheritance links to appear in BON diagrams in Eiffel studio. I had an early version where the problem appeared; I...
28
Kermit Alexander
kalexander@...
Nov 18, 2001 10:21 am
Mark, This may not be the answer, but here goes... I had the same problem. I was in the early stages of development and included some "design classes." By...
29
bmeyer@...
Nov 18, 2001 1:27 pm
5.1 has made many improvements in this area and you should find the behavior of the Diagram Tool more what you would expect. -- Bertrand Meyer...
30
bmeyer@...
Nov 18, 2001 1:44 pm
To second the comments made by Rex Fowler and Loryn Jenkins: Like all conventions the Eiffel one can be criticized. But I think it has two major advantages:...
31
Emmanuel STAPF
manus_eiffel
Nov 27, 2001 2:37 am
Dear Guy, The class UNIX_CLIENT, as indicated by its name, has been designed to be used only on Unix platforms. The file `local.c' to which you refer is only...