Berend, Koen: Ik ga ervanuit dat de bedoeling van Berend constructief was en verwelkom trouwens elke verbetering van mijn (schrijf)taal. Correcties had ik...
91
Michael G.
mg01@...
Jan 4, 2000 11:13 am
Does VE (or when will it) support the newer features: Precursor, Agents (ROUTINE, PROCEDURE, FUNCTION), TUPLE, new create syntax, ... ? -Michael PS I can't run...
92
Michael G.
mg01@...
Jan 4, 2000 11:15 am
When will VE work under Windows 2000? Yes, I know it's not "released", but it is final. Compaq will begin shipping machines with W2K installed in a couple of...
93
luc.taesch@...
Jan 4, 2000 3:56 pm
hi id like to get the tag of an exception in DM. how can i get this ? can the new rescue feature fetch it ? thks Luc...
94
Alexander Kogtenkov
kwaxer@...
Jan 5, 2000 8:57 am
... VE supports Precursor (in a fashion prior to latest ISE changes). As to others, VE does not support them at the moment and will not support them unless ...
95
Alexander Kogtenkov
kwaxer@...
Jan 5, 2000 8:57 am
... We are planning to release the new version in February. It should also run under Windows 2000. Regards, Alexander Kogtenkov Object Tools, Moscow...
96
Plessers, Koen
KP@...
Jan 6, 2000 10:46 pm
Has anybody experience with using DALE and access in office 2000 ? I had a small program written with DALE and DM that used an odbc connection to an access...
97
sven.ehrke@...
Jan 7, 2000 5:28 am
I had also problems with access from office 2000. it was just a very simple program which should print out all the records from a table. If I remember...
98
Frieder Monninger
fm@...
Jan 7, 2000 9:32 am
... We are aware of this problem. Apparently M$$OFT took the opportunity to change some internal ODBC specs. They have the right, of course. We try to follow,...
99
Albert Wagner
alwagner@...
Jan 7, 2000 5:12 pm
I have just installed ve3.2 for linux. I went through all of the installation instructions, but cannot find an executable for ve workbench. Only the following...
100
luctaesch
ltaesch@...
Jan 8, 2000 12:57 am
as far as i know, there is no. i heard a project of porting DM to linux, and then porting ve workbench would be easy, but ressources are not infinite...in...
101
Albert Wagner
alwagner@...
Jan 8, 2000 1:42 am
... ============= If this is true, they should say so on their site. I have wasted a whole day installing and precompiling for the sole purpose of examining ...
102
Friedrich Dominicus
Friedrich.Dominicus@...
Jan 8, 2000 10:12 am
... This is as unfair as can be. The wrote it in the README and the compiler worked. Where is the crippling here. workbench is not available yet. Have you...
103
luctaesch
ltaesch@...
Jan 8, 2000 10:43 am
... sorry if i could be misunderstood. the examples i tested works fine (as gtk demo, for instance), but i pointed that the hello example, which people may...
104
Albert Wagner
alwagner@...
Jan 8, 2000 4:52 pm
... ================ Sorry to have upset you Friedrich. I didn't mean to start a flame. I was just disappointed. But I do not think I was unfair in pointing...
105
logiang.tran@...
Jan 9, 2000 3:40 am
Hi, Does anyone know how to unsubscribe from this list ? I would like to subsribe to the list under a different address . Although I have several times...
106
Roger Browne
egroups@...
Jan 9, 2000 11:07 am
... This will work if you send the unsubscribe message from the exact same email address that egroups is sending email to. Otherwise, go to one of ... Log in,...
107
Plessers, Koen
KP@...
Jan 9, 2000 9:45 pm
As my program would not even run since I installed office 2000, I had a look at the problem and I just had to modify 2 lines in the class ODBC_CONSTANTS I...
108
Eugene Melekhov
eugene_melekhov@...
Jan 10, 2000 5:47 am
luctaesch, l> btw, the hello example dont run (but compile). I guess you have libc 2.1. If so you need another runtime libraries. I'm sorry, it was not...
109
Friedrich Dominicus
Friedrich.Dominicus@...
Jan 10, 2000 8:40 am
... I do not know where the cripple is in the lite version. I used the command line compiler vec for some of my last works to be sure they run on Visual Eiffel...
110
Alexander Kogtenkov
kwaxer@...
Jan 10, 2000 9:01 am
... This is true. ... At the moment, VE under Linux is free, because it lacks IDE and other things like DM. When they are ready, there will be still a lite...
111
Alexander Kogtenkov
kwaxer@...
Jan 10, 2000 9:56 am
... You can look into the file .XCP generated when an exception occures. The file is automaticaly deleted after program execution unless the application was...
112
franck.arnaud@...
Jan 10, 2000 1:46 pm
... What about statically linking libc? All libc problems go away if you link libc statically....
113
Albert Wagner
alwagner@...
Jan 10, 2000 2:05 pm
Hi, Friedrich. ... ============== I think I remember that Lite is supposed to be limited to 150 classes and has no garbage collection. ... ============== I too...
114
Eugene Melekhov
eugene_melekhov@...
Jan 11, 2000 3:46 am
Franck, ... faoc> What about statically linking libc? All libc problems go away if you faoc> link libc statically. Yes, you are right. But this doesn't resolve...
115
Friedrich Dominicus
Friedrich.Dominicus@...
Jan 11, 2000 5:20 am
... Halstenbach distributs an Eiffel-compiler too. you can get more infos here www.halstenbach.de Regards Friedrich...
116
franck.arnaud@...
Jan 11, 2000 11:42 am
... Yes, but I would think VE does not use that much of the C library. If my assumption is right, and say statically linking the part of the C library is used...
117
Ray Pierce
raycks@...
Jan 22, 2000 8:00 pm
Is it necessary to use arrays for list implementations in VE in order to have DM pick out the object as displayable (I am of course inheriting from class...
118
Steve Thompson
sthompso@...
Jan 22, 2000 8:48 pm
Ray! - ... The only way to produce a list view in DM is through the use of an ARRAY. ... DM is hardwired to only offer widgets for certain types - namely those...
119
Heiko Gering
heiko.gering@...
Jan 24, 2000 7:01 am
I am writing a program using VE and the GRAPE library. How can I add hot keys like Alt-X or Ctrl-S to my menu? Heiko Gering...