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...
... The source code for Ch Control Systems Toolkit is available at C:/ch/toolkit/include/control.h C:/ch/toolkit/lib/control/CControl.chf with demos at ...
... Ch is compiled as multi-thread with compilation option /MD. It seems to me that visual 2005 doesn't work with the dll and lib created in 2003. Can you find...
I am new to Ch.I have installed the Ch professional edition. However I am unable to run complex C++ programmes like constructor overloading, derived classess...
Hi, I am probably doing something stupid but I can't find what... I am trying to run embedded ch in my application and sending it lines via Ch_AppendRunScript....
Hi, Well I am sure that my scripts has an error because that's the point of my question :) Here is what i do (simplified) RunScript("start.ch"); //Just print...
... there is no sequence for ParseScript() and AppendRunScrip(). As shown in section 1.5 of Embedded Ch User's Guide, use Ch_Initialize(&interp, option); ...
Ok thanks, I understand what I am doing wrong and what's happening. I'll just have to change the way I am using it. I thought it was possible to use it almost...
Good afternoon, I have a question concerning saving matrix using fprintf. I have tried to save a numeric matrix of 10 columns in a file opened fwith fopen. The...
... If you add shebeng #!C:/Ch/bin/ch to your c:\ch\bin\jj code, the above two lines can be changed to just C:\Ch\bin\jj If you add C:\Ch\bin into the...
... Computational arrays are printed out with less than 80 columns for output to stdout, stderr, and user defined file streams. In the next update of Ch, this...
Can you provide the loop you use to print these columns. It's hard to tell what the problem is, but, at first glance, it appears that an extra '\n' character...