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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 3925 - 3954 of 20470   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3925 Peter Gummer
peter_gummer Send Email
Jul 2, 2004
2:51 pm
What is the recommended way for an EiffelStudio application to communicate with a relational database (e.g. Oracle or Microsoft SQL Server)? I presume that,...
3926 Martin East
east_martin Send Email
Jul 2, 2004
6:26 pm
is there an untedious way to rename a class in the free edition ? The help text talks about the diagram view which isn't available in the free edition. thanx ...
3927 Peter Gummer
peter_gummer Send Email
Jul 3, 2004
2:24 am
... Can't you just rename the class in the source editor? Of course, you'd also have to go and rename every reference to the class. - Peter Gummer...
3928 Emmanuel Stapf [ES]
manus_eiffel Send Email
Jul 3, 2004
2:39 pm
... Yes, but that's a lot of work. In the enterprise edition, we offer an automatic way to rename a class throughout the universe and this is not available in...
3929 Emmanuel Stapf [ES]
manus_eiffel Send Email
Jul 3, 2004
2:43 pm
... That's one way to go. If you want multiplatform, you can use EiffelStore. ... I'm not sure what you mean. Vision2 is our multiplatform graphical library...
3930 Paul G. Crismer
pgcrism Send Email
Jul 3, 2004
3:05 pm
... SQL ... .NET only : use ADO.NET Multiplatform (what you seem to call Vision2) : use EiffelStore or the open-source ECLI (see http://safe.sf.net) ... The...
3931 renewedliving Send Email Jul 3, 2004
9:34 pm
When I introduce another class, I get the following error at run time: "System.TypeLoadException: Could not load type root_cluster. INHERIT_HELLO_WORLD from...
3932 Peter Gummer
peter_gummer Send Email
Jul 4, 2004
1:16 am
... I was under the false impression (given by the choices presented when starting a new project) that you could have either a Vision2 app or a NET app. I...
3933 Peter Gummer
peter_gummer Send Email
Jul 4, 2004
12:30 pm
... It helps enormously. Thank you, Paul! Looking at $ISE_EIFFEL/library/store/dbms/rdbms, there isn't a directory for Microsoft SQL Server. Will sybase.e...
3934 renewedliving Send Email Jul 4, 2004
12:50 pm
In vb.net, one can include an em dash (a wide hyphen) using Dim s as String s = "Hello " & ChrW(&H2014) & " World" I have tried the following, but it doesn't...
3935 renewedliving Send Email Jul 4, 2004
1:51 pm
Real newbie question. How does one convert a real to integer and vice versa. It would seem that round, floor, or ceiling would make good choices. Where are...
3936 renewedliving Send Email Jul 4, 2004
3:17 pm
How does one declare an array of SYSTEM_OBJECT, since SYSTEM_OBJECT does not descend from ANY? This would allow standard Eiffel iteration. I'm sure that I am...
3937 Paul G. Crismer
pgcrism Send Email
Jul 4, 2004
3:42 pm
Hello BrotherBill, ... vice ... Just have a look at the class interface of REAL or REAL_REF; you'll see there feature `truncated_to_integer&#39;. Have also a look...
3938 Emmanuel Stapf [ES]
manus_eiffel Send Email
Jul 4, 2004
3:56 pm
... In the next release of the Eiffel compiler, we have changed the inheritance hierarchy so that now ANY is the ancestor of all .NET classes. As a result you ...
3939 Emmanuel Stapf [ES]
manus_eiffel Send Email
Jul 4, 2004
4:12 pm
Eiffel does not yet support natively Unicode characters in manifest strings even on .NET. However on .NET you can manipulate the .NET string with Unicode ...
3940 Emmanuel Stapf [ES]
manus_eiffel Send Email
Jul 4, 2004
5:07 pm
To be correct, you should use `to_character&#39; instead of the obsolete `ascii_char&#39;. Regards, Manu...
3941 Paul G. Crismer
pgcrism Send Email
Jul 4, 2004
6:43 pm
Hello Peter, ... both ... EiffelStore defines an abstract interface on RDBMS capabilities and it uses the bridge pattern to map this interface to particular ...
3942 renewedliving Send Email Jul 5, 2004
1:10 am
In vb.net the code looks like this (with no inheritance) dim type as Type = GetType (SystemInformation) What is necessary to port this to Eiffel Studio 5.4...
3943 Emmanuel Stapf [ES]
manus_eiffel Send Email
Jul 5, 2004
1:52 am
... In Eiffel there is no `typeof' operator. To do the equivalent, you need to use the Reflection API of .NET. Something like that would work: l_assembly:...
3944 Peter Gummer
peter_gummer Send Email
Jul 5, 2004
2:25 am
... As an aside, Manu, what does 'l_' stand for in your code example? "Loaded assembly" and "loaded type" perhaps? Regards, Peter Gummer ...
3945 Emmanuel Stapf [ES]
manus_eiffel Send Email
Jul 5, 2004
2:32 am
... It is a convention we are using for local variables to avoid clash with routine names. Regards, Manu...
3946 Peter Gummer
peter_gummer Send Email
Jul 5, 2004
2:45 am
... Really? Ooh yuck! One thing that appeals to me about Eiffel is that the code examples I've seen in the past don't litter the code with meaningless ...
3947 renewedliving Send Email Jul 5, 2004
3:08 pm
How do you specify assertion levels for just one special class? For new classes, I want full assertion monitoring. For other classes, I'll accept default...
3948 renewedliving Send Email Jul 5, 2004
7:24 pm
Hi, I am stumped by this toy program which compiles, but crashes with a System.TypeLoadException error. "System.TypeLoadException: Could not load type...
3949 Peter Gummer
peter_gummer Send Email
Jul 6, 2004
7:09 am
I've heard that EiffelStore works very well with Matisse and Oracle, but its support for Microsoft SQL Server is weak. It seems to be via ODBC only. Is this...
3950 Peter Gummer
peter_gummer Send Email
Jul 6, 2004
1:53 pm
I've just downloaded the free edition of EiffelStudio to a computer running Mac OS X 10.3.4 (the latest version). The installation completed with no error...
3951 Paul G. Crismer
pgcrism Send Email
Jul 6, 2004
7:53 pm
Hello Peter, By looking at the error messages, it seems that gtk cannot be found. EiffelVision2 uses gtk on Unix-like platforms. You need an installed ...
3952 Paul G. Crismer
pgcrism Send Email
Jul 6, 2004
7:59 pm
Hello Peter, ... but its ... only. Is ... ODBC gives you a lot of flexibility. You just need the appropriate ODBC driver in order to use EiffelStore with your...
3953 Ruud Vlaming
rdevlaam Send Email
Jul 6, 2004
10:06 pm
Hi, I compiled serveral .Net applications and tried the assembly under mono. A "hello world" console application runs without problems. When i try the ... ...
3954 Peter Gummer
peter_gummer Send Email
Jul 6, 2004
10:52 pm
... Hi Paul, Thanks, I know this. The trouble is that the Eiffel54 installer for Mac OS X includes and supposedly installs GTK, but it doesn't seem to have...
Messages 3925 - 3954 of 20470   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