... You can find it from Ch User's Guide. See Section 10.10 The main() Function and Command-Line Arguments in C:/Ch/docs/chguide.pdf (if using windows). It has...
Hi,Hi, I was trying to upgrade from Ch 6.1 to 6.3 (Ch Standard Edition) but something went wrong and now I cannot install or run CH anymore. The installation...
... You may try the following solution. run regedit.exe, 1) go to My Computer\\HKEY_LOCAL_MACHINE92;\Software\\SoftIntegration, right click on SoftIntegration...
Hi, ... This is exactly what i tried but unfortunately did not help. What did help though was booting in safe mode. Then the installation finished and CH seems...
Hello All, Mobile-C version 1.10.10 has been released. This release addresses a backwards-compatability issue with the ComposeAgent() functions introduced in...
Hello all , Am a Msc student trying to develop a mobile agent platform for network management , any ideas on How I can develop such a platform Thanks sam ......
Dear Ch and Mobile-C developers, I'm starting right now application development with Mobile-C agent framework and I'd like to know whether is possible or not...
Hello Claudio, The main problem is that you are adding <CHHOME>/include to your include directories, when you should really be adding <CHHOME>/extern/include...
Hi to all! I want to make simple mobile-agent based project for school(using ubuntu as OS) but I don't seem to find a way to compile the files(i tried...
Ganea, The Mobile-C User's Guide contains the following info on how to compile and install Mobile-C in Unix (including Ubuntu of Linux) cd <MCPACKAGE>/src ...
Good morning and thank you for your reply, Mr. Cheng! I have already installed,compiled and linked Mobile-c and all the demos work fine.But my problem is that...
Hello Ganea, Please refer to the Mobile-C User's guide section 2.7. It should be entitled "Creating your own compilation environment". If you don't have this...
Dear Mobile-C users and developers, as for common IDEs or other programming environment configurations it seems that section #2.7 is not present on Mobile-C...
Ganea, There are many resources available on the web about how to use Makefile. If you are interested, you may find Sections 8.5.2 Maintaining Programs with...
Thank you very much, Mr. Ko! Your answer has been very helpful!I still have troubles in finding section 2.7 from Mobile-c user's guide.I am almost sure that I...
Hello Claudio, There are a couple functions provided for you to create agents without directly dealing with XML code. They are called: MC_ComposeAgent() and ...
Hello Everyone, The Mobile-C User's guide has been corrected on the Mobile-C Website. The link was pointing to an incorrect version. This has been fixed today....
Hi to all!!! I have Mobile-c installed on Ubuntu 9.10 with Ch Standard Edition 6.3 and Embedded Ch Evaluation Edition 6.3. When i try to run a program i get...
I'm a final year student of Mechanical Engineering.I've been given a project which involved "ANIMATION OF FOUR BARS MECHANISM AND SLIDER CRANK MECHANISM,A...
[ Charset ISO-8859-1 converted... ] ... You can download Ch Prof eval and Ch Mechanism to use. Check Ch Machnism user's guide for more details. Best regards, ...
Hi everyone! Has anyone used "MC_MigrateAgent()". There seems to be a problem with it. I try to make an agent(which runs on my agency and stays in an infinite...
Hi! I am trying to use "MC_GetAllAgents()" function but it blocks the execution of the program.Can anyone explain why I can't find it in "libmc.h" file. ...
Hello, Would you be able to supply your code to us? Or at least an excerpt? Thanks! - David ... -- David Ko Graduate Student, Department of Mechanical and...
Good morning, Mr. Ko! Thank you for your reply!Attached  is an archive containing the project written in Netbeans 6.7.1.It consists of the main source file...
Hello Ganea, It appears you've discovered a bug in our linked list implementation! I've supplied a patch file along with this email called 20100420.patch . To ...
Thanks a lot! Now it works! I still have one question. Is the behavior of "MC_MigrateAgent()/MC_TerminateAgent()" dependent on the agent's status?Because I am...
Hello Ganea, The MC_MigrateAgent() function does depend on what the agent is doing. The MC_MigrateAgent() function actually only prepends a migration task to...
Hello Ganea, I think I see what you are trying to do now. Mobile-C can not actually migrate an agent while it is mid-task. Mobile-C agents can store some...