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 751 - 786 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
766
I'll open a shell and verify, but I know I downloaded whatever is currently on their site. I emailed peterw, hopefully I'll hear something soon, I really don't...
fruber.malcome
Offline Send Email
Mar 13, 2008
11:27 pm
770
I'm quite new in ch language and i feel very intereted with this language. I'll go through CH SDK user's guide and try chap1: Portable Compilation and Linking...
hussinfauzi
Offline Send Email
Mar 17, 2008
3:05 pm
771
I went through the same steps to create program 1.8 in the CH SDK documentation. I use Linux much more than Windows but it all worked for me (I have not tried...
Tom MacDonald
tmacd70783
Offline Send Email
Mar 19, 2008
3:03 pm
772
... nmake and cl are from microsoft C++ compiler. the user needs to download the free 2008 compiler from microsoft website first. Ch installation will try to...
groupsupport@...
one2001boy
Offline Send Email
Mar 20, 2008
4:59 am
773
I try to compile c/c++ file and then execute it in ms DOS. I'm already got it. But when I'll try to compile C++ file that contain #include <chplot.h> and class...
hussinfauzi
Offline Send Email
Mar 21, 2008
9:00 am
774
... you need SIGL C++ grpahical library to compile for header with chplot.h http://www.softintegration.com/products/silib/graphlib/ T.S...
groupsupport@...
one2001boy
Offline Send Email
Mar 21, 2008
1:28 pm
777
When I e mail them, I get a no server message, as if they are merging or something. I need this product for a game development program I am working on....
youngsanger
Offline Send Email
Mar 28, 2008
6:18 pm
778
We had a temporary email problem. It had been fixed. Regards, Group support...
Group Support
one2001boy
Offline Send Email
Mar 28, 2008
6:24 pm
779
Great. Maybe I can pose my problem and you can direct me down the right path with Ch. My application is a development environment for 2D analysis of clusters...
youngsanger
Offline Send Email
Mar 28, 2008
7:28 pm
780
You need to use Embedded Ch so that your binary application can execute C/C++ scripts. C/C++ scripts can also callback your binary functions. Your binary...
Group Support
one2001boy
Offline Send Email
Mar 28, 2008
9:32 pm
781
Users in this development environment can write and interpret scripts, then on the fly. Now, after testing a few of these scripts, they would enjoy being able ...
youngsanger
Offline Send Email
Mar 29, 2008
7:24 pm
782
I am trying to run some of the demos but seem to run into a few problems: on WindowsXP/Visual C++ 2008 Express: x) hello_world: xx) runs using 'localhost' and...
schoderkarl
Offline Send Email
Apr 1, 2008
7:41 pm
783
Hello, Are you using firewall software on your Windows machine? We can try emulating your setup to see if we get the same error in Windows. We've done most of...
dko_ucd
Offline Send Email
Apr 2, 2008
4:35 pm
784
Hello, Mobile-C version 1.9.4 may now be downloaded from http://www.mobilec.org. Just follow the download link. - David Ko...
dko_ucd
Offline Send Email
Apr 2, 2008
8:35 pm
786
Hello, Are you using firewall software on your Windows machine? We can try emulating your setup to see if we get the same error in Windows. We've done most of...
david.dk.ko@...
dko_ucd
Offline Send Email
Apr 7, 2008
12:57 pm
Messages 751 - 786 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