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 453 - 486 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
453
I see what's going on now. So, you can more finely control output format by writing the matrix with nested for loops: for (i=0; i < N; i++) { for (j=0; j < M;...
Tom MacDonald
tmacd70783
Offline Send Email
Dec 1, 2006
7:54 pm
454
good idea, I have made a little correction and it works: for (i=0; i < N; i++) { for (j=0; j < M; j++) { fprintf(opf, "%d ", v[i][j]); } fprintf(opf,"\n") ; } ...
Frederic Trillaud
frederic_tri...
Offline Send Email
Dec 4, 2006
2:21 am
455
I have numerous C source files that I can compile natively and run under windows. The application created from these source files creates numerous threads...
ch_novice
Offline Send Email
Dec 4, 2006
11:06 pm
456
... multi-threads do not work properly in the current version of Ch. You may compile the code with multi-threads in binary lib and use Ch SDK to interface with...
groupsupport@...
one2001boy
Offline Send Email
Dec 7, 2006
5:14 am
457
Hello, Is there some way to check the status/existence of active variables from the command-line interpreter? This would be the MATLAB equivalent of 'who' or...
m_leee
Offline Send Email
Dec 12, 2006
8:55 pm
458
... Just type the variable name at the command prompt, this will give you the value for a single variable. To get all variables, embedded ch provides the APIs....
groupsupport@...
one2001boy
Offline Send Email
Dec 13, 2006
6:30 am
459
Hello, I am having some difficulty loading and displaying images from the command line. I installed OpenCV and am able to successfully run the demo scripts....
m_leee
Offline Send Email
Dec 14, 2006
10:09 pm
460
I apologize for posting something so innane. I installed CHStandard on my home PC as I did my work PC, not realizing I had a H: drive already in the home PC, a...
tomdperk
Offline Send Email
Dec 18, 2006
5:20 pm
461
Since you appear to be familiar with the windows registry and regedit, can you double check to see if you have removed the unstinstall reference keys for Ch?...
Stephen Nestinger
ssn17
Offline Send Email
Dec 18, 2006
5:40 pm
462
Try using a program like Registry Crawler from 4Developers to make sure you find all of the keys that you need to delete....
kevin_v_wood
Offline Send Email
Dec 18, 2006
9:30 pm
463
... check the link below: http://www.softintegration.com/support/faq/generalprog.html and look for the answers to the following two questions. Q: How to call...
groupsupport@...
one2001boy
Offline Send Email
Dec 19, 2006
12:15 am
465
... I'd like to thank you for your posts. I reloaded and began to re-edit a registry file from over week ago, and realized I had deleted the human readable...
tomdperk
Offline Send Email
Dec 19, 2006
1:25 pm
467
... Please uninstall the existing Ch Professional and download Ch Professional again to reinstall. The issue has been fixed. tech support...
groupsupport@...
one2001boy
Offline Send Email
Dec 29, 2006
9:43 pm
469
Hello all, Can anybody tell me how to uninstall the Unix versions of Ch? I'm specifically wondering about the FreeBSD version. Thanks. P.S. SoftIntegration -...
kevin_v_wood
Offline Send Email
Jan 17, 2007
3:36 am
470
Just try to directly remove the /usr/local/ch... No more anctions needed. Regards. kevin_v_wood wrote: Hello all, Can anybody tell me how to uninstall the Unix...
Wang Zhan Feng
wwzfg
Offline Send Email
Jan 17, 2007
3:50 am
471
Also can do: cd / find | grep ch to find the list, then delete them. Regards. Wang Zhan Feng wrote: Just try to directly remove the /usr/local/ch. .. No more...
Wang Zhan Feng
wwzfg
Offline Send Email
Jan 17, 2007
6:35 am
472
Hello I am using Red Hat Linux 9 and I am unable to run video clips in this os I downloaded one package which can run only audio files but i need to run video...
Mahipal Reddy
gandhari_mah...
Offline Send Email
Jan 18, 2007
5:17 am
473
Dear Mahipal, You email is a little unclear and appears to have nothing to do with Ch. In any case, try downloading either mplayer (http://www.mplayerhq.hu),...
Stephen Nestinger
ssn17
Offline Send Email
Jan 18, 2007
6:09 am
474
Hi!! I'm using Visual C++. When I try to link the libraries I get the following error: dataFile.obj : error LNK2005: _main bereits in doppelpendel.obj...
letaldosis50
Offline Send Email
Jan 18, 2007
8:36 pm
476
Dear Group members, I am running Ch 5.5.13001 Pro running over Windows XP Pro Home or Pro. gnuplot 4.1 patch level 0. I am gnuplotting candlesticks by building...
nickdobrinich
Offline Send Email
Jan 19, 2007
7:19 pm
477
... To start simple, can you compile the sample code at the directory c:\silib\demos\chapeter2\data2D.cpp? For VC 6.0, you need to add c:\silib\include to your...
groupsupport@...
one2001boy
Offline Send Email
Jan 22, 2007
1:38 am
478
... type PLOT_PLOTTYPES_CANDLESTICKS and many others will be added to Ch Professional and SIGL plotting library next release. You may check if the following...
groupsupport@...
one2001boy
Offline Send Email
Jan 22, 2007
9:15 am
479
Sorry if this is a duplicate - I am trying to work with GTK - I can run the testglibc.c demo just fine.I can compile and run the demo under gtk using the...
richardmadduxmiller
richardmaddu...
Offline Send Email
Jan 27, 2007
5:18 am
480
I want to develop the game in ARM ADS1.2 compiler. Please tell me the CH compiler will support ARM target? Thanking you...
thilsen_06
Offline Send Email
Jan 27, 2007
8:23 am
481
-- Richard M. Miller (CTO) Next-G Communications 6200 Savoy Ste 520 Houston, Texas 77036 USA (ofc) 713-952-5885 ext.233 (cel) 832-512-2742 rmiller@......
Richard M Miller
richardmaddu...
Offline Send Email
Jan 27, 2007
12:48 pm
482
... It seems that you are using gtk in unix. Please download Ch GTK from http://www.softintegration.com/products/toolkit/gtk/ Then try to run ...
groupsupport@...
one2001boy
Offline Send Email
Jan 28, 2007
7:13 am
483
I am trying to run the GTK demos - I can run the testglib.c demos fine. I can compile the helloworld.c demo with the following Makefile 3 FLAGS=`pkg-config...
richardmadduxmiller
richardmaddu...
Offline Send Email
Jan 28, 2007
9:32 am
484
Dear Richard, Can you please verify that you have GTK+ (v1.1 or 1.2) installed on your system and not just GTK+-2.0. Try compiling helloworld.c using the...
Stephen Nestinger
ssn17
Offline Send Email
Jan 28, 2007
5:57 pm
485
... Ch is an interpreter, not a compiler. However, Ch for ARM architecture will be available in the next release. Tech support...
groupsupport@...
one2001boy
Offline Send Email
Jan 28, 2007
6:22 pm
486
... `gtk-config ... directory ... Thanks - I have both gtk 1 & 2 installed - My confusion was regarding the paths and configurations for the compiler in...
richardmadduxmiller
richardmaddu...
Offline Send Email
Jan 29, 2007
3:57 pm
Messages 453 - 486 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