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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 684 - 724 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
684
Any packages for ISAM file access for Ch out there? Did a search....
Jan Theodore Galkowski
disneylogic
Offline Send Email
Oct 15, 2007
3:22 pm
685
... 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...
groupsupport@...
one2001boy
Offline Send Email
Oct 15, 2007
10:36 pm
686
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...
boutdemarde
Offline Send Email
Oct 31, 2007
1:17 pm
687
... 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...
groupsupport@...
one2001boy
Offline Send Email
Oct 31, 2007
10:31 pm
688
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...
jes_coupe
Offline Send Email
Dec 5, 2007
12:51 am
689
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...
MiltRat
Offline Send Email
Dec 5, 2007
7:52 pm
691
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...
groupsupport@...
one2001boy
Offline Send Email
Dec 9, 2007
3:14 pm
692
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...
blinhh
Offline Send Email
Dec 10, 2007
9:52 am
693
... Mobile-C uses the latest features of Embedded Ch 6.0. Shortly after Embedded Ch 6.0 is released, Mobile-C will be available. Regards, Harry...
Harry Cheng
Harry_H_Cheng
Offline Send Email
Dec 10, 2007
6:25 pm
697
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...
S
ssn17
Offline Send Email
Dec 18, 2007
12:52 am
698
Ch SQLite v1.2.0, updated for SQLite 3.5.4, for both Windows and Linux are now available. http://chsqlite.sourceforge.net/ Stephen...
S
ssn17
Offline Send Email
Dec 19, 2007
1:56 am
699
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...
S
ssn17
Offline Send Email
Dec 20, 2007
12:21 am
700
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...
rechsteiner.martin
rechsteiner....
Offline Send Email
Dec 20, 2007
8:55 pm
701
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:...
Michael Bluejay
michaelbluejay
Offline Send Email
Dec 23, 2007
1:21 pm
702
... 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...
groupsupport@...
one2001boy
Offline Send Email
Dec 24, 2007
5:07 am
703
... Thank you for the quick reply. I restarted my machine and now it seems to work fine. Sorry for the trouble!...
Michael Bluejay
michaelbluejay
Offline Send Email
Dec 24, 2007
10:17 am
704
How can one set the font color for console output? For example, ls can set a different color for directories. Thanks....
MiltRat
Offline Send Email
Dec 24, 2007
5:21 pm
705
... 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...
groupsupport@...
one2001boy
Offline Send Email
Jan 7, 2008
1:01 am
706
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...
rechsteiner.martin
rechsteiner....
Offline Send Email
Jan 7, 2008
5:57 pm
707
... 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 ...
blinhh
Offline Send Email
Jan 13, 2008
6:53 pm
712
... Linh, Ch v6.0 is scheduled to be released in the early Feb. Regards, Tech Support...
Group Support
one2001boy
Offline Send Email
Jan 18, 2008
8:36 pm
713
... 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...
MiltRat
Offline Send Email
Jan 24, 2008
1:04 am
715
... 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...
groupsupport@...
one2001boy
Offline Send Email
Jan 25, 2008
3:12 pm
718
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 NeSmith
twnesmith
Offline Send Email
Jan 28, 2008
7:20 pm
719
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...
Group Support
one2001boy
Offline Send Email
Jan 28, 2008
8:52 pm
720
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,...
Tom NeSmith
twnesmith
Offline Send Email
Jan 28, 2008
10:50 pm
721
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...
Tom NeSmith
twnesmith
Offline Send Email
Jan 29, 2008
12:00 am
722
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...
Group Support
one2001boy
Offline Send Email
Jan 29, 2008
12:13 am
723
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...
Group Support
one2001boy
Offline Send Email
Jan 29, 2008
12:15 am
724
When I went to download the subject, I noticed that Windows Vista was not on the list. Is this version in work?...
lawrencemalcom
Offline Send Email
Jan 30, 2008
4:56 pm
Messages 684 - 724 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