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 to share photos of your group with the world? 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 1 - 30 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
I am the group moderator for this Ch language group. Here is place where you can learn about the latest Ch activities and ask questions about how to use, ...
TMacD
tmacd70783
Offline Send Email
May 27, 2005
3:52 pm
2
I have received email from Chandidas Deshpande: email: chumbhode at yahoo dot co dot in He teaches in India. I have encouraged him to join this group. A copy...
TMacD
tmacd70783
Offline Send Email
Jun 1, 2005
3:57 pm
3
Chandidas, There are many Ch compatible IDEs linked at http://www.softintegration.com/products/thirdparty/. Many are freely available including Crimson Editor....
Stephen
ssn17
Offline Send Email
Jun 1, 2005
11:44 pm
4
Hi all, Just joined this Yahoo Group hoping that maybe some of you can help me on the 'problem' I have. I have integrated chplot in my C++ project for making...
Harrald Luijerink
luijerinkhr
Offline Send Email
Jun 2, 2005
9:39 am
5
Harrald, Depending on what your intended output is it sounds like that's what's supposed to happen with gnuplot. When you call the "CPlot::plotting()"...
wonderboymatty
Offline Send Email
Jun 2, 2005
6:22 pm
6
Matt, Thank you for your answer. I already specify "PLOT_OUTPUTTYPE_FILE", a type (.png in my case) and a name in the outputType. This all works fine and the...
Harrald Luijerink
luijerinkhr
Offline Send Email
Jun 3, 2005
7:55 am
7
... Do you use Ch Professional edition or softintegration C++ graphical library (SIGL)? can you post your sample code? Wayne...
Wayne Cheng
chengw168
Online Now Send Email
Jun 3, 2005
8:32 am
8
Just bought the C++ graphical library (SIGL) two days ago. In the meanwhile I have been working with the evaluation version of SIGL for more than a month now. ...
Harrald Luijerink
luijerinkhr
Offline Send Email
Jun 3, 2005
9:08 am
9
... softintegration has a patch for this issue. You can send the email to services@... with your order number/ID. You should be able to get the...
groupsupport@...
one2001boy
Offline Send Email
Jun 4, 2005
6:38 pm
10
I just wanted to send out a quick note welcoming all the new members to this group. Please send ideas on how to improve this group and what information best ...
TMacD
tmacd70783
Offline Send Email
Jun 6, 2005
4:33 pm
11
Hi All! My name is Foltos (this is actually a nick name) and I just joined this mailing list. I started using ch a few days ago. I plan to use it as a test...
Foltos
foltos@...
Send Email
Jun 8, 2005
9:20 am
12
... Ch itself has limited debugging capability. You may find _stop() and debug in C:/Ch/docs/chguide.pdf. As far as Embedded Ch is concerned, the debug...
groupsupport@...
one2001boy
Offline Send Email
Jun 9, 2005
6:18 am
13
Hi! Thanks for the help. Somehow I looked over those pages in the documentation before :). I am using ConTEXT editor as an ide. Any way it would be good if you...
Foltos
foltos@...
Send Email
Jun 9, 2005
7:07 am
14
... That is great if you can help get it done. We will keep you posted of our progress on working out the debug APIs. Thanks so much. Tech support...
groupsupport@...
one2001boy
Offline Send Email
Jun 9, 2005
6:17 pm
15
Dear Foltos, A guide to set up ConTEXT for the execution of C/Ch/C++ scripts under the ConTEXT Editor using Ch is available at ...
Stephen
ssn17
Offline Send Email
Jun 9, 2005
7:58 pm
16
Hi Stephen, Thanks for helping me. I already configured ConText to work with ch. Foltos...
Foltos
foltos@...
Send Email
Jun 10, 2005
7:36 am
17
I've only JUST stumbled upon ch and am quite excited about its possibilities. The only thing I was unable to determine about it however was whether or not it...
fish_hercules
Offline Send Email
Jun 12, 2005
10:59 am
18
... After you installed Embedded Ch evaluation, you may find embedded ch multi-threads examples: thread.c threads.c threadswin.c at...
groupsupport@...
one2001boy
Offline Send Email
Jun 12, 2005
4:39 pm
19
Hi there, I have a piece of program about TCP/IP communication. I couldn't create the socket. Any hint is helpfule to me. the attched file is the piece of...
zhaoqing wang
thezqwang
Offline Send Email
Jun 13, 2005
6:11 am
20
Hi Zhaoqing, For TCP/IP communication using WinSock in Windows, a socket needs to be initialized first by calling WSAStartup(). Please take a look at WinSock...
bchen_666
Offline Send Email
Jun 13, 2005
7:15 am
21
Hello everyone I'm currently on a four day bicycle tour through South Dakota and Minnesota and will be a bit out of touch until I return. As the founder and...
TMacD
tmacd70783
Offline Send Email
Jun 13, 2005
5:31 pm
22
bo, Thanks. It works. But I don't understand why should I have to initialize the socket? Does it mean the Windows just only supports the WinSock? If so, my...
zhaoqing wang
thezqwang
Offline Send Email
Jun 14, 2005
12:11 am
23
Yes. Sockets in Windows and Unix are different. You can use #if _WIN32_ ...... #else ...... #endif in your program to deal with this problem. The sample socket...
bchen_666
Offline Send Email
Jun 14, 2005
1:23 am
24
Hi, I tried to embed Ch in our (huge) company project, but there were some errors during linking due to conflicts of ambiguous definitions of some "basic"...
pajislav007
Offline Send Email
Jun 14, 2005
9:30 am
25
... To use multi threading, you need to upgrade your compiler VC 6.0 to VC++.NET. You need thread-safe library from the latest VC compiler. If you don't use...
groupsupport@...
one2001boy
Offline Send Email
Jun 14, 2005
7:00 pm
26
I'm interested in CH as a way to quickly write, test, and debug C programs before compiling to a finished product. So, my question is how feasible is it to do...
xecronix
Offline Send Email
Jun 15, 2005
9:32 pm
27
... All of your C code can run in Ch and be compiled in GCC. Ch is a just superset of C. All C code can run in Ch. Like many C compilers with extension to ISO...
Wayne Cheng
chengw168
Online Now Send Email
Jun 16, 2005
1:54 am
28
I'm considering writing a large programming tutorial using CH as the programming language. This will be an intermediate level tutorial that will conclude by ...
Ron Weidner
xecronix
Offline Send Email
Jun 16, 2005
7:22 pm
29
Hi Ron, The project looks great and should be very useful. The contents of the tutorial appear well organized. I am interested in helping you out. Sqlite...
bchen_666
Offline Send Email
Jun 17, 2005
7:16 pm
30
... Right. Once the memory gets messed up, it is an undefined behaviour in C/C++. The program may crash. when you define char *szDave="the cat" szDave is...
groupsupport@...
one2001boy
Offline Send Email
Jun 18, 2005
5:24 pm
Messages 1 - 30 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