Hi folks, I've created a .NET project in ES 5.5 on Windows XP. I browsed the mscorlib cluster and selected the class ENUM. Why is it that nothing shows up in...
6186
bf02elri
Apr 3, 2005 3:55 pm
Hi Im receiving the following C compilation error in eiffel 5.1: Fatal error C1083: Cannot open include file: 'datetime.h': No such file or directory I am...
6187
Kevin McFarlane
kaa_mcfarlane
Apr 3, 2005 5:14 pm
... for IBM ... do ... or ... of 'useful39; ... fairly ... leader, ... end ... viruses, ... was ... functionality. ... well - ... I found the MacOS circa 1994...
6188
bf02elri
Apr 3, 2005 8:14 pm
Ive received some helpfull emails getting me on track, thankyou. Im now getting the following c compilation error: odbc_store.lib(odbc.obj) : error LNK2001:...
6189
Peter Gummer
peter_gummer
Apr 3, 2005 11:27 pm
... I've wondered the same thing myself. It would be useful. Nonetheless, I think it's very cool how the Contract and Interface views provide a kind of...
6190
Peter Gummer
peter_gummer
Apr 3, 2005 11:39 pm
... It sounds like you may need to add a library to the list of externals in your Ace file. I don't know which library though. - Peter Gummer...
6191
Grant Rettke
grantrettke
Apr 4, 2005 12:28 am
... Exactly. I've mentioned before, too, that another tool that would be quite helpful is a .NET namespace/class to Eiffel name mapping tool. On the one hand,...
6192
Karen Davis
karennidhaibhis
Apr 4, 2005 11:50 am
Hi, I'm a fourth year student and I'm working on a parser that converts Eiffel.Net source code to CodeDOM for a my final year project. I've been testing that...
6193
Grant Rettke
grantrettke
Apr 4, 2005 11:56 am
Hi Karen, ... Perhaps Gobo? http://www.gobosoft.com/...
6194
Peter Gummer
peter_gummer
Apr 4, 2005 12:17 pm
... The Eiffel Software Directory has a cornucopia of links: http://www.eiffelzone.com/esd/index.html - Peter Gummer...
6195
Berend de Boer
berenddeboer
Apr 4, 2005 8:37 pm
... Hash: SHA1 Hello All, I'm pleased to announce the release of eposix 2.2. Download it from here: http://www.pobox.com/~berend/eposix/index.html#download ...
6196
Emmanuel Stapf [ES]
manus_eiffel
Apr 4, 2005 9:00 pm
Most likely odbc.lib Manu...
6197
Emmanuel Stapf [ES]
manus_eiffel
Apr 4, 2005 9:02 pm
... I will not go into the details, but I've added this in our wish list. Thanks, Manu...
6198
bf02elri
Apr 4, 2005 9:29 pm
I switched from the visual studio to the bundled borland compiler and it seems to have done the trick (reference to odbc32.lib was always included in the ace...
6199
Thomas Beale
twbeale
Apr 5, 2005 2:04 am
I am wondering if the Eiffel community should be getting involved in mono - it has already worked out C# and java (via IKVM) running over their common language...
6200
Peter Gummer
peter_gummer
Apr 5, 2005 2:51 am
... Well, Eiffel Software is the team most likely to do it, because they already have a .NET compiler! I wonder whether, in a few years time, when Mono is...
6201
Fan Yang
fifafan22
Apr 5, 2005 2:56 am
what is mono? ... From: Peter Gummer To: eiffel_software@yahoogroups.com Sent: Tuesday, April 05, 2005 3:51 AM Subject: RE: [eiffel_software] Eiffel for Mono ...
6202
Peter Häfliger
peterhaefliger
Apr 5, 2005 6:53 am
Dear Fan ... Mono is an open-source implementation of the CLR for a variety of operating systems. So far, Java is one language on almost any OS, whereas .NET...
6203
Grant Rettke
grantrettke
Apr 5, 2005 2:56 pm
... How could ISE generate revenue from compiling to Mono?...
6204
Peter Häfliger
peterhaefliger
Apr 5, 2005 3:23 pm
... How does Eiffel Software generate revenue at all? By selling their IDE, tools and consulting services to companies using the Eiffel language and method....
6205
Grant Rettke
grantrettke
Apr 5, 2005 3:51 pm
... Since I don't work for ISE, I couldn't answer that question. Do you work for ISE? ... Oh ok. ... Yes I was just interested in hearing about people's ideas...
6206
Peter Häfliger
peterhaefliger
Apr 5, 2005 4:44 pm
... No. ... Classic Eiffel generates ANSI C code, and as far as I know, it's usually compiled to machine code on Linux using gcc. So compiling to the Mono CLR...
6207
bf02elri
Apr 5, 2005 5:19 pm
Hey I have gotten a hold of matisse 7.0.7 and eiffel 5.4 and have installed both on my system at home. I am having some trouble with the eiffel bindings when...
6208
Emmanuel Stapf [ES]
manus_eiffel
Apr 5, 2005 6:26 pm
... This is correct some effort would be necessary to generate CIL code on platforms where Mono runs. However the reason why we haven't done it yet is that...
6209
Emmanuel Stapf [ES]
manus_eiffel
Apr 5, 2005 6:28 pm
Instead of having \BCC5592;Bin\bcc32 you should have something like C:\Eiffel5492;BCC5592;Bin\bcc32. Did you make sure that ISE_EIFFEL environment variable was...
6210
bf02elri
Apr 5, 2005 7:48 pm
Hi Manu My current environment variables are EIF_BORLAND - C:\Eiffel5492;BCC5592;Lib PATH - C:\Eiffel5492;BCC5592;Bin The $(ISE_EIFFEL) tag in my ace files has always...
6211
Emmanuel Stapf [ES]
manus_eiffel
Apr 5, 2005 8:22 pm
When working from EiffelStudio you do not need to worry about environment variables. When you work in a DOS prompt/shell then you need to define: - ISE_EIFFEL...
6212
bf02elri
Apr 6, 2005 10:54 am
thankyou Manu it worked great ... environment ... (C:\Eiffel54 in your ... like ... the...
6214
Neal L. Lester
neallester
Apr 6, 2005 3:40 pm
This is one of the few "impedance mismatches" between Matisse and Eiffel. The default value for all attributes (including Integer, Boolean etc) in a Matisse...
6215
David Hollenberg
prestoat2000
Apr 6, 2005 7:40 pm
I have used an EV_HORIZONTAL_PROGRESS_BAR in my application and it works fine. However, I can't find a way to include text that shows the percentage complete...