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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 853 - 882 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
863
I have been trying for several days to display just the actual data points without having any of them connected by lines so that i can add in my own algorithm...
pocketqueens518
Offline Send Email
Aug 14, 2008
7:51 pm
864
plotxyzf is not what you want to be using. That is a quick way of setting up the CPlot class to default settings. You'll want to get rid of that line and load...
jasonhonda85
Offline Send Email
Aug 14, 2008
10:10 pm
865
Dear PocketQueens518, You need to attach the pointer to the CPlot class: #include <chplot.h> #include <stdio.h> int main() { class CPlot plot; char *filename; ...
S
ssn17
Offline Send Email
Aug 14, 2008
10:10 pm
866
thanks very much for the help. Adding the pointer to the plot data allowed me to change the settings on the plot....
pocketqueens518
Offline Send Email
Aug 15, 2008
2:59 pm
867
The install.sh script removes specified directory files/sub-direcotries. When you have write permission and specify another installation directory that has...
fsell2004
Offline Send Email
Aug 17, 2008
3:57 am
868
Sorry to hear that your files are deleted. However, we do give the warnings as we show below. ... The above gives you warning that all files under directory...
groupsupport@...
one2001boy
Offline Send Email
Aug 17, 2008
7:14 pm
869
This may sound a bit stupid question. But I am really a newbie here. I have installed Visual C++ Express 2008 edition and OpenCV I have also already run...
Peeraya Sripian
midori_gift
Offline Send Email
Aug 18, 2008
9:11 pm
870
Dear Peeraya, You can use the Ch OpenCV package without needing Visual Studio. Download the Ch OpenCV binary package from ...
S
ssn17
Offline Send Email
Aug 18, 2008
10:53 pm
871
... You may check your _chrc in your home directory, it contains the information about how to set up environment variable for INCLUDE Path and LIB Path for VC...
groupsupport@...
one2001boy
Offline Send Email
Aug 19, 2008
4:43 am
872
Thank you very much, I have tried the CH binary thing now. It works ... information...
Peeraya Sripian
midori_gift
Offline Send Email
Aug 19, 2008
12:56 pm
873
Hi all, i downloaded Ch otherday with the intiention to use it as a scripting language coinciding with my MUD that ive been developing, I got the basics on how...
James Cutter
captain666sp...
Online Now Send Email
Sep 2, 2008
8:16 pm
874
... You may need to check Embedded Ch for getting it done. http://www.softintegration.com/products/sdk/embedch/ ...
groupsupport@...
one2001boy
Offline Send Email
Sep 3, 2008
7:24 pm
875
... a ... developing, I ... be ... I;ve been readin the chsdk.pdf and can't find the API commands for passing Variables from C to Ch....
James Cutter
captain666sp...
Online Now Send Email
Sep 3, 2008
10:08 pm
876
... You need to download Embedded Ch evaluation with embedch.pdf to read, not chsdk.pdf. Best regards, T.S...
groupsupport@...
one2001boy
Offline Send Email
Sep 3, 2008
10:10 pm
877
I'm a retired cobol programmer and have very little knowledge of C. I want to be able to do record processing. My system is windows Vista. I created this...
brodrigcsw
Offline Send Email
Sep 7, 2008
10:00 pm
878
You cannot do int test = 0; if(test); { printf("bad"); } The semicolon ends the if statement prematurely and the printf statement will always occur no matter...
S
ssn17
Offline Send Email
Sep 7, 2008
10:47 pm
879
Thank you.  your modified code worked. Benny Rodriguez ... From: S <sodokan@...> Subject: [ch_language] Re: I'm new to ChIDE I want to process records...
Benny Rodriguez
brodrigcsw
Offline Send Email
Sep 7, 2008
11:51 pm
880
Running in ChIDE i get ERROR: unsupported data type for indirection operation * at line 31 in file C:\Ch\demos\bin\brin5.c ERROR: unsupported data type for...
brodrigcsw
Offline Send Email
Sep 8, 2008
10:15 pm
881
Given: char str1[10]; char str2[10]; You cannot do the following: str2 = str1; // incorrect: cannot do this with standard C arrays You need to use the strcpy()...
S
ssn17
Offline Send Email
Sep 9, 2008
1:21 am
882
hmmm im geting: ERROR: Ch_Initialize() failed: missing '/home/abyss/abyss/src/lib/ch/ extern/lib/chmt1.dl' how i fix this? jus installed EmbededCh to my server...
James Cutter
captain666sp...
Online Now Send Email
Sep 9, 2008
4:01 am
Messages 853 - 882 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