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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 400 - 434 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
400
While this may be a valid point, script performance wasn't the main reason I was investigating ch. Our current development cycle for low level algorithms in...
grahamwilsonca
Offline Send Email
Oct 3, 2006
1:55 am
401
OK - very good points and good to know. So, this takes me back to the possibilty of enhancing Ch to generate standard C. I suspect this is a major effort, and...
TMacD
tmacd70783
Offline Send Email
Oct 3, 2006
6:20 pm
402
You may check if high-level Ch OpenCV and Ch ImageMagick packages at http://www.softintegration.com/products/thirdparty/#graphics can be used for your ...
Harry_H_Cheng
Offline Send Email
Oct 3, 2006
6:41 pm
404
Hello to all! I have installed Ch professional and the cgi and control system toolbox on Ubuntu. I have also configured Apache and tested the web based control...
amora_9
Offline Send Email
Oct 17, 2006
5:14 am
405
... please use gnuplot> set terminal png ... please use Plot.outputType(PLOT_OUTPUTTYPE_STREAM, "png"); "png color" settings has been deprecated in Ch Prof...
groupsupport@...
one2001boy
Offline Send Email
Oct 18, 2006
5:47 am
406
Hello How can I make an executable program in chscite?...
slawwwc
Offline Send Email
Oct 19, 2006
12:24 am
407
Hi All Is there any way to use SIGL for real time charts/plotting. (I have 19 values per second and I need to display them in real time) Any suggestions would...
sg78ca
Offline Send Email
Oct 19, 2006
3:09 am
408
... ChSciTE is an IDE to execute C programs in Ch. Ch is an C/C++ interpreter, not a compiler. It cannot create an executable binary program. You need a C...
groupsupport@...
one2001boy
Offline Send Email
Oct 20, 2006
8:23 am
409
... The link below contains a simple example. http://www.softintegration.com/products/sdk/embedch/plotexample/ Tech support...
groupsupport@...
one2001boy
Offline Send Email
Oct 20, 2006
8:27 am
411
Is there an easy way set maximum and minimum values in an array when calculating means? That is, I'd like to remove outliers. Thanks....
kns99ca
Offline Send Email
Oct 23, 2006
7:39 pm
412
Hi, Is there anyway to link stastically to Ch plot library....
kpw_km
Offline Send Email
Oct 24, 2006
2:55 pm
413
[ Charset ISO-8859-1 converted... ] ... to link statically with SIGL in windows, please check ...
groupsupport@...
one2001boy
Offline Send Email
Oct 24, 2006
5:55 pm
414
... You can sort the array first, then set values for the first and last elements of the sorted array. See a sample code c:/Ch/demos/lib/libch/numeric/sort.ch ...
groupsupport@...
one2001boy
Offline Send Email
Oct 24, 2006
5:56 pm
415
Hi, For a case in embedded ch, say a ch script (in complete c code) is embedded into another c code, are there any way to monitor the running status of the...
gneharry
Offline Send Email
Oct 30, 2006
6:40 pm
416
... such a feature will be considered in our next release. In the mean time, you can call back and let your main application to check the variable value of...
groupsupport@...
one2001boy
Offline Send Email
Oct 31, 2006
7:38 am
417
... is ... running ... process ... variable i ... to ... Yup, it is a great idea, though it may be better if the tested c code in the ch script keeps...
gneharry
Offline Send Email
Nov 1, 2006
5:42 am
418
I am new to Ch. I installed Ch Version 5.5.0 build 13031 October 26, 2006. It will run some commands, but won't run others. Here is an example where it won't...
jlsundar
Offline Send Email
Nov 7, 2006
5:37 pm
422
You can't declare your counter variable (int n=10) inside the for loop construct. Just declare n ouside the construct like this: some code... int n; for (n=10;...
kevin_v_wood
Offline Send Email
Nov 8, 2006
5:11 pm
423
Hi Friends, I have three requirements. As I am not a C/C++ expert, I am finding initial difficulty to guess how to go about these three tasks. Kindly help with...
debaditya_ghosh
Offline Send Email
Nov 9, 2006
5:40 am
424
Just some of the techniques inside: • The copy the best technique: how to 100% guarantee a $200/week income stream (for 20 minutes work). • The thief in...
ProjectX
forex_egypt_...
Offline Send Email
Nov 11, 2006
10:11 am
425
Hi, I am very new to Ch... just installed it a few days back. I am trying to run the ch sample for calling functions in c/c++ binary library given at ...
julvar
Offline Send Email
Nov 13, 2006
12:41 am
426
hi, i am trying to call a function that is in a .chf file. the chf file has this line: #include <fstream> but when I call the function i get the following...
julvar
Offline Send Email
Nov 13, 2006
1:22 am
427
... Ch is compiled using VC7 at present. We will use VC8 next release. ... What's the output for the following commands when you type in a Ch command shell...
groupsupport@...
one2001boy
Offline Send Email
Nov 13, 2006
1:47 am
428
[ Charset ISO-8859-1 converted... ] ... Not all features for C++ are supported in Ch. Only a few headers files in C++ such as iostream and iostream.h are...
groupsupport@...
one2001boy
Offline Send Email
Nov 13, 2006
1:51 am
429
Hi, I am a new user of ch pro. I tried solving the lorenz equations by modifying the example odesolve_3.ch (see below). When I run the code, I get an error...
Arsenio Cesista, Jr.
a_cesista
Offline Send Email
Nov 13, 2006
3:22 am
430
... thanks.. I get it now... any idea when the next release is scheduled to come out - the one that is built using VC8 ? thanks, Julian....
julvar
Offline Send Email
Nov 13, 2006
5:40 pm
431
... for the first statement, I get a windows error message box saying: ch.exe - Unable To Locate Component this application has failed to start because...
julvar
Offline Send Email
Nov 13, 2006
5:42 pm
432
... It appears that the algorithm for the ODE solver cannot be converged. You may double check if the above ODE equation is correct or not. Tech support...
groupsupport@...
one2001boy
Offline Send Email
Nov 14, 2006
8:55 am
433
... Can you copy your MSVCR80.dll from VC 8 to c:\windows\system32 and try again? Let me know if you still get the same error as above. If not working, I...
groupsupport@...
one2001boy
Offline Send Email
Nov 14, 2006
9:03 am
434
Hello to all! I am using Ch to develop a control system tool. Here is my issue now. when I set delay for the system and i plot the step response of the system...
amora_9
Offline Send Email
Nov 14, 2006
6:13 pm
Messages 400 - 434 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