Search the web
Sign In
New User? Sign Up
ch_language · Ch Language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 705 - 749 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
705
... You can use the command ls --color You may add alias("ls", "ls --color"); in your startup file .chrc in Unix or _chrc in Windows in your home directory to...
groupsupport@...
one2001boy
Offline Send Email
Jan 7, 2008
1:01 am
706
is it possible in Ch professional to draw live-plots, like trends etc.. to plot online with the incoming data on screen ??? pls help.... regards: martin...
rechsteiner.martin
rechsteiner....
Offline Send Email
Jan 7, 2008
5:57 pm
707
... Mobile-C ... Hi, thanx very much for your reply, but I still have a little question: do you know, when will ch 6.0 be available on the internet? I'm ...
blinhh
Offline Send Email
Jan 13, 2008
6:53 pm
712
... Linh, Ch v6.0 is scheduled to be released in the early Feb. Regards, Tech Support...
Group Support
one2001boy
Offline Send Email
Jan 18, 2008
8:36 pm
713
... I wasn't clear, sorry. I want to control colors through my program for console output. With other scripting languages there are escape sequences that can...
MiltRat
Offline Send Email
Jan 24, 2008
1:04 am
715
... Do you know how a regular C program handle colored text output in a console? Ch has to be compatible with C. It will be helpful to integrate this feature...
groupsupport@...
one2001boy
Offline Send Email
Jan 25, 2008
3:12 pm
718
I am using ch embedded within a (Solaris) system that does dynamic library loading. Part of the dynamic loading function looks up the environment variable...
Tom NeSmith
twnesmith
Offline Send Email
Jan 28, 2008
7:20 pm
719
Tom, You are right. When Ch_End() is called, all environment variables modified by scripts will be reset to NULL. In this case, LD_LIBRARY_PATH is modified by...
Group Support
one2001boy
Offline Send Email
Jan 28, 2008
8:52 pm
720
Doesn't this mean that ch isn't thread-safe? If I have one thread (not running ch) doing getenv("LD_LIBRARY_PATH") and a second thread that runs a ch script,...
Tom NeSmith
twnesmith
Offline Send Email
Jan 28, 2008
10:50 pm
721
I removed the part in chrc that sets LD_LIBRARY_PATH and modified it in my environment (outside ch) hoping the LD_LIBRARY_PATH would no longer be removed... to...
Tom NeSmith
twnesmith
Offline Send Email
Jan 29, 2008
12:00 am
722
When environment variables are modified in one thread. the other threads will be affected. It is tricky. We are open for any suggestions you may have on how...
Group Support
one2001boy
Offline Send Email
Jan 29, 2008
12:13 am
723
Make sure you commented LD_LIBRARY_PATH part code in your CHEMBED/config/chrc. In your case, it is CHHOME/toolkit/embedch/config/chrc. Also LD_LIBRARY_PATH is...
Group Support
one2001boy
Offline Send Email
Jan 29, 2008
12:15 am
724
When I went to download the subject, I noticed that Windows Vista was not on the list. Is this version in work?...
lawrencemalcom
Offline Send Email
Jan 30, 2008
4:56 pm
725
... it should work. Best regards, tech support...
groupsupport@...
one2001boy
Offline Send Email
Jan 30, 2008
6:31 pm
726
... For Windows, you may use Windows API to change the color of console output. More about Windows API can be found at ...
Group Support
one2001boy
Offline Send Email
Jan 30, 2008
8:09 pm
729
ls --color=auto is supposed to display directories in a different color, generally blue. Version 5.5 did this correctly. Version 6.0.0 does not display...
MiltRat
Offline Send Email
Feb 4, 2008
10:38 pm
730
... Thanks for your quick checking of ls.exe issue in ch 6.0. The latest ls.exe supports windows 64 bit, however, the original ls.exe doesn't support 64 bit....
groupsupport@...
one2001boy
Offline Send Email
Feb 4, 2008
11:06 pm
731
Hi, I've been reading the Ch and ChJava software, and it seems like what I need, but haven't found a single example online to verify (one that's interactive,...
plantmpage
Offline Send Email
Feb 6, 2008
6:10 am
732
... If you do more research, you can find an online interactive opengl graphis generation. You can check the link below: ...
groupsupport@...
one2001boy
Offline Send Email
Feb 8, 2008
4:28 am
733
... I don't need the color, although it was nice. Providing the ls32.exe should be easy and would give people the option....
MiltRat
Offline Send Email
Feb 11, 2008
12:28 am
734
In the previous version... grep -l XX ./.../*.h would perform a recursive directory scan for all .h files. Version 6.0 gives the message Ch: grep -l XX...
MiltRat
Offline Send Email
Feb 11, 2008
12:31 am
735
[ Charset ISO-8859-1 converted... ] ... for current 6.0, C:/ch/include/sys 35> grep -l chplot.h ./../*.h ./../chplot.h ./../plot.h C:/ch/include/sys 36> It...
groupsupport@...
one2001boy
Offline Send Email
Feb 11, 2008
5:04 am
737
... Here is the output from my system - Windows XP sp2. Ch: chver Ch Standard edition, version 6.0.0.13511 (C) Copyright 2001-2008 SoftIntegration, Inc. ...
MiltRat
Offline Send Email
Feb 12, 2008
12:42 am
738
You may use the '-r' option for recursive searching as shown below. C:/ch/include> grep -l -r time.h * aio.h mqueue.h sched.h sys/acct.h sys/resource.h ...
Group Support
one2001boy
Offline Send Email
Feb 12, 2008
12:53 am
739
... That works correctly, thanks... However, the file mask can only be *. If in your example, C:/ch/include> grep -l -r time.h * the file mask is changed to...
MiltRat
Offline Send Email
Feb 12, 2008
5:15 pm
740
... C:/ch/include> grep -l -r time.h *.h aio.h mqueue.h sched.h time.h utime.h C:/ch/include> it looks that recursive ends up in searching the current...
groupsupport@...
one2001boy
Offline Send Email
Feb 12, 2008
6:38 pm
741
... if you adds ... Thanks, will that be fixed?...
MiltRat
Offline Send Email
Feb 12, 2008
11:49 pm
743
Hello, If you wish to recursively search files that match "*.h" for a string, try this command: find -name "*.h" | xargs grep "time\.h" This will search all...
dko_ucd
Offline Send Email
Feb 13, 2008
2:03 am
748
CPlot plotType only seems to support a very limited set of colors for screen output, identified by an integer value. For example, the type PLOT_PLOTTYPE_LINES...
MiltRat
Offline Send Email
Feb 25, 2008
5:00 pm
749
... Colors for different terminals and output might be different. You can try and find the colors of a specific terminal similar to Programs 23.15-23.18 in Ch...
groupsupport@...
one2001boy
Offline Send Email
Feb 25, 2008
8:24 pm
Messages 705 - 749 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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