I have installed the latest version of 6.1 and obtain the following properties window: http://www.cse.yorku.ca/~jonathan/tmp/EiffelStudio-Properties-Bug.htm ...
Can anyone tell me how to get Gobo working with 6.1? I downloaded the latest version of 6.1 and I'm trying to use Gobo libraries with it. It appears that Gobo...
Please ignore my message below. The display below is for the Properties (and is probably what I should see) whereas I was looking for the Project Settings. ...
... Create a project using EiffelStudio. In the project settings window, choose to add a library. In the list that appears, you will see an entry for Gobo. ...
Deleting the Eifgens and "starting from scratch" has been the fix (in the past) when something didn't compile just right (usually on adding an agent). The...
... This should not happen, the history keeps the location of the previous location of the project directory as long as the project configuration file is at...
Thanks Manu. I knew it had to be easy, I just couldn't find any reference to Gobo in the documentation. --Bruce ************************************** See...
I was under the impression that the symbol ~ would work in Eiffel 6.1 as an alias for `equal'. But the following test has a VEEN compile error test3: BOOLEAN...
... At the moment, we did not change the semantics of ~ which was previously used for declaring an agent. The reason is that it would break too much existing...
Thank you Paul. I checked it as soon as I got my hands on my computer again (there's no Eiffel compiler at the in-laws). There seems to be still some issues...
Classification: UNCLASSIFIED Caveats: NONE You have hit the record size limit for SqlServer. You may need to revise your design to prevent this because the...
Hey Simon, yes there is still an issue with conformance using attached types. I have reported internally and have integrated tests into our testing platform...
I finally had a chance to pick this up again and look at it closer. It seems that the error is occurring with the call from C to Eiffel. I tried to copy...
Classification: UNCLASSIFIED Caveats: NONE If you are working in Windows, the Microsoft Visual Studio tool will let you do this if you compile all in debug...
I guess I'll answer my own question. I wasn't using eif_adopt to protect the EIF_OBJECT reference after return from the set procedure. My usage differed from...
I. For windows hook C function or calling from C codes to Eiffel codes: Please see Eiffel Wel library Eiffel class {WEL_DISPATCHER} and correspond C file...
... Ian started an article on the subject at eiffelroom. Check http://www.eiffelroom.org http://www.eiffelroom.com/article/eiffelvision_2_howtos Regards, Manu...
Are there any re-usable classes out there that do efficient arbitrary precision real arithmetic? Was that the intended purpose of REAL_GENERAL, and if so when...
I have written some Eiffel classes that wrap the functionality of GMP and MPFR. It is not my intention to hold any copywrite or control over the use of these...
I am having problems with a multithreaded application below is my exception trace: project3: dumping core to generate debugging information... project3: PANIC:...
What does it mean when the exception trace says 'cannot create thread'? it really has nothing to do with the number of threads running, I can have as few as 10...
... It looks like there was some memory corruption in your application which can explain the main entry point vanished message. If you can reproduce this ...
Call for Tutorials -- TOOLS EUROPE 2008 http://tools.ethz.ch/ TOOLS EUROPE 2008 invites applications for tutorials in the topics covered at TOOLS Europe 2008....
Hi all, I am using EiffelStudio 6.2.7.1786 Windows, and wanted to add the assembly Db4objects.Db4o.dll to an Eiffel for .NET project. But the compiler threw an...
It might be an issue with the installer for 6.2. You may try to swap the consumer from the 6.2 delivery with the consumer from 6.1. That is copy all the...
Thanks, I copied *eiffel*.dll from 6.1 to 6.2, and the assembly can be opened in 6.2 now. Regards, Ruihua ... From: Emmanuel Stapf [ES] <manus@...> To:...