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...
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...
Hi Lee-Ying, You may use the following Makefile as a reference. -Yucheng ====================================================================== # Asssume...
Hello, MobileC version 1.10.2 has been released. This release is mainly a bugfix update. Bugs regarding - Mishandled long/truncated agent messages - FIPA...
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...
[ 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...
... 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...
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...
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...
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; ...
The install.sh script removes specified directory files/sub-direcotries. When you have write permission and specify another installation directory that has...
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...
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...
... 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...
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...
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...
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...
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...
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...
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()...
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...