Hi again! Is there a boundary for the number of agents running at the same time on an agency? Because I ran some tests and I get a maximum number of 4. If I...
1084
groupsupport@...
one2001boy
May 3, 2010 4:37 pm
... if you set option.chhome when run Ch_Initialize(), it will set the embedded ch home directory. by default, it is CHHOME/toolkit/embedch/extern/lib. you...
1085
Ganea Adrian-Florin
ganezuu
May 5, 2010 1:09 pm
Hello and thanks for the answer but it didn't help! I copied chmt6.dl, chmt7.dl... in the specified directory For the CH options i set shell_type to...
1086
David Ko
dko_ucd
May 7, 2010 10:56 pm
Hello Ganea, It appears that you have stumbled upon another recent bug in Mobile-C. I've attached a patch file to this email which can be used to correct the...
1087
Ganea Adrian-Florin
ganezuu
May 10, 2010 1:55 pm
Hi and thanks a lot! I used the patch you provided and now it works.Still, there is a weird problem with MC_GetAllAgents().I think its behavior is somehow...
1088
David Ko
dko_ucd
May 12, 2010 9:51 pm
Hello Ganea, There are a couple issues which may be happening with your MC_GetAllAgents() example. You might need to make your program wait a little while...
1089
David Ko
dko_ucd
May 13, 2010 2:16 am
Hello all, Mobile-C version 1.10.11 has been released. Major new features include support for stationary binary space agents via the MC_AddStationaryAgent API ...
1090
abidakunsola
May 13, 2010 5:51 am
I've downloaded the ch user's guide,the chmechanism user's guide and the animation user's guide.I need information on how to download the software that I'll...
1091
groupsupport@...
one2001boy
May 13, 2010 4:46 pm
If you click the platform to select from, it will show windows, linux, solaris etc. You can select one to download. Tech support...
1092
lenardocs
May 13, 2010 7:16 pm
I have chstandard-6.3.0.linux2.4.20.intel and embedch_e 6.3.0.linux2.4.20.intel-installed, but when I give the command make in the directory of...
1093
David Ko
dko_ucd
May 13, 2010 8:18 pm
Hello, I have a couple questions. It looks like you are using Linux. If so, what distribution are you using? I assume you ran "./configure" from the mobilec...
1094
Ganea Adrian-Florin
ganezuu
May 14, 2010 1:48 pm
Thanks a lot! I knew that the agent creation process could lead to inconsistencies but the program I sent was just a sample project. In my original application...
1095
David Ko
dko_ucd
May 14, 2010 6:51 pm
Hello, Actually, upon closer inspection of the message you sent me, it is actually not an error message. Try going into the directory...
1096
David Ko
dko_ucd
May 18, 2010 12:46 am
Hello All, Mobile-C Version 1.10.12 has been released. This version fixes a variety of bugs, and also adds a new command to the Mobile-C command line called ...
1097
abidakunsola
May 22, 2010 2:54 pm
I downloaded the standard edition version 6.3.0.14011 and i read the installation manual that follows before installing it. But after completing the...
1098
groupsupport@...
one2001boy
May 22, 2010 3:30 pm
... For ch shell, it is like a unix shell or windows msdos shell, you may check the link below http://www.softintegration.com/docs/ch/shell/ However, I think...
1099
Sola Abidakun
abidakunsola
May 26, 2010 2:08 pm
I have downloaded and installed the ch professional evaluation edition.The commands of chmechanism toolkit are not define in CHIDE.Does that means I should...
1100
groupsupport@...
one2001boy
May 26, 2010 6:56 pm
... you need to install ch prof followed by ch chmechanism toolkit. you may read ch ide user's guide about how to use it. ch student edition includes ch...
1101
abidakunsola
May 30, 2010 2:35 pm
I wish to write a program that will allow all the values to be input during the execution time,by a promt message.Is that possible? How can I achieve this,is...
1102
Sola Abidakun
abidakunsola
May 30, 2010 2:38 pm
I thank you for your usual assistance.Now I have what I need,I mean Chide,but now I want to write a program that will look exactly as the web base CGI...
1103
groupsupport@...
one2001boy
Jun 2, 2010 8:06 pm
... You can use either printf() scanf() as shown in CHHOME/demos/bin/scanf.c or MessageBox() DiaglogBox() as shown in C:/Ch/toolkit/demos/Windows/ for Windows....
1104
abidakunsola
Jun 6, 2010 2:26 pm
... Do you mean if i downloaded and install cgi toolkit,i can run all the cgi based program without connection to internet.If so I will try that....
1105
eduarddrenth
Jun 7, 2010 2:18 pm
Hi all, Recently I started experimenting with mobile-c and Jade. Mobile-c depends on ch, therefore I installed chstandard-6.3.0 on my linux box. The ch command...
1106
groupsupport@...
one2001boy
Jun 7, 2010 6:48 pm
Eduard, thanks for your report. the link has been fixed. please try to download again and it should work now. Best regards, Tech suport...
1107
groupsupport@...
one2001boy
Jun 7, 2010 6:48 pm
... if you intend to use for cgi without internet access, it only works with your local machine. good for testing, but nobody else can use it. best, tech...
1108
joaopsf@...
joaopsf...
Jun 8, 2010 5:05 pm
Hi, I'm new using Mobile-C. I have tried to build the Mobile-C library, however I always get the same errors. I'm using windows 7 64 bits and visual studio...
1109
David Ko
dko_ucd
Jun 8, 2010 5:40 pm
Hello, If you are using Visual Studio 2008, you need to manually add the "x64" platform configuration in order for the library to build correctly. ...
1110
David Ko
dko_ucd
Jun 8, 2010 5:51 pm
Also, for your information, we expect to release Mobile-C version 2.0.0 some time next week. - David ... -- David Ko Graduate Student, Department of Mechanical...
1111
joaopsf@...
joaopsf...
Jun 12, 2010 4:19 pm
Hi! I was trying to test the LibMC.Net demos, however I'm always getting the same exception. I can build the solution without but when I start debugging when...
1112
flashing_boy203
Jun 14, 2010 11:47 pm
Hi all, I tried to use Visual C++ 2010 to build the demos project included in the packabe I downloaded. I built it successfully but when I run it, I got the...