Our project already includes an user interface. we want to plot some data analysis results on this interface. Is anybody know how to make this happen by using...
... Please check the sample: http://www.softintegration.com/products/sdk/embedch/plotexample/ To compile the code using a C++ compiler, you need SIGL at...
Hi all, I'm quite new in Ch and I have two questions... Are there abilities for animation of graph (curve, surface) plotting and more than one window plotting...
Hi all, i'm evaluating for my company Ch as embedded interpreter to be called by a VB application. So i'm developing a C Dll (VC6.0) to bridge the vb calls...
Again.... If i parse two times the same script, the Ch_ParseScript crashes. Is it possible to handle the error situation query the interpreter to get...
Hello, ... Using "ch -n script.c" for parsing. It is the same as you run Ch_ParseScript() from embedded ch. If it crashes from "ch -n script.c", it will show...
Hello, thanks for your attention. ... I made some other tests. The situation is always the same: a C script that includes a *.h file (that contains some code)...
anyone know of or be workin' on a native PostgreSQL connection for Ch? failing that, anything comparable to what psycopg2 does for Python? i know of iODBC but...
[ Charset ISO-8859-1 converted... ] ... there is one link about PostgreSQL. http://gborg.postgresql.org/project/psqlodbc/genpage.php?howto-ch If you can find C...
... Can you help provide a link regarding the ISAM library? I think using Ch SDK for auto-bind building, you can get it done quickly. You can take a quick look...
Hi, I am trying to link my application with the embedded version of Ch and because our application is linked with old libraries that I can not have updates for...
... To maintain a special version of ch and embedded ch for one company will takes a lot of efforts and resources. If you are from a big company and can afford...
hi I have openCV1.0 installed on my system (mac os x 10.4) and am trying to get chOpenCV 2.5 up and running. I have put the chOpenCV folder into the openCV...
The currently supported version of SQLite in ch is 3.3.5. The current version of SQLite is 3.5.3. Will another version of the ch library for a more current...
Milt, Ch SQLLite contains the source code to build Ch SQLite with any SQLite version. You may just type three commands to build it automatically. Can you give...
Hello, there is a library for programming mobile agents: Mobile-C. Mobile-C - agents use embedded ch as their runtime enviroment. I would like to progam my own...
Dear Milt, A new version of Ch SQLite has been released for Linux. It should work with SQLite 3.5.4. If you are running a Linux system, please give it a try. A...
Dear James, I just tried Ch OpenCV 2.5.0 with OpenCV 1.0.0 on a Mac running OS X 10.4.10. Everything compiled and worked. Did you configure, build, and install...
Hallo, I have project, which needs a lot of math (polyfit() etc...) with realtime data coming from a sensor via serial COM1. I think, with Ch running on a Pc...
Hello, I just downloaded Ch Standard for Mac OS (10.4), but when I try to run the bundled Hello World (./demos/bin/hello.c) I get the error: ./hello.c: line 3:...
... It looks that ch is not installed or not installed successfully. Can you run ch from your shell and see if it works first? Best regards, Tech support...
... You can use the command ls --color You may add alias("ls", "ls --color"); in your startup file .chrc in Unix or _chrc in Windows in your home directory to...