... 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...
is it possible in Ch professional to draw live-plots, like trends etc.. to plot online with the incoming data on screen ??? pls help.... regards: martin...
... Mobile-C ... Hi, thanx very much for your reply, but I still have a little question: do you know, when will ch 6.0 be available on the internet? I'm ...
... I wasn't clear, sorry. I want to control colors through my program for console output. With other scripting languages there are escape sequences that can...
... Do you know how a regular C program handle colored text output in a console? Ch has to be compatible with C. It will be helpful to integrate this feature...
I am using ch embedded within a (Solaris) system that does dynamic library loading. Part of the dynamic loading function looks up the environment variable...
Tom, You are right. When Ch_End() is called, all environment variables modified by scripts will be reset to NULL. In this case, LD_LIBRARY_PATH is modified by...
Doesn't this mean that ch isn't thread-safe? If I have one thread (not running ch) doing getenv("LD_LIBRARY_PATH") and a second thread that runs a ch script,...
I removed the part in chrc that sets LD_LIBRARY_PATH and modified it in my environment (outside ch) hoping the LD_LIBRARY_PATH would no longer be removed... to...
When environment variables are modified in one thread. the other threads will be affected. It is tricky. We are open for any suggestions you may have on how...
Make sure you commented LD_LIBRARY_PATH part code in your CHEMBED/config/chrc. In your case, it is CHHOME/toolkit/embedch/config/chrc. Also LD_LIBRARY_PATH is...