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 230 - 265 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
230
why int x=0;while(x<100){x++;printf(x);} doesnt work on command line? support tells me to break it down. int x=0; while(x<100){x++;printf(x);} because " Ch...
Luis Felipe Valdez Ru...
kyoosho
Offline Send Email
Feb 3, 2006
6:48 pm
231
... If you don't want to break as two lines. There is another way to do it as our tech engineer talked to you before. I think you figure it out yourself. You...
groupsupport@...
one2001boy
Offline Send Email
Feb 6, 2006
8:23 am
233
i dont see how this is related to the CH language, can someone please clarify this for me? are there no moderators in here? On 6 Feb 2006 22:56:18 +0600,...
f3l
kyoosho
Offline Send Email
Feb 6, 2006
6:37 pm
234
I have deleted that message. So far the level of inappropriate messages has been very low. As long as it remains low I do not plan to increase the level of...
TMacD
tmacd70783
Offline Send Email
Feb 7, 2006
3:35 pm
235
Hi, I am the translator of SciTE to Basque, and I've seen that you add to your translation page all the translations of SciTE. The matter is that the link to...
3ARRANO
i3arrano
Offline Send Email
Feb 10, 2006
1:14 pm
236
... Thanks for your link. Ch SciTe has customized menu items which is different from original scite. I wonder if you can download ch scite and creates the...
groupsupport@...
one2001boy
Offline Send Email
Feb 13, 2006
12:14 am
237
... # Placed in the public domain 2001 # locale.properties defines the localised text for the user interface # Some definitions are commented out because they...
3ARRANO
i3arrano
Offline Send Email
Feb 14, 2006
6:57 pm
238
... thanks. ... Ch has two configuration files for ch. one is "chrc", another is "_chrc". "chrc" is the file used by all users. "_chrc" is used for single user...
groupsupport@...
one2001boy
Offline Send Email
Feb 15, 2006
7:54 am
239
Does anybody know if a Solaris x86/x64 version of Ch will be produced? I know that it is available on Sparc, but didn't see any information on the x86/x64. ...
kevin_v_wood
Offline Send Email
Feb 16, 2006
2:23 am
241
... If Sparc/x86 gets popular, the porting can be considered. So far, no plan yet. Best regards, Tech support...
groupsupport@...
one2001boy
Offline Send Email
Feb 17, 2006
12:19 am
243
Hello, I installed chprofessional 5.1.0 on SuSe 10. Obviously ch works well. But in my tests with the given demos of the ch-homepage with the sinus-plot etc. I...
bblochl_2
Offline Send Email
Feb 18, 2006
2:20 pm
244
... Ch Professional graphics application expects that libpng.so was installed by the OS. How about run the command "ln -s /usr/lib/libpng.so...
groupsupport@...
one2001boy
Offline Send Email
Feb 18, 2006
7:02 pm
245
... well. ... shared ... -s /usr/lib/libpng.so /usr/lib/libpng.so.2" and ... all ... without ... my ... an ... Thank you very much! That softlink is one...
bblochl_2
Offline Send Email
Feb 19, 2006
10:44 am
246
Message-ID: <dt9j8k+37m6@eGroups.com> User-Agent: eGroups-EW/0.82 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding:...
bblochl_2
Offline Send Email
Feb 19, 2006
11:03 am
249
... I assume you run the program from ch shell. You may check the following: type ch gnuplot in gnuplot, type set terminal png color it may give the same error...
groupsupport@...
one2001boy
Offline Send Email
Feb 21, 2006
5:29 am
251
Hi, I installed Ch 5.1 as non-admin in some custom directory, and updated the path variable and set CHHOME. I unpacked chopencv-2.3 in the opencv-0.9.7...
Ralf Juengling
ralf_juengling
Offline Send Email
Feb 24, 2006
5:20 am
252
... Based on your installation, You may need one change in the file opencv-0.9.7/ch/c/Makefile from -L/usr/local/lib to -L/usr/lib Tech support...
groupsupport@...
one2001boy
Offline Send Email
Feb 24, 2006
5:41 am
253
... (and ... bundled? ... grafic-example ... and ... help ... as ... identical ... the ... by ... The result of the proposed experiment from techsupport (with...
bblochl_2
Offline Send Email
Feb 24, 2006
1:02 pm
254
Hi, I downloaded and installed ch professional edition and NAG trial package. When I tried to run the demos under the demo directory I got the following error ...
1111
dengkun1977
Offline Send Email
Feb 26, 2006
7:03 am
255
... What happens if you type "set terminal png color"? ... the latest libpng library is not compatible with old. it seems that we cannot use symbolic link...
groupsupport@...
one2001boy
Offline Send Email
Feb 27, 2006
1:12 am
256
The text is growing longer and longer is even confusing for myself. So I open a new thread. To get the connection to the old thread with the subject: "error:...
bblochl_2
Offline Send Email
Feb 27, 2006
7:27 pm
257
Hi Bernhard, for your latest suse linux, Can you try the command below: ch which gnuplot gnuplot under the prompt of the gnuplot, type set terminal png color ...
groupsupport@...
one2001boy
Offline Send Email
Feb 28, 2006
6:48 pm
258
I have a multi-dimension array and would like to copy one row to another array. (see example below) array int A[2][3] = { {1,2,3}, {4,5,6} }; array int B[3]; B...
treyhaslem
Offline Send Email
Mar 2, 2006
6:06 pm
259
... We need to get a new eval license from NAG. we will send you an email in person once it is updated soon. Thanks for your report. Tech support...
groupsupport@...
one2001boy
Offline Send Email
Mar 2, 2006
6:24 pm
260
... You can use: B = (array int [3])&A[0][0]; Best regards, Tech support...
groupsupport@...
one2001boy
Offline Send Email
Mar 2, 2006
9:24 pm
261
What if I wanted to do the following: array int A[2][3] = { {1,2,3}, {4,5,6} }; array int B[2][3]; B[1] = A[0];...
treyhaslem
Offline Send Email
Mar 3, 2006
6:14 pm
262
Hello all, Does anybody know of any commercial web-hosting services that are using Ch CGI? Thanks....
kevin_v_wood
Offline Send Email
Mar 5, 2006
1:47 am
263
You can try: memcpy((char *)&B[1][0],(char*)&A[0][0],sizeof(int)*3) treyhaslem <treyhaslem@...> wrote: What if I wanted to do the following: array int...
zhaoqing wang
thezqwang
Offline Send Email
Mar 6, 2006
8:54 am
264
Thanks. ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around ...
Lawrence Haslem
treyhaslem
Offline Send Email
Mar 6, 2006
2:23 pm
265
Dear All, i'm jst starting to see whether i can use CH for both teaching (university courses in computer vision) and for making demo's of my (research) work. ...
rvdboomgaard
Offline Send Email
Mar 6, 2006
8:49 pm
Messages 230 - 265 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