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...
Show off your group to the world. Share a photo of your group with us.

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 665 - 705 of 1001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
665
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...
visaofparents
Offline Send Email
Aug 15, 2007
12:16 am
666
... Please check the sample: http://www.softintegration.com/products/sdk/embedch/plotexample/ To compile the code using a C++ compiler, you need SIGL at...
groupsupport@...
one2001boy
Offline Send Email
Aug 16, 2007
5:52 am
667
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...
s_michna
Offline Send Email
Aug 22, 2007
12:18 pm
668
... This feature will be supported in the future release. Thanks for the suggestion. Best regards, Tech support...
groupsupport@...
one2001boy
Offline Send Email
Aug 24, 2007
3:24 pm
669
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...
stefano_m_a
Online Now Send Email
Aug 27, 2007
9:43 am
670
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...
stefano_m_a
Online Now Send Email
Aug 27, 2007
1:49 pm
671
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...
groupsupport@...
one2001boy
Offline Send Email
Aug 28, 2007
2:31 am
672
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)...
stefano_m_a
Online Now Send Email
Aug 28, 2007
8:41 am
673
... The message "ERROR: cannot recover from previous errors" indicates that the ch script crashed at line 80 in file fmd.h. It means that running...
groupsupport@...
one2001boy
Offline Send Email
Aug 28, 2007
3:45 pm
679
... It will be great, if we can animate our computation graphs, We will wait the future release :-) Thanks a lot, Good luck!...
kahramonj
Offline Send Email
Sep 20, 2007
4:33 pm
681
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...
Jan Theodore Galkowski
disneylogic
Offline Send Email
Sep 22, 2007
6:30 pm
682
[ 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...
groupsupport@...
one2001boy
Offline Send Email
Sep 24, 2007
6:22 am
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
Messages 665 - 705 of 1001   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help