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: 583
  • Category: C and C++
  • Founded: May 27, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1289 - 1318 of 1318   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1289 priyanka
pinku_pushu Send Email
May 18, 2012
6:55 am
It gave error cannot include file window.h...
1290 priyanka
pinku_pushu Send Email
May 23, 2012
1:59 pm
Respected Sir, I am currently working on building mobile agent platform using mobile-c whose prerequisite is ch. Now while building my code, the libmc.c refer...
1291 Tech Support
one2001boy Send Email
May 24, 2012
6:49 am
Hi, it is highly recommend to get the demo examples bundled with mobile agent software to work first and then modify the code based on the example. Best, Tech...
1292 cgonzalez509 Send Email Jun 5, 2012
12:01 pm
Hi! I am planning to deploy an agent using mobileC in a router Asus RT-NI6 with a Factory clocked 480 MHz CPU; Real 533 MHz): MIPS 74K V4.0 BogoMIPS processor...
1293 stump_the_chump Send Email Jun 19, 2012
1:04 pm
I am learning how to use function pointer arrays, and I get the "ERROR: unsupported reference type" message. As the last line shows, the function appears to be...
1294 Tech Support
one2001boy Send Email
Jun 20, 2012
3:39 pm
... The displayed error messasge "ERROR: unsupported reference type" can be ignored. We will fix it in our next release. Thanks for your information. Best...
1295 eng.huthaifasaif
eng.huthaifa... Send Email
Sep 29, 2012
4:07 am
Hi all I have a problem in this simple code: #include "stdafx.h" #include <iostream> #include <conio.h> // getch() using namespace System; using namespace std;...
1296 Tech Support
one2001boy Send Email
Sep 29, 2012
3:39 pm
... Assume the filename is abc.c, you can run "abc.c aa" from ch shell to see the output result. You can use the following code. The supported C++ features in...
1297 eecoxjr Send Email Nov 1, 2012
8:58 pm
I am just starting with ch and have not touched C in 25 years, so pardon a dumb question. I would like to debug a routine that will send data via COM port...
1298 Tech Support
one2001boy Send Email
Nov 1, 2012
10:45 pm
... If you don't use specific ch features for easy of scripting, the c or Ch code can be compiled. Serial port is OS dependent. Please check the following for...
1299 lyle.holcomb@...
lyle.holcomb... Send Email
Feb 8, 2013
7:03 pm
Dear Group, I am using the ch student version and would like to know how to create .obj. lib, and dll files from ch. I need to use these files to be able to...
1300 notsoslow1 Send Email Feb 19, 2013
1:58 am
I have a program in c++ that outputs x[n] and y[n] how can I use ChIDE to plot the graph. I take it I will not be able to transfer my code into ChIDE and run...
1301 Tech Support
one2001boy Send Email
Feb 19, 2013
7:50 am
... You can check the demo and samples below. http://www.softintegration.com/chhtml/lang/demos/lib/libch/plot/ Tech support...
1302 Tech Support
one2001boy Send Email
Feb 19, 2013
7:50 am
Hi Lyle, You can check Ch SDK about how to get it done. http://www.softintegration.com/products/sdk/chsdk/ Ch SDK User's guide is good for you to get started. ...
1303 hgvmorais@...
hgvmorais... Send Email
Feb 19, 2013
3:52 pm
Hello How can I integrate a Mobile-C platform with a Jade platform?...
1304 HK
hkhandan Send Email
Mar 4, 2013
6:39 pm
We would like to use Ch with SPARC VIIIfx processors. Is it compatible?...
1305 Tech Support
one2001boy Send Email
Mar 8, 2013
7:00 am
... Ch supports the following platform: Solaris 2.6 sparc 32 bit or above Solaris 10 x86-64 or above Solaris 10 Sparc 64 bit or above it looks working fine for...
1306 lyle.holcomb@...
lyle.holcomb... Send Email
Mar 23, 2013
6:44 am
Dear All, I downloaded the Perl Regular Expression package and want to correctly install it with my student edition of ch which is installed in my c:\ch...
1307 lyle.holcomb@...
lyle.holcomb... Send Email
Mar 23, 2013
6:44 am
Dear Support, Sorry for the late acknowledgement, but wanted to thank you for the tip. I got waylaid. Best, Lyle...
1308 Tech Support
one2001boy Send Email
Mar 25, 2013
1:01 am
Hi Lyle, You may just follow the readme and run "make install" from ch shell. Best, Tech support...
1309 lyle.holcomb@...
lyle.holcomb... Send Email
Mar 25, 2013
7:37 am
Dear Support, I ran the make/install and the install was successful. I also ran the pcre demo program in the ch shell successfully. But when I compile the...
1310 WilliamT
billtricarico Send Email
Mar 25, 2013
8:48 pm
Hello, I am building a WPF/C# app (in Visual Studio 2012) that will allow the end-user to build custom functions. C is the language of choice here. What I...
1311 Tech Support
one2001boy Send Email
Mar 31, 2013
7:53 pm
Hi WilliamT, ... it looks that it doesn't look a big problem for using Embedded Ch. You can find more in the link below about samples to call Embedded Ch. ...
1312 Tech Support
one2001boy Send Email
Mar 31, 2013
7:53 pm
... You want to create a latest pcre library binding to Ch? the package you download can work directly without compilation. If you want to compile with the...
1313 auger44600 Send Email Apr 26, 2013
2:37 pm
Dear all, I try to write functions solving ordinary differential equations such as the oderk function, and have some problems to do that. I have two questions:...
1314 Tech Support
one2001boy Send Email
Apr 28, 2013
7:08 pm
... You can check the example below: void func(double t, double y[], double dydt[], void *param) { double *mu; mu = (double*)param; // mu[0] and mu[1] in...
1315 darkprogrammer@...
darkprogramm... Send Email
Apr 30, 2013
2:32 pm
I'm taking a course in game programming and the recommended C++ compiler is Microsoft Visual C++, I'm not a big fan of Visual Studio. How does Ch stack up for...
1316 Tech Support
one2001boy Send Email
Apr 30, 2013
11:37 pm
... Thanks for your interest in using Ch. Game programming requires OS related GUI and the compiler from the OS vendor works best. However, embedded ch can be...
1317 fraccaro_alessandro
fraccaro_ale... Send Email
Jun 5, 2013
2:05 pm
Hello we're recently evaluating a C script engine to embed in our application. We think Ch Interpreter is probably the most interesting product. Our...
1318 Tech Support
one2001boy Send Email
Jun 6, 2013
9:16 pm
... C++ build was supported, but not anymore. ... You can use visutal studio 2008 or high version for 64 bit. Best regards, Tech support...
Messages 1289 - 1318 of 1318   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