Search the web
Sign In
New User? Sign Up
ch_language · Ch Language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 833 - 862 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
833
Hi, I'm trying to create a GUI for my mobile agent system with Qt4. With QProcess, I can start the client and servers too, but somehow all the output of agents...
blinhh
Offline Send Email
Jun 12, 2008
2:25 pm
834
  Dear all, Introducing, we are CPS-Elementsan Aviation Industry Service Provider. We successfully deliver state of the art, and high quality solutions to our...
Cps Elements
cps.elements
Offline Send Email
Jun 12, 2008
2:25 pm
835
Would you provide us with more information regarding the Qt4 code, agent, server program, client program, and the operating system on which you ran the...
Yu-Cheng Chou
chou_y_c
Offline Send Email
Jun 12, 2008
4:55 pm
836
I can't comment specifically on your issue, but one problem I've run into before is very similar. The easiest solution I found was to add a fflush(stdout) or...
dpstark2
Offline Send Email
Jun 12, 2008
4:55 pm
837
Hi, thank you all for your regards. Here are some more information about my problem: Operating system: linux Ubuntu Example code for server: ...
Linh Bui
blinhh
Offline Send Email
Jun 13, 2008
12:37 pm
838
Hi Linh, Just like Doug has mentioned, you may first go ahead and add fflush(stdout) after printf() statement to see if it works. Yucheng...
Yu-Cheng Chou
chou_y_c
Offline Send Email
Jun 13, 2008
5:51 pm
839
I could use some installation/setup help. I just installed ch on my OS 10.4 mac and it seems to be working (I can execute commands interactively and run simple...
pauljmoses
Offline Send Email
Jun 18, 2008
1:31 am
840
Hi, thank you, it works now :-) Linh Bui ... Von: Yu-Cheng Chou <cycchou@...> An: ch_language@yahoogroups.com Gesendet: Freitag, den 13. Juni 2008,...
Linh Bui
blinhh
Offline Send Email
Jun 18, 2008
12:35 pm
841
I'm looking to embed the Ch interpreter, and there's one stat I can't seem to find – how much memory does it actually take? I'm just looking for a ball-park...
edgeofepsilon
Offline Send Email
Jun 19, 2008
2:53 pm
842
According to http://www.softintegration.com/products/sdk/embedch/sysreq.html, the minimum disk space requirement for Embedded Ch with complete ISO C standard...
Yu-Cheng Chou
chou_y_c
Offline Send Email
Jun 20, 2008
2:30 am
843
You can run the command 'xclock' to see if you get a clock. If not, you need to setup X11 properly first. Or you can use AquaTerm as described at ...
Group Support
one2001boy
Offline Send Email
Jun 20, 2008
2:30 am
844
By default, it is rather big depending on the platform. However, for the current version, it can be cut down to over 1 Mbytes. How to cut down the...
Group Support
one2001boy
Offline Send Email
Jun 20, 2008
2:31 am
845
thanks for answering, but... xclock works, so does eagle (an X11 printed circuit board layout program) I'm not interested in installing/using Aqua just to try...
pauljmoses
Offline Send Email
Jun 20, 2008
5:50 pm
846
... Does your /usr/local/ch/config/chrc constain putenv(stradd("GNUPLOT_DRIVER_DIR=", chhome_, "/sbin")); putenv(stradd("GNUPLOT_PS_DIR=", chhome_,...
groupsupport@...
one2001boy
Offline Send Email
Jun 21, 2008
1:04 am
847
This may not be very helpful but... I seem to remember reading that only the "Professional" versions of Ch can plot to a window ...
dpstark2
Offline Send Email
Jun 21, 2008
2:01 am
848
Hello All, Mobile-C Version 1.10.0 has been released on http://www.mobilec.org . This new release adds many new features. Please note that Version 1.9 agents...
David Ko
dko_ucd
Offline Send Email
Jun 23, 2008
6:47 pm
849
Yuhu! It's great! I'm looking forward to MobileC 1.10.0 :-). But now I have another question: What does this error message mean: "Unknow data type: 0 at...
Linh Bui
blinhh
Offline Send Email
Jun 24, 2008
12:44 pm
850
Hello Linh, Are you trying to use version 1.9 agents with a version 1.10 agency? I have seen some very similar error messages and warnings when I tried to use...
David Ko
dko_ucd
Offline Send Email
Jun 24, 2008
6:45 pm
851
Hi, thank you for your suggestion. Thank to it, the problem has been solved. I still use MobileC 1.9.4 because all my agents and codes are written...
Linh Bui
blinhh
Offline Send Email
Jun 27, 2008
12:58 pm
852
... gloh.h and its functions are not supported in Windows. Use dirent.h and demo Program 20.5 in C:/Ch/docs/chguide.pdf to work through a directory, and all...
groupsupport@...
one2001boy
Offline Send Email
Jun 30, 2008
4:01 am
853
Hello All, Mobile-C version 1.10.1 has been released at the Mobile-C website, http://www.mobilec.org . This is a bugfix release, fixing various bugs. Most...
David Ko
dko_ucd
Offline Send Email
Jul 1, 2008
11:57 pm
854
I would like to change the output text color from green to black. Can anyone tell me how to do that? Lonnie...
lonnie65
Offline Send Email
Jul 2, 2008
8:23 pm
855
Hi ALL, I have a quick question. How to write a makefile in linux? I wrote a cpp script using SIGL. In order to generate an executable file, the makefile needs...
leeying.wu
Offline Send Email
Jul 9, 2008
1:03 pm
856
Hi Lee-Ying, You may use the following Makefile as a reference. -Yucheng ====================================================================== # Asssume...
Gary
chou_y_c
Offline Send Email
Jul 10, 2008
2:03 am
857
[ Charset ISO-8859-1 converted... ] ... example Makefile files available in SILIB_HOME/demos/ such as /usr/local/silib/demos/ T.S...
groupsupport@...
one2001boy
Offline Send Email
Jul 11, 2008
5:13 am
858
Hello, MobileC version 1.10.2 has been released. This release is mainly a bugfix update. Bugs regarding - Mishandled long/truncated agent messages - FIPA...
David Ko
dko_ucd
Offline Send Email
Jul 12, 2008
1:48 am
859
Ch Standard edition, version 6.0.0.13581. Host Windows XP SP2 Run the following code snippet and you will see Ch incorrectly follows the C++ constructor...
Erick Roane
erickroane
Online Now Send Email
Jul 16, 2008
11:15 pm
860
[ Charset ISO-8859-1 converted... ] ... This bug is to be fixed. In the meantime, you can add myBlob.data = 37; here. Thanks for your report. Best regards, T.S...
groupsupport@...
one2001boy
Offline Send Email
Jul 17, 2008
4:02 pm
861
Create a file called MacroClass.h and fill with contents below... #include "stdio.h" #include "stdbool.h" #define AMACRO_STRINGIZE(thing)...
Erick Roane
erickroane
Online Now Send Email
Jul 22, 2008
1:39 am
862
... This bug related to this preprocessing directives and converting tokens into strings in nested macros has already been fixed and will be released in our...
groupsupport@...
one2001boy
Offline Send Email
Jul 22, 2008
4:41 am
Messages 833 - 862 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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