Hi Ch users I have a question regarding path editing on .chrc which is not working. I ma working on Mac OS X. I wanted to include header file from some...
Hi Masanao, ... You can verify if the path is setup correctly first from ch shell. just type _ipath from ch shell, it will show if your new added file is...
Hi, I compiled the project in the demo directory and everything worked for me. Now I changed computers, downloaded SIGL again and trying to get it to work...
It turns out that this file is part of Microsoft.NET Framework 1.1 which was installed on the old computer but not on the new one. The new computer has...
Hello, Can you please be more specific on how I can do this? I have read some help pages and and have not been able to find an answer. I have Project...
... Hello, That's exactly what I am doing. Those are the default options of the data2D project/solution. Everything works fine, but as soon as I rename the...
... pscp is similar to scp in linux for copy files. pscp username@remote_machine:/home/username/filename . putty is similar to ssh for remote login. You can...
hi please help me in the functionality of mobile c that is flush_agents. when ever i do flush_agents the server is being crashed. Although there are the agents...
Recently I had come across Ch and had downloaded standard edition for use in my Windows PC which is having 4GB memory. When I had run a simple shell script to...
The OS is Windows 7 and 32 bit. The script is as below: ~~~~~~~~ ls -ltr *.lb echo "Enter date of files to be moved (ddmmyy):" read fdt echo if [ -z...
The code is run in Windows 7 by double clicking on the Ch shortcut, which opens up a window like when cmd.exe is run. Could there be any compatibility issues...
... You can try to run bash first, then run your code from bash shell. Those binary shell commands are from gnuwin32 (http://gnuwin32.sourceforge.net/) without...
Hello, I'm running the student version of Ch on WinXP. The documentation for Chide says that to compile for platforms other than Windows, one should...
Hi Ben, ... If you have microsoft visual studio or microsoft express compiler installed, Ch can configure automatically for you. You can run "ch -d" and it...
Hello, I ran "ch -d" and "Make" still does not appear in the drop down menu when I right click on the file name tab. What should I try next? Should I choose my...
Hi Ben, ... from Ch IDE, you can click Tool->Build to invoke makefile in the current directory using the command make. However, you don't need compiler for...
I am trying to use ch Standard on Mac OS X Lion 10.7.2 (11C74). It appears that no user files are installed; $HOME/ch doesn't exist. ch -d fails, as follows: ...
I chanced upon a solution to the problem. In the script, the ls command was searching for files of .lb (lower case) extension. However, the extension that...
Do registrants and owners get notified when there are updates available? Thanks. I use XXCOPY infrequently, but when I do, it is for something absolutely...
... In unix, all commands is case sensitive. those utilities including ls command are from unix, that is why it is case sensitive. Best, Tech support...
Hello, How can I run a script from Ch shell in such a way that variables and functions defined in the script are still available for interactive use from the...
... You may find the answer from the link below: Q: How to load a C/Ch/C++ script program and call its functions from Ch shell command prompt interactively ...