Well I learned some more. First that passing the '...' will not work. It probably shouldn't even but I'll leave that to the Ch experts. What should work is...
... Ch Student edition or Ch Professional llows you to do plotting. see CHHOME/docs/chguide.pdf in chapter about plotting. ... For Windows, you can use the...
Hi all! I have been playing with the Ch Standard Ed for about a week and I enjoy it a lot. However, I consider using it as a teaching environment on Windows,...
... I don't think you can do the same way to get microsoft office to work in another machine. It is the same here. You may use image dump to copy the entire...
Hi, I'm trying some demo examples given with Mobile-C. Until now everything seem to work fine. But when I start the demo example mc_array_return_example, the...
... Thanks for helping with redirecting Ch to Vim. Perhaps with some Vim scripting, the two programs can be made to work very well together. I'll try to...
... We didn't include gvim for limiting the size to download. The existing vim version features looks OK for us to use. Any new features in the latest vim...
... Since Vim 6.3, more than 4 years old now, there were several new releases of the editor, each adding new features. Of those features, here are some, not...
Hello all! Here are some suggestions regarding Ch. - 1 - Windows Ch's bin directory contains some programs in more than one copy, under different names. The...
Hello, Mobile-C Version 1.10.6 has been released on the official website. A major memory leak issue has been addressed in this release. If you encounter memory...
... The binary size awk.exe are different from nawk.exe etc. We distribute them from other sources. If there is no essencial difference in functions, we can...
Hi Many thanks for your update of Mobile-C. This fix the problem: no more memory leak. I am very impressed by the quick response of your team. Congratulations!...
... As I wrote before, awk.exe is exactly the same as gawk.exe -- same size, same content -- and mawk.exe and nawk.exe are two other dialects of the same...
I have installed from chstudent-6.1.0.macosx10.ppc.tar.gz, which is supposed to include chide, according to directions, on a MacBook Pro (Intel), and the...
... Thank you for that. I needed to unpack the tar.gz and run install on that folder. Got it. There isn't a problem not installing under root is there?...
Hi, I'm trying to use ACL messages in agent code, as described in chapter 8 of the Mobile-C Users Guide. But when my agent run, it stop at the include of...
Hello Stephane, I appears that you do not have the MobileC Ch package installed. To install the package, please perform the following steps: 1. In the mobile...
Hi, In our project, we have some algorithms which will run always in the same PC and some other which will move from a PC to another one. We plan to use...
I believe the term "stationary agent" is simply used to mean a mobile agent that never migrates. This can be achieves using a couple methods. 1. An agent whose...
I have installed the student edition of ch (including chide) on Ubuntu Linux 8.10 (OLPC XO, i386). Although I haven't done extensive testing, ch seems to be...
I had understood that a stationary agents was not running by the AEE even if it is in the agency. That's my mistake. So now we plan to put our stationary...