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...
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...
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 ...
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...
... please use gnuplot> set terminal png ... please use Plot.outputType(PLOT_OUTPUTTYPE_STREAM, "png"); "png color" settings has been deprecated in Ch Prof...
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...
... 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...
... 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 ...
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...
... 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...
... 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...
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...
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;...
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...
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...
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 ...
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...
... 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...
[ 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...
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...
... 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...
... 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...
... 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...
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...