... [CRISMER Paul-Georges] My test occured on this (development) machine : RAM: 256 Mb VM Limit: 640MB (swap space) Peak VM used: 413 Mb When the application...
187
CRISMER Paul-Georges
paul-georges.crismer@...
Jan 25, 2002 10:12 am
[CRISMER Paul-Georges] Hello Manu, ... [CRISMER Paul-Georges] It would be useful to have the following facility : let the GC adjust (release) memory, the...
188
Emmanuel STAPF [ISE]
manus_eiffel
Jan 25, 2002 5:02 pm
... We do release memory to the OS. For example, if the last allocated block of memory does not hold any objects, we release it, or at the very end of the...
189
Emmanuel STAPF [ISE]
manus_eiffel
Jan 25, 2002 5:03 pm
... It was a problem with the client code that was still trying to reach a dead window. Manu...
190
CRISMER Paul-Georges
paul-georges.crismer@...
Jan 28, 2002 10:24 am
??? I do not understand any more what the GC is doing ! Here is a summary of previous posts with Paul G. Crismer (PGC), Manu Stapf (MANU) and Glenn Maughan...
191
Emmanuel STAPF [ISE]
manus_eiffel
Jan 29, 2002 12:52 am
... Yes and no. Yes, the GC does release memory as explained in MANU 09, but it does not do it that many times. To better understand this issue, could you send...
192
Emmanuel STAPF [ISE]
manus_eiffel
Jan 29, 2002 4:08 am
Hi, We put together a web page that describes the basics on how to port an Eiffel application from one platform to another. Check it out at ...
193
CRISMER Paul-Georges
paul-georges.crismer@...
Jan 30, 2002 9:42 am
Hello, I've downloaded the final release of .NET Framework SDK. I've tried to compile the calculator example... Everything goes fine until the C compilation :...
194
Emmanuel STAPF [ISE]
manus_eiffel
Jan 30, 2002 5:33 pm
... This error has nothing to do with the final release of the .NET Framework SDK. It is simply due to your usage of Borland. You should use Microsoft C++...
195
CRISMER Paul-Georges
paul-georges.crismer@...
Jan 31, 2002 9:43 am
Hello, Thank you for your answer. ... [CRISMER Paul-Georges] I've modified the registry settings for EiffelStudio, and ... IT WORKS ! [CRISMER Paul-Georges]...
196
Emmanuel STAPF [ISE]
manus_eiffel
Jan 31, 2002 6:07 pm
... Yes, but you have to use `DbgCLR.exe39; which is provided with the .NET Framework SDK. Also make sure you have enabled the generation of debug information in...
198
Emmanuel STAPF [ISE]
manus_eiffel
Feb 1, 2002 3:39 am
Hi, ISE EiffelStudio 5.1 has been selected as finalist for this year's Jolt Product Excellence and Productivity Awards in the category of languages and...
199
dlangley78
Feb 4, 2002 2:23 pm
I am having trouble finding any papers or guides on using agents. This research will be collated into a project for a university project. I would be grateful...
200
David Broadfoot
david@...
Feb 4, 2002 2:45 pm
http://www.eiffel.com/doc/manuals/language/agent/agent.pdf or poke AGENTS into the search box at http://www.eiffel.com/ David...
201
Emmanuel STAPF [ISE]
manus_eiffel
Feb 4, 2002 5:45 pm
From our documentation, you can find two overviews of the use of agents (one short, the other one a little bit longer): ...
202
Peter Horan
peter7723
Feb 4, 2002 11:32 pm
Using V5, each time an EV2 program is run from EStudio and terminated, not all resources are freed. System and GDI drop, eventually getting too low. Stopping...
203
Hubert Cater
eiffelzone
Feb 5, 2002 12:32 am
Hi Peter, I had the same problem when running Estudio on win98 and it has something to do with how many GDI objects win98 allows for creation and how many are...
204
Peter Horan
peter7723
Feb 5, 2002 2:40 am
... Thanks. I remember some reference to this about three months ago, but I did not realise its significance. So, I have lost the reference, too. -- Peter...
205
bakhond
Feb 12, 2002 10:30 am
Hi, Is there a way to transform eiffel classes to XML? I need a xml version of the class form my project. Any ideas? thanks Manu...
206
Jocelyn Fiat
djoce_net
Feb 12, 2002 2:40 pm
Here are some suggestions for the Diagram tool in Estudio. Suggestions: - aggregation between clusters would be greatly apreciated. - adding in the preference,...
207
Jocelyn Fiat
djoce_net
Feb 14, 2002 10:29 am
Hi Is there a way to generate the documentation using the command line compiler "ec", instead of using the graphical Estudio ? I had a look, but I wasn't able...
208
Snoeck, Monique
mmsnoeck
Feb 19, 2002 4:19 pm
Hello, We have been developing a case-tool with Eiffel over the past five years. The development started with Eiffel4.1 and at the time we used the Vision1 ...
209
Julian Rogers
juliandrogers
Feb 19, 2002 7:31 pm
Dear Monique, Vision1 is shipped with EiffelStudio 5.1 along with Vision2, and therefore is also supported. There is no new development of Vision1 planned, as...
210
mmsnoeck
Feb 20, 2002 10:25 am
Hello Julian, Thanks for your advice. Still a few questions, though. We do plan major extensions of the software and we have problems finding good...
211
mozziemax
Feb 20, 2002 4:55 pm
I have read through the messages posted but cannot seem to find an answer to my problem - so if it has already been answered I do appologise. I have installed...
212
Julian Rogers
juliandrogers
Feb 20, 2002 7:55 pm
Dear Monique, ... The difficulties are not so much issues with Vision2, but differences in the design of the two libraries. Some major differences between...
213
Emmanuel STAPF [ISE]
manus_eiffel
Feb 20, 2002 8:30 pm
Dear Amos, ... With ISE EiffelStudio 5.1 we haven't included the Visual Studio .NET plug-in. In order to develop .NET application you need to use the ISE ...
214
Emmanuel STAPF [ISE]
manus_eiffel
Feb 20, 2002 11:19 pm
... You can use `ec -short ...' or `ec -flatshort ...' or `ec -flat' to generate the documentation of all classes in your system. Regards, Manu...
215
Emmanuel STAPF [ISE]
manus_eiffel
Feb 20, 2002 11:21 pm
... What do you mean by transforming? Regards, Manu...
216
mark_j_ellis
Feb 21, 2002 12:16 am
Dear OO experts: Can anyone help? I am trying to get EiffelStudio 5.1 to talk to Matisse 5.0.0b3 via the EiffelMatisse binding classes. I am having numerous...