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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 729 - 765 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
751
Hello, can I use ch standard embedded free for commercial use ?...
ludovico651
Offline Send Email
Mar 7, 2008
11:25 am
752
... Ch standard itself is free for commercial. For Embedded Ch, you may check the link below. http://www.softintegration.com/products/sdk/embedch/purchase.html...
groupsupport@...
one2001boy
Offline Send Email
Mar 9, 2008
7:57 pm
753
Now Ch 6.0 is available, still I can't find the mobile agent feature. I've installed the Ch-Student-Edition 6.0 and embedded Ch 6.0 and downloaded the MobileC...
blinhh
Offline Send Email
Mar 10, 2008
10:17 am
754
Using embedch, have a license. When I run the application on the dev machine all is well, but on the client machine (after copying the toolkit\embedch folder...
fruber.malcome
Offline Send Email
Mar 13, 2008
1:59 am
755
I meant to say that I copied everything from the Ch\toolkit\embedch folder to my applicationroot/embedch folder. So yes, my application/embedch folder has a...
fruber.malcome
Offline Send Email
Mar 13, 2008
2:03 am
756
... all embedded ch demo code uses the default directory related to CHHOME as run time environment. to distribute to run in a machine without ch standard...
groupsupport@...
one2001boy
Offline Send Email
Mar 13, 2008
4:00 am
757
Please read the sample program 1.14 in Embedded Ch User's Guide. It shows how to run in a client machine. Group Support...
Group Support
one2001boy
Offline Send Email
Mar 13, 2008
4:01 am
758
If my code wasn't correct, then would this app work on the dev machine? Here is my ChOptionsInit code: (I do zeromemory the option prior to using it) ...
fruber.malcome
Offline Send Email
Mar 13, 2008
4:50 am
759
Tonight, I'll try this by uninstalling standard and embedded from my dev machine, only leaving these folders in the root of my application and step through the...
fruber.malcome
Offline Send Email
Mar 13, 2008
4:59 am
760
OK, I've uninstalled ch standard and embeded on my dev machine (but still have copies so that the libs and header files can be found. I've discovered that...
fruber.malcome
Offline Send Email
Mar 13, 2008
7:53 am
761
Not to keep replying to myself, but I want everyone to have as much information as possible: I looked at the 5.x folders (in myapplication root/embed) and...
fruber.malcome
Offline Send Email
Mar 13, 2008
8:36 am
762
Hopefully my final message for tonight... When I reinstall standard and embedch to c:\src\ch, and then step into the line of code for Ch_Initialize, I do get: ...
fruber.malcome
Offline Send Email
Mar 13, 2008
9:34 am
763
Fruber, ch.dll is for running ch not for embedded ch. Can you send the email to peterw@... about your company and license? also, can you type...
groupsupport@...
one2001boy
Offline Send Email
Mar 13, 2008
1:02 pm
764
In almost every situation, I see that ch.dll get's loaded as soon as you try to run a script. I wonder if that's related to my problem. thanks - bill ... build...
fruber.malcome
Offline Send Email
Mar 13, 2008
10:10 pm
765
You normally can capture the error messages Ch Embedded Ch API's by redireting them using Ch_Reopen(), except for the error message from Ch_Initialize(). In...
Group Support
one2001boy
Offline Send Email
Mar 13, 2008
10:13 pm
Messages 729 - 765 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