Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ch_language · Ch Language

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 584
  • Category: C and C++
  • Founded: May 27, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1053 - 1082 of 1316   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1053 groupsupport@...
one2001boy Send Email
Mar 9, 2010
6:04 am
... 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...
1054 neilliehoo Send Email Mar 10, 2010
3:20 pm
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...
1055 groupsupport@...
one2001boy Send Email
Mar 10, 2010
3:46 pm
... You may try the following solution. run regedit.exe, 1) go to My Computer\\HKEY_LOCAL_MACHINE&#92;\Software\\SoftIntegration, right click on SoftIntegration...
1056 W. de Hoog
neilliehoo Send Email
Mar 10, 2010
8:45 pm
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...
1057 David Ko
dko_ucd Send Email
Mar 17, 2010
12:22 am
Hello All, Mobile-C version 1.10.10 has been released. This release addresses a backwards-compatability issue with the ComposeAgent() functions introduced in...
1058 samuel muthee
s_muthee Send Email
Mar 17, 2010
8:06 am
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  ......
1059 Claudio
claudio.ssp80 Send Email
Mar 17, 2010
3:36 pm
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...
1060 David Ko
dko_ucd Send Email
Mar 18, 2010
12:27 am
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...
1061 Ganea
ganezuu Send Email
Mar 23, 2010
2:42 pm
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...
1062 Harry Cheng
Harry_H_Cheng Send Email
Mar 25, 2010
11:44 pm
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 ...
1063 Ganea Adrian-Florin
ganezuu Send Email
Mar 26, 2010
2:29 pm
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...
1064 David Ko
dko_ucd Send Email
Mar 26, 2010
6:04 pm
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...
1065 Claudio
claudio.ssp80 Send Email
Mar 26, 2010
9:00 pm
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...
1066 Harry Cheng
Harry_H_Cheng Send Email
Mar 26, 2010
9:05 pm
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...
1067 Ganea Adrian-Florin
ganezuu Send Email
Mar 26, 2010
11:14 pm
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...
1068 David Ko
dko_ucd Send Email
Mar 29, 2010
9:33 pm
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 ...
1069 David Ko
dko_ucd Send Email
Mar 29, 2010
9:34 pm
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....
1070 Ganea
ganezuu Send Email
Apr 11, 2010
4:15 pm
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...
1071 abidakunsola Send Email Apr 12, 2010
1:58 am
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...
1072 groupsupport@...
one2001boy Send Email
Apr 12, 2010
5:37 pm
[ 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, ...
1073 groupsupport@...
one2001boy Send Email
Apr 12, 2010
5:37 pm
... The license for using embedded ch expired already. Do you use it for open source project? You can contact info@... regarding how to get the...
1074 Ganea
ganezuu Send Email
Apr 17, 2010
8:41 pm
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...
1075 Ganea
ganezuu Send Email
Apr 18, 2010
2:21 pm
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. ...
1076 David Ko
dko_ucd Send Email
Apr 20, 2010
12:16 am
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...
1077 Ganea Adrian-Florin
ganezuu Send Email
Apr 20, 2010
2:30 pm
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...
1078 David Ko
dko_ucd Send Email
Apr 20, 2010
7:17 pm
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 ...
1079 Ganea Adrian-Florin
ganezuu Send Email
Apr 21, 2010
2:27 pm
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...
1080 David Ko
dko_ucd Send Email
Apr 21, 2010
9:00 pm
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...
1081 Ganea Adrian-Florin
ganezuu Send Email
Apr 23, 2010
3:26 pm
Thanks for the reply!              Actually what i intended to do is to make an agent wait for a message on a certain agency( i need...
1082 David Ko
dko_ucd Send Email
Apr 23, 2010
6:17 pm
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...
Messages 1053 - 1082 of 1316   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help