Hello, Actually I use Ch Professional edition, version 5.5.0.13001 (C) Copyright 2001-2006 SoftIntegration, Inc. http://www.softintegration.com I experiment...
... In the NEW Users Guide for Version 5.5 I found a change of parse and run to chparse and chrun. So the problem is cleared! That is also true for debug, that...
Hello, Is tehre a possibility to input a code snippet of more than one line in the command line mode of Ch? For instance, if I would like to demonstrate a...
Hi,is there anyone know how to plot implicit functions with CH? for example: x^3*y^4-6x*y+6x-8y-8=0. These functions are hardly to solve. Assuming we don't...
Hi First of all: I'm very new to Ch and therefore my post could be kind of silly. ... In file "myclass.chf" I have a class like this: class MyClass { public: ...
... Ernst, The above initialization of the variable m1 of the global scope is performed during the declaration. When the initializor is evaluated, the...
Hi, Recently, I've installed and started using ch. I'd like to do string evaluation like I can do in Matlab from a ch script or command line, I couldn't do it...
... here are the command that you can try in a Ch command shell int i, a i = 2 i = i*i a = i i = streval("a*a+a") ls pwd string_t s s = "ls" $ls -agl You will...
Hi, just found this tool today and am loving it. I am curious if Ch supports shared command history, such that when I open a new shell it can recall commands...
Hi! Here are some problems I had to solve before getting Ch to run my programs. First problem: I had to change definitions like const NC = 1; to const int NC =...
[ Charset ISO-8859-1 converted... ] ... Dear Gunnar, Thanks for your bug reports. Both bugs have been fixed and will be released in our next build. ... It is a...
Gunnar, Thank you for taking the time to find these problems and listing them here. This helps considerably. Much Appreciated TMacD ~moderator~ ... From:...
Hi! First: The Ch-shell has "heavy" problems with national characters (in my case with German umlauts). I have to tap twice a key for an umlaut in order to get...
... Section 17.4 in CHHOME/docs/chguide.pdf has some explanation about multi-byte characters. You may add _setlocale = 1; to CHHOME/config/chrc and restart ch....
Thanks first for the answers!! To the second topic (macro expansion): I created two files in the same directory, main.c and funk.c, which read respectively: ...
I have to read audio data from the computer microphone and plot the signals as a waveform using visual c++. Please i need help on how to achieve this...
... A function file shall begin with the function definition or function prototype. It also can begin with preproceesing directives. The preprocessing...
Hi All, We now invite Opening for C++ with Unix around the globe for an excellent job opportunity for our client which is a leading statutory body. Due to the...
I have downloaded and installed the Mac OS X version of ch, chstandard-5.5.0.macosx10.ppc. I have a MacBook Pro, OS X 10.4.9. This computer has an Intel chip,...
I am newbie so I request for your patience. I have compiled sqlite 3 and it's working well. I can also access it from C programs. I also already have Ch...
Hello, I can't answer your question about the Ch shell, but I can tell you that embedded Ch works with our Intel Core Duo Macbooks. I imagine that the Core 2...
Hi, Has anyone ever gotten ch to run inside an emacs buffer? I'd like to use it as an interactive tool inside emacs, but it tends to hang. Thanks, -T...
ChSqlite has been updated to v1.1.0. Please download the latest version from https://sourceforge.net/projects/chsqlite and give it a try. Regards, Stephen...
I recently downloaded and installed standard ch and embedded ch. ch works fine at the command level. I made of copy of $CHHOME//toolkit/demos/embedch/ref to a...
It must have to do with the latest release. I just upgraded and started seeing the same problem. Look for an update that'll fix the issue. I'll post back...
[ Charset ISO-8859-1 converted... ] ... It has been updated in softintegration with a new build. This issue is fixed. Thanks for your help in checking. Tech...
... I just download ch standard and embedded ch eval. the output for nm on chmt1.dl looks OK, the compiled code works fine. We have released a new build for Ch...