Hello All, ARRAY seems to be not ELKS 2000 conform (ISE 5.1 and 5.2). Especially, it seems to be impossible to shrink an array. Is there a reason for this? ...
689
Hubert
eiffelzone
Sep 16, 2002 2:54 pm
Hello, TCP/IP is all new to me right now, but I have been taking a look at the EiffelNET examples and it looks like the 'predefined39; example included in the...
690
Berend de Boer
berenddeboer
Sep 16, 2002 8:33 pm
Hello Ise, When I try to compile a DLL without keeping assertiongs, linking fails with the messages that there are unresolved external symbols with names like...
691
Emmanuel STAPF [ES]
manus_eiffel
Sep 16, 2002 11:46 pm
... Looks like the dead code removal is too efficient and get rid of the features for the DLL. Try to make `visible' the classes in which features are used in...
692
Berend de Boer
berenddeboer
Sep 17, 2002 4:00 am
Hai Manu, ... Right on target, Thanks! Berend....
693
Glenn Maughan
glennmaughan
Sep 17, 2002 11:45 am
The first public release of Goanna Log4E is now available. Goanna Log4E provides a complete port of Jakarta Log4J which provides a very flexible and fast...
694
Emmanuel STAPF [ES]
manus_eiffel
Sep 17, 2002 2:46 pm
... There was a breaking change in the definition of `resize' from ARRAY that we haven't yet applied. If you need to shrink an array you need to do something...
695
Andreas.Scholz
ascholzde
Sep 17, 2002 3:00 pm
Hi, ... Not really, because I want/have to resize the array in a subroutine. Is there any plan to fix this in the near future? Andreas...
696
Emmanuel STAPF [ES]
manus_eiffel
Sep 17, 2002 4:15 pm
... I'm not sure to understand as the code I suggested is equivalent to do my_array.resize (new_lower, new_upper) if `resize' had the ELKS behavior. ... Most...
697
bmeyer@...
Sep 17, 2002 4:18 pm
... Probably (my guess) Andreas was thinking that the form you suggest ... is a creation instruction. It's not -- just a use of a creation procedure as a...
698
Emmanuel STAPF [ES]
manus_eiffel
Sep 17, 2002 4:19 pm
One thing you can try is to connect through telnet to your server and see you can at least access it from your client machine. Also you can try the `two_mach'...
699
Hubert
eiffelzone
Sep 17, 2002 10:36 pm
... Thanks Manu, my computer just crashed after I sent the original message so I will need a little time to sort all this out. I think you're right that my...
700
Hubert
eiffelzone
Sep 17, 2002 10:36 pm
... Thanks Manu, my computer just crashed after I sent the original message so I will need a little time to sort all this out. I think you're right that my...
701
Gary Smithrud
smithrud
Sep 18, 2002 1:25 am
I'm not an network guru, but I play one on TV. Thus you should trust everything that I say...:-). What is likely going on here is that you have your...
702
Stijn Decneut
stijndecneut
Sep 18, 2002 9:26 am
... Hi, I've been using an evaluation version of eiffelstudio 5.1 (both for Win2000 and Linux) a while ago, and there's one problem I've never been able to...
703
Gary Smithrud
smithrud
Sep 18, 2002 12:37 pm
Yes, there is an issue with the wel library and multithreaded. It looks to me like it was in the process of changing when the 5.1 was released and ...
704
CRISMER Paul-Georges
paul-georges.crismer@...
Sep 18, 2002 1:40 pm
... <snip> ... I've tried an EiffelVision2 sample application with multithreaded runtime and WEL under the latest 5.2 beta : it seems to work ! Best regards, ...
705
Stijn Decneut
stijndecneut
Sep 18, 2002 1:52 pm
great! I've tried Gary's idea in Eiffelstudio 5.1 for Windows, and it seems to work fine. I hope the 5.2 Home Edition becomes available soon! Stijn ... -- ... ...
706
Hubert
eiffelzone
Sep 18, 2002 4:58 pm
... Tried 'pinging39; and eventually figured out it was my firewall that was blocking the network traffic. All part of the learning process I guess and I am...
707
Hubert
eiffelzone
Sep 18, 2002 5:02 pm
... This was also part of the problem I had, thanks! ... Funny enough I do remember this one :-) Hubert...
708
Berend de Boer
berenddeboer
Sep 20, 2002 12:41 am
Hello Ise, Using the MELT_PATH in the registry brought my only so far as being able to register my COM component. When I've made some changes to the component...
709
Emmanuel STAPF [ES]
manus_eiffel
Sep 20, 2002 2:44 am
This is a known limitation of CECIL which is used in EiffelCOM to perform some callbacks from COM to Eiffel. As a consequence each time you are changing your...
710
Bill Navickas
wnavickas
Sep 20, 2002 3:37 pm
EiffelStudio 5.2 is being released for Windows on September 20, 2001 (today). Shipment to existing Windows customers will be taking place over the next two...
711
Mecon
moyaflorence...
Sep 20, 2002 3:51 pm
1. First of all can anyone tell me what has replaced the former 'screen_cursor' which was an hour glass that could be displayed while processing was in...
712
Julian Rogers [ES]
juliandrogers
Sep 20, 2002 4:27 pm
Hi martin, ... 'screen_cursor' which ... progress? And how to ... EV_STOCK_PIXMAPS contains `Wait_cursor39; which you can set on a widget as follows: ...
713
Julian Rogers [ES]
juliandrogers
Sep 20, 2002 4:33 pm
Here is some information regarding events in Vision2. It is brief, but we hope it is of help. For every Vision2 widget, there are a set of applicable events,...
714
Gary Smithrud
smithrud
Sep 20, 2002 5:00 pm
Cool!! Remember that I call dibs on the first copy!! I'm running home right now. Ok...enough of that (more than enough). This is great news. Gary. ... [stuff...
715
Eric Bezault
gobosoft
Sep 20, 2002 6:37 pm
... ^^^^ Do we really have to set our computer clock one year back in order for the free version to work? ;-))))) -- Eric Bezault mailto:ericb@... ...
716
Jeff Clark
jeffrey_l_clark
Sep 20, 2002 6:57 pm
... Will there be a free version for Linux? -- Jeff Clark One OS to rule them all, One OS to blind them, One OS to grind them all, and In the darkness bind...
717
raschend@...
mikeraschend
Sep 20, 2002 7:00 pm
Hello, I use EiffelStudio for the first time. I try the free version, it works all wonderfull. But, if I start my generated executable outside from...