Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ch_language · Ch Language

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 584
  • Category: C and C++
  • Founded: May 27, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1228 - 1257 of 1316   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1228 Masanao Yajima
yajiyajijp Send Email
Jun 10, 2011
8:16 pm
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...
1229 Tech Support
one2001boy Send Email
Jun 10, 2011
8:22 pm
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...
1230 dmitry_pittsburgh
dmitry_pitts... Send Email
Jun 16, 2011
6:27 pm
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...
1231 dmitry_pittsburgh
dmitry_pitts... Send Email
Jun 16, 2011
9:02 pm
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...
1232 Tech Support
one2001boy Send Email
Jun 17, 2011
2:45 pm
Hi Dmitry, ... You can try to compile your application with the static library using the static compliation flag in VC. Tech support...
1233 dmitry_pittsburgh
dmitry_pitts... Send Email
Jun 21, 2011
8:47 pm
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...
1234 Tech Support
one2001boy Send Email
Jun 24, 2011
3:38 pm
Hi Dmitry, ... You need to compile using libchplot_a.lib and select /MT compiler option instead of /MD. Tech support...
1235 dmitry_pittsburgh
dmitry_pitts... Send Email
Jul 5, 2011
9:12 pm
... 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...
1236 Tech Support
one2001boy Send Email
Jul 7, 2011
6:51 am
... Maybe you can use dependencywalker to find out how msvcr71.dll was used and get it removed? http://www.dependencywalker.com/ Best, Tech support...
1237 zs6nw Send Email Jul 18, 2011
6:00 am
Could you say in a few lines how you used pscp?...
1238 Tech Support
one2001boy Send Email
Jul 18, 2011
1:56 pm
... 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...
1239 abid_afridi_2009
abid_afridi_... Send Email
Oct 29, 2011
2:13 pm
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...
1240 kit.roop Send Email Nov 10, 2011
2:41 pm
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...
1241 Tech Support
one2001boy Send Email
Nov 10, 2011
2:44 pm
Hi Kit, Can you post your whole scripts? do you run in windows xp or windows 7? 32 bit or 64 bit? thanks. tech support...
1242 kit.roop Send Email Nov 11, 2011
3:36 pm
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...
1243 Tech Support
one2001boy Send Email
Nov 18, 2011
11:24 pm
... Hi Kit, The code below you provided is for bash, nothing related to ch. Not sure if it helps if you convert to ch shell ...
1244 kit.roop Send Email Nov 22, 2011
8:48 am
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...
1245 Tech Support
one2001boy Send Email
Nov 24, 2011
2:05 am
... 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...
1246 ben_hubbell Send Email Nov 30, 2011
7:21 am
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...
1247 Tech Support
one2001boy Send Email
Nov 30, 2011
7:48 am
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...
1248 ben_hubbell Send Email Nov 30, 2011
9:38 am
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...
1249 Tech Support
one2001boy Send Email
Dec 1, 2011
3:53 am
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...
1250 phezer Send Email Dec 12, 2011
5:26 am
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: ...
1251 kit.roop Send Email Dec 14, 2011
4:06 pm
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...
1252 disneylogic Send Email Dec 19, 2011
7:04 pm
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...
1253 Tech Support
one2001boy Send Email
Dec 20, 2011
12:48 am
... 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...
1254 Tech Support
one2001boy Send Email
Dec 20, 2011
12:48 am
... Yes. You will be notified in a week once the new release is available. ... It looks that xxcopy is a commercial product. Best, Tech support...
1255 Tech Support
one2001boy Send Email
Dec 20, 2011
12:48 am
... Sorry for the delayed reply. Ch will be installed to /usr/local/ by default. You may try your installation again. Best, Tech support...
1256 erikdesonville Send Email Jan 27, 2012
8:18 pm
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...
1257 Tech Support
one2001boy Send Email
Jan 27, 2012
8:22 pm
... 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 ...
Messages 1228 - 1257 of 1316   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help