... Thanks Gary. ... Yes, this is very useful indeed and I'm using it for that purpose. But to make it even more useful, is it possible to get more detail?...
Geir, EiffelStudio does not integrate with Visual Studio .NET, rather you need Eiffel ENViSioN! to work with Visual Studio .NET. This should be ready soon-...
Hello, I finally got my hands on a free (legal!) copy of Visual Studio .NET. I read that Eiffel Studio integrates with this environment. Does this work yet,...
Yeah, this was covered before and it was a mistake in the code's comments. Yes, the original_X is the original exception that occurred. The second version is...
Hello Ise, I've a question regarding the original_XXXX features. I assume they indicate the occurrence of the first exception leading to the current exception?...
To complete Ian's answer, you can also define a key in the registry under HKLM\Software92;ISE\Eiffel5192;<name of system>92; with a string value called 'MELT_PATH39;...
You can set an Environment Variable called MELT_PATH to c:/berend/bin and this should tell the run-time to look in that directory for the appropriate .melted...
Hello Ise, When I create a COM+ DLL and place it in a package, everything is fine if it is a finalized system. For melted systems, however, it probably needs...
Hello, Using the EV_WINFORM_CONTAINER I have managed to put a WINFORMS_FORM in a Vision2 Window. However when I enable Drag & Drop in the FORM, the application...
Hi, Is there some place to find this tutorial. I do not mean examples, I mean a tutorial. Regards, -- Chema Tercero Componentes, S.A. +505-266-6158 Managua,...
... Try using Project | Project Settings. Using that dialog box is a painful experience, full with hidden surprises, but you might be able to cook something up...
Hello, We have all seen the all base: c:\eiffel5292;library92;base92;kernel exclude "classic"; "class1.e" end Assume "class1" is located in the "classic" cluster. ...
Hello Berend, The visible clauses are needed for the EiffelCOM runtime to be able to create Eiffel objects. The Ace files generated by the EiffelCOM wizard ...
Hello All, On a certain project passing a STRING through a COM proxy to some in-process DLL gives a segment violation. It happens with everything (custom...
Hello, I have created a simple Vision2 window that contains a few Horizontal and veritcal Boxes. One is called topbox. I put the EV_WINFORM_CONTAINER into the...
Hi Geir, ... It does not matter where you put it, just make sure that it is included in the Project and then recompile. Julian [Non-text portions of this...
Hello, Where do I put this class, and how do I compile it? Just use it in my project and recompile the project?? Geir Ove ... attached the ... a ... Service. ...
Hi Geir, It appears that it is missing from the beta release. I have attached the class to this mail. Julian ... From: geiroves [mailto:geiroves@...] ...
Hi Geir, I found the following code which should help with inserting a winforms control into a Vision2 container: dotnet_container: EV_WEL_CONTAINER is -- ...
Hello, I have a .NET app running that uses .NET windows (WINFORMS_FORM). However, I would like to puy this window / form into a Vision2 container / Frame (or...
Recently, we have received a few similar questions regarding retrieval of file names from file open dialogs. Below is some sample code which demonstrates...