Hi, I know that "which" is an alias for ". which.ch", but I'm struggling with the syntax that will allow me to do something like: which dir or: . which.ch dir ...
Hello, I'm new to Ch. Does Ch have a switch that forces it into strict-C mode (either C90 only or with the C99 extensions? Or should I simply avoid using such ...
OK. Thanks. I've been trying to port some DOS batch files to Ch because the DOS batch file language is not really powerful enough. The DOS batch file, I'm...
It appears that Ch cannot run current shell command within a script properly. To run a command in a current shell, it is equivalent to include the code inside...
... Right. Ch is interpretive implementation. Adding such a switch would significantly slow down the execution of programs. We don't have such a switch. ...
Hallo Peter are you german? greetings Bettina p_e_t_e_r_s_c_h_n_e_i_d_e_r <p_e_t_e_r_s_c_h_n_e_i_d_e_r@...> schrieb: Where can I find/download the Ch GTK+...
... Ch GTK+ has been removed from the default distribution. It will allow ch to run GTK+ 2.x version in the future. Ch GTK+ toolkit for GTK 1.x will be...
[ Charset ISO-8859-1 converted... ] ... Peter, Ch GTK+ package is now available to download at: http://www.softintegration.com/products/toolkit/gtk/ Tech...
... Fine! I have downloaded, installed and tested the version for windows. It seems ok ... Good work! I hope there will be also a version for Mac OS X. :-)...
Group, Version: Ch Proffessional 5.0 The pdf documents indicates the correct header for the function 'strlen' is string.h, but when you search for strlen in...
I had a question concerning the numerical functionality of Ch. The professional version provides a number of high level scientific computing functions, such as...
Hello Friends, Iam new to this group. I want to share one info with all of you.Recently I visited one site called www.allinterview.com. It consists of lot of...
... To run GSL functoins in Ch, you can use Ch SDK to create the binding. It is not difficult to run All GSL functions in Ch. GSL is not related to Ch. ... Try...
Dear Amit, It is my belief that the numberical functions in Ch, like GSL, are based off of previous, public domain, open source numerical packages and...
Thanks very much for your responses - I think the chgsl package is the PERFECT tool for scientific computing - I am quite excited by it as I use GSL quite...
... You can change plot.data2D(y[1][0],y[2][0]); to plot.data2D((double array [5])y[1], (double array [5])y[2]); inside your code. Also please check the sample...
Hi all! As written in the subject, I am running Windows XP x64 on an Athlon 64 processor. I downloaded Ch 5.1 Professional and tried to install it. At the end ...
I have installed Ch on an Itanium2 running WinXP 64 and it works just fine. However, there are two versions of WinXP 64, the x64 and the IA64 version. Since I...
Hi Stephen! Thank you for your reply. I have the AMD64 version of x64. I downloaded Ch couple of days ago and I think it's the newest release (5.1.0.12581). I...
... those unix utilites in windows doens't work well in IA64. We will try to fix it next release. However, Ch interpreter works fine in IA64. Tech support...