Dear german ChScite-users, There are some errors in the german menues, so I can not reccomend the change of the GUI to german language. There are different...
I am trying to reproduce an example given in page 378 of the Ch User's Guide ... And I never get the prompt back to ">" , actually Ch hangs up. I am running Ch...
... Ch hangs up waiting for your input. You should type the integeter to get the prompt back. If you still have the problem, try to type ch and let us know if...
I installed the web based control system in my server. But it doesnt work, when i insert the parameters required i get an error message. Apache2 log looks like...
... You need to have Ch CGI toolkit installed first. It can be downloaded from softintegration web site freely. After you install Ch CGI toolkit, have you...
Position Type Full time position Work Experience · Software Engineer (Must have 1 years experience) · Manager of Software Engineering (Nice to have 1-3...
Hello, Following the instructions for getting started with Ch SciTE, we wrote a small hello world program with an error message, and then double clicked on the...
... Your problem cannot be repeated. What is your OS and version number? What is your chscite version number? Can you show your hello world program with error?...
I downloaded ch Standard, chstandard-5.5.0.exe, on 6/3 @ 4:30 PM PDT three times. For each instance, an error occurs when I attempt to execute the file. The...
... You are right. In linux, we tried to copy the latest build over the existing one. It sometimes will get corrupted though the total number of the bytes are ...
Friends: Do you know where I can download a Mac OS X binary for the Chscite IDE (to use with Ch) so I don't have to make it myself? If not, do you know where...
... Hi Stephen: Has anyone made a binary for OS X 10.4? I'm not so good at making these steps. I tried, but quit after a few errors. I dont want to leave my...
Hi Kevin: Do you know how to configure Text Wrangler so it works with Ch? DO you know if it has an output window just like Ch? Also, does BBEdit do the same...
With Text Wrangler, you can have it pop up a new window for Ch or have Ch run in the background. It doesn't have a little output window like ChSciTe. It can,...
Outstanding Stephan, I'm going to try it. I have just made it easier on myself, and am using my windows xp laptop to run the whole ch thing. One way or...
Friends: Do you all know of a Lint debugger for Ch? Which is the best free one and which is the best commercial one? Which is the easiest to use? As always,...
Friends: Can you all suggest the best Lint debugger for Ch? Is there a good free one? (Windows XP or Mac OS X) As always, thanks in advance for your...
[snip] ... why not just use Ch itself? i have Ch configured as a tool for IMO a superb editor, JGSoft's Editpad Pro. i regularly run it against open windows...
Another text editor that you can use is Komodo Edit, by ActiveState, which is a free download. After you install Ch, it's fairly simple to configure it for Ch:...
Hi Jan: Thanks for your note. I was looking for Lint as a way to get extensive bug reporting of my code, not as an editor. I use the Chscite editor in...
Yet another question: Aside from Chscite, what is a great programming editor for windows that works* with Ch? (*By this I mean, an editor that can invoke the ...
I have tried some simple code for demonstration of plotting of complex numbers. It compares to a kind of "damped" lissajou-pattern (may be in english the name...
... I found that things are clear! My fault! As the amplitude of the oscillation is damped by the negative exponent it will become zero (x about 0 and y about...
There are quite a few that you can try. Some are free; those that aren't are fairly inexpensive. All of them have different features, and some are easier to...
I'm trying to understand why ChangeValueYes works and ChangeValueNo doesn't. Can anyone offer their insight? #include <stdlib.h> #include <stdio.h> #include...