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: 1379
  • Category: Development
  • Founded: Oct 30, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 17177 - 17206 of 20471   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
17177 ChengChangWu Send Email Jul 1, 2010
3:20 pm
I'm debugging a program which causes segmentation fault. When I debug it using gdb, Program received signal SIGSEGV, Segmentation fault. [Switching to Thread...
17178 Emmanuel Stapf [ES]
manus_eiffel Send Email
Jul 1, 2010
3:49 pm
Your trace seems to come from a finalized executable. You should first try with the workbench version and see what is going wrong in there. If the workbench ...
17179 Eser Aygün
eser.aygun Send Email
Jul 2, 2010
11:19 am
Hi, I was using FIXED_LIST class in Eiffel 6.4 to ensure that my lists will always have the same size. However, in Eiffel 6.6, deep twinning a FIXED_LIST...
17180 Thomas Beale
twbeale Send Email
Jul 2, 2010
5:22 pm
I need an app to receive an event when a file has changed in a specified subdirectory due to external editing. It can be done in C#; how to do it in Eiffel? ...
17181 Colin LeMahieu
colinlema Send Email
Jul 2, 2010
5:44 pm
If you're targeting .NET you can use the same C# classes. If you're targeting native C on windows you can include WinBase.h and use the functions...
17182 Emmanuel Stapf [ES]
manus_eiffel Send Email
Jul 2, 2010
7:59 pm
This is clearly a bug in the new version of the libraries (the old implementation available in the compatibility mode does not suffer from this). Below is a...
17183 Eser Aygün
eser.aygun Send Email
Jul 2, 2010
8:48 pm
Thank you. However, your solution is not working as it doesn't actually resizes the underlying SPECIAL object, area_v2. Now I get "count_small_enough: ...
17184 Chris Saunders
saunders7777 Send Email
Jul 3, 2010
12:53 am
This reply is specifically to Thomas Beale. I may be mistaken but I think you had previously showed an interest in my library for multiple precision. It is...
17185 Emmanuel Stapf [ES]
manus_eiffel Send Email
Jul 3, 2010
4:03 am
You are right the parent class ARRAYED_LIST is using the wrong version and extension will not work under the new scheme I proposed. A proper fix will be...
17186 Thomas Beale
twbeale Send Email
Jul 3, 2010
2:33 pm
ok but no way to do it in a classic Eiffel build, other than manual wrapping of Windows C libs? How does EiffelStudio handle this - it knows when you have...
17187 Emmanuel Stapf [ES]
manus_eiffel Send Email
Jul 3, 2010
11:08 pm
... Actually it does not know when the file is modified right away. EiffelStudio performs the check at precise moments. Such as when the EiffelStudio editor...
17188 rwschlatter Send Email Jul 5, 2010
3:23 pm
Started over after my EiffelCOM experience from a week ago. I finally removed my elderly MS Visual Studio ex 2003 and all SDKs that came along with it. I then...
17189 Jonathan S. Ostroff
eiffelspec Send Email
Jul 5, 2010
5:35 pm
I would like to print some text in color (say blue) in an EV_RICH_TEXT object (see the code snippet below, which can be invoked on pressing a button). I can...
17190 rwschlatter Send Email Jul 6, 2010
11:44 pm
Hello Jonathan May I suggest that in future you start a New Topic when asking for a solution to an entirely different problem ? I guess you will get better...
17191 Ian King
iek_uk Send Email
Jul 7, 2010
5:03 pm
Hi Jonathan, It looks like there is a bug when we query the format of the rich text. If you do a twin on the returned format object then your code should...
17192 Jonathan S. Ostroff
eiffelspec Send Email
Jul 7, 2010
5:56 pm
Ian, thanks. That works. Is the example below the recommended way to get different formatting (fonts, colors, bold) etc. in rich text? Jonathan ... From:...
17193 Ian King
iek_uk Send Email
Jul 7, 2010
6:05 pm
Hi Jonathan, Yes, that is the correct way as we only allow the querying of character format at one particular caret position. If you are formatting from...
17194 rwschlatter Send Email Jul 8, 2010
2:27 pm
Didn't receive any feedback until yesterday, so I reluctantly installed Visual Studio C++ Express edition. The ES6.6 Installer now recognized the presence of...
17195 Emmanuel Stapf [ES]
manus_eiffel Send Email
Jul 8, 2010
9:54 pm
EiffelStudio 6.6 only supports Visual Studio 2010. When you install the very latest SDK, it installs a partial Visual Studio 2010 environment but the C ...
17196 rwschlatter Send Email Jul 9, 2010
3:05 am
Thanksfor the extra information. I surely would not have liked to start ES6.6/EC from the WinSDK command prompt. So I have been fortunate to go ahead with...
17197 Thomas Beale
twbeale Send Email
Jul 12, 2010
6:26 pm
* * Eiffel 6.4 / Windows If I have a create clause like class X create make, make_with_string, make_with_integer end and I try to do x: X create x I get the...
17198 Helmut Brandl
helmut_l_brandl Send Email
Jul 12, 2010
7:07 pm
... ok, because `default_create&#39; is not available as a creation procedure. ... that is ok as well, because now `default_create&#39; is available as a creation...
17199 Thomas Beale
twbeale Send Email
Jul 12, 2010
7:14 pm
... yep - it is really there, redefined from the ANY version. - thomas [Non-text portions of this message have been removed]...
17200 Emmanuel Stapf [ES]
manus_eiffel Send Email
Jul 12, 2010
7:17 pm
... It seems like there is an issue somewhere. Can you send us a reproducible sample at http://support.eiffel.com. Regards, Manu...
17201 Patrice
patrice.venant Send Email
Jul 13, 2010
12:21 pm
Is there any simulator written in Eiffel which is able to emulate semi-conductor design models ? Does someone know if people or company have been involved in...
17202 Alexander Kogtenkov
kogtenkov Send Email
Jul 13, 2010
12:38 pm
... I'm not sure it's relevant, but back in 1999 at The Eiffel Struggle there was submitted a Digital electronic circuit simulation library: ...
17203 Alexander Kogtenkov
kogtenkov Send Email
Jul 13, 2010
12:43 pm
Actually there was also a Digital electronics simulator DigiChip which is listed on the same page. Alexander Kogtenkov ... From: "Alexander Kogtenkov"...
17204 rfo@...
roger.osmond Send Email
Jul 14, 2010
11:12 am
Hi All I have run into a problem with 6.6 estudio that was not there in 6.5. I (deliberately) violate a precondition in a pretty simple program and it crashes...
17205 Peter Gummer
peter_gummer Send Email
Jul 14, 2010
12:16 pm
... I think they fixed this about a month ago. I haven't managed to compile our projects successfully yet in 6.6 (lack of time to fix the compiler errors now...
17206 Emmanuel Stapf [ES]
manus_eiffel Send Email
Jul 14, 2010
2:50 pm
This is an issue that only affects Unix platforms. We will be releasing an update to 6.6 shortly. In the meantime, you can avoid this problem by disabling the...
Messages 17177 - 17206 of 20471   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