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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 729 - 765 of 1316   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
729 MiltRat Send Email Feb 4, 2008
10:38 pm
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...
730 groupsupport@...
one2001boy Send Email
Feb 4, 2008
11:06 pm
... 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....
731 plantmpage Send Email Feb 6, 2008
6:10 am
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,...
732 groupsupport@...
one2001boy Send Email
Feb 8, 2008
4:28 am
... If you do more research, you can find an online interactive opengl graphis generation. You can check the link below: ...
733 MiltRat Send Email Feb 11, 2008
12:28 am
... I don't need the color, although it was nice. Providing the ls32.exe should be easy and would give people the option....
734 MiltRat Send Email Feb 11, 2008
12:31 am
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...
735 groupsupport@...
one2001boy Send Email
Feb 11, 2008
5:04 am
[ 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...
737 MiltRat Send Email Feb 12, 2008
12:42 am
... 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. ...
738 Group Support
one2001boy Send Email
Feb 12, 2008
12:53 am
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 ...
739 MiltRat Send Email Feb 12, 2008
5:15 pm
... 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...
740 groupsupport@...
one2001boy Send Email
Feb 12, 2008
6:38 pm
... 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...
741 MiltRat Send Email Feb 12, 2008
11:49 pm
... if you adds ... Thanks, will that be fixed?...
743 dko_ucd Send Email Feb 13, 2008
2:03 am
Hello, If you wish to recursively search files that match "*.h" for a string, try this command: find -name "*.h" | xargs grep "time&#92;.h" This will search all...
748 MiltRat Send Email Feb 25, 2008
5:00 pm
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...
749 groupsupport@...
one2001boy Send Email
Feb 25, 2008
8:24 pm
... 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...
751 ludovico651 Send Email Mar 7, 2008
11:25 am
Hello, can I use ch standard embedded free for commercial use ?...
752 groupsupport@...
one2001boy Send Email
Mar 9, 2008
7:57 pm
... 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...
753 blinhh Send Email Mar 10, 2008
10:17 am
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...
754 fruber.malcome Send Email Mar 13, 2008
1:59 am
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...
755 fruber.malcome Send Email Mar 13, 2008
2:03 am
I meant to say that I copied everything from the Ch\toolkit&#92;embedch folder to my applicationroot/embedch folder. So yes, my application/embedch folder has a...
756 groupsupport@...
one2001boy Send Email
Mar 13, 2008
4:00 am
... 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...
757 Group Support
one2001boy Send Email
Mar 13, 2008
4:01 am
Please read the sample program 1.14 in Embedded Ch User's Guide. It shows how to run in a client machine. Group Support...
758 fruber.malcome Send Email Mar 13, 2008
4:50 am
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) ...
759 fruber.malcome Send Email Mar 13, 2008
4:59 am
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...
760 fruber.malcome Send Email Mar 13, 2008
7:53 am
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...
761 fruber.malcome Send Email Mar 13, 2008
8:36 am
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...
762 fruber.malcome Send Email Mar 13, 2008
9:34 am
Hopefully my final message for tonight... When I reinstall standard and embedch to c:\src&#92;ch, and then step into the line of code for Ch_Initialize, I do get: ...
763 groupsupport@...
one2001boy Send Email
Mar 13, 2008
1:02 pm
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...
764 fruber.malcome Send Email Mar 13, 2008
10:10 pm
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...
765 Group Support
one2001boy Send Email
Mar 13, 2008
10:13 pm
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...
Messages 729 - 765 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