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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 418 - 450 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
418
I am new to Ch. I installed Ch Version 5.5.0 build 13031 October 26, 2006. It will run some commands, but won't run others. Here is an example where it won't...
jlsundar
Offline Send Email
Nov 7, 2006
5:37 pm
422
You can't declare your counter variable (int n=10) inside the for loop construct. Just declare n ouside the construct like this: some code... int n; for (n=10;...
kevin_v_wood
Offline Send Email
Nov 8, 2006
5:11 pm
423
Hi Friends, I have three requirements. As I am not a C/C++ expert, I am finding initial difficulty to guess how to go about these three tasks. Kindly help with...
debaditya_ghosh
Offline Send Email
Nov 9, 2006
5:40 am
424
Just some of the techniques inside: • The copy the best technique: how to 100% guarantee a $200/week income stream (for 20 minutes work). • The thief in...
ProjectX
forex_egypt_...
Offline Send Email
Nov 11, 2006
10:11 am
425
Hi, I am very new to Ch... just installed it a few days back. I am trying to run the ch sample for calling functions in c/c++ binary library given at ...
julvar
Offline Send Email
Nov 13, 2006
12:41 am
426
hi, i am trying to call a function that is in a .chf file. the chf file has this line: #include <fstream> but when I call the function i get the following...
julvar
Offline Send Email
Nov 13, 2006
1:22 am
427
... Ch is compiled using VC7 at present. We will use VC8 next release. ... What's the output for the following commands when you type in a Ch command shell...
groupsupport@...
one2001boy
Offline Send Email
Nov 13, 2006
1:47 am
428
[ Charset ISO-8859-1 converted... ] ... Not all features for C++ are supported in Ch. Only a few headers files in C++ such as iostream and iostream.h are...
groupsupport@...
one2001boy
Offline Send Email
Nov 13, 2006
1:51 am
429
Hi, I am a new user of ch pro. I tried solving the lorenz equations by modifying the example odesolve_3.ch (see below). When I run the code, I get an error...
Arsenio Cesista, Jr.
a_cesista
Offline Send Email
Nov 13, 2006
3:22 am
430
... thanks.. I get it now... any idea when the next release is scheduled to come out - the one that is built using VC8 ? thanks, Julian....
julvar
Offline Send Email
Nov 13, 2006
5:40 pm
431
... for the first statement, I get a windows error message box saying: ch.exe - Unable To Locate Component this application has failed to start because...
julvar
Offline Send Email
Nov 13, 2006
5:42 pm
432
... It appears that the algorithm for the ODE solver cannot be converged. You may double check if the above ODE equation is correct or not. Tech support...
groupsupport@...
one2001boy
Offline Send Email
Nov 14, 2006
8:55 am
433
... Can you copy your MSVCR80.dll from VC 8 to c:\windows\system32 and try again? Let me know if you still get the same error as above. If not working, I...
groupsupport@...
one2001boy
Offline Send Email
Nov 14, 2006
9:03 am
434
Hello to all! I am using Ch to develop a control system tool. Here is my issue now. when I set delay for the system and i plot the step response of the system...
amora_9
Offline Send Email
Nov 14, 2006
6:13 pm
435
when i copied the dll to system32, I got the attached error message box and the following in the command screen: C:/Documents and...
Julian
julvar
Offline Send Email
Nov 14, 2006
6:33 pm
436
... The source code for Ch Control Systems Toolkit is available at C:/ch/toolkit/include/control.h C:/ch/toolkit/lib/control/CControl.chf with demos at ...
groupsupport@...
one2001boy
Offline Send Email
Nov 15, 2006
7:56 am
437
... Ch is compiled as multi-thread with compilation option /MD. It seems to me that visual 2005 doesn't work with the dll and lib created in 2003. Can you find...
groupsupport@...
one2001boy
Offline Send Email
Nov 15, 2006
8:27 am
438
I am new to Ch.I have installed the Ch professional edition. However I am unable to run complex C++ programmes like constructor overloading, derived classess...
gupta_sumesh63
Offline Send Email
Nov 23, 2006
5:25 pm
439
... Please check the difference between Ch and C++ from the link below. http://www.softintegration.com/support/faq/general.html Tech support...
groupsupport@...
one2001boy
Offline Send Email
Nov 23, 2006
9:37 pm
440
Hi, I am probably doing something stupid but I can't find what... I am trying to run embedded ch in my application and sending it lines via Ch_AppendRunScript....
shsanuk
Online Now Send Email
Nov 28, 2006
6:46 am
441
... Can you run your script file in a regular Ch without crash? Can you post your summarized code to repeat the issue? tech support...
groupsupport@...
one2001boy
Offline Send Email
Nov 28, 2006
10:41 pm
442
Hi, Well I am sure that my scripts has an error because that's the point of my question :) Here is what i do (simplified) RunScript("start.ch"); //Just print...
shsanuk
Online Now Send Email
Nov 29, 2006
12:25 am
443
... there is no sequence for ParseScript() and AppendRunScrip(). As shown in section 1.5 of Embedded Ch User's Guide, use Ch_Initialize(&interp, option); ...
groupsupport@...
one2001boy
Offline Send Email
Nov 29, 2006
2:51 am
444
Ok thanks, I understand what I am doing wrong and what's happening. I'll just have to change the way I am using it. I thought it was possible to use it almost...
shsanuk
Online Now Send Email
Nov 29, 2006
3:25 am
445
Good afternoon, I have a question concerning saving matrix using fprintf. I have tried to save a numeric matrix of 10 columns in a file opened fwith fopen. The...
frederic_trillaud
frederic_tri...
Offline Send Email
Nov 29, 2006
5:35 pm
446
What do I need to do to run the CH script? I put it in a WIndows batch script as: @echo on set decrypted=g:\RZRSITE\OUT\ set...
John
bonzaiboyy
Offline Send Email
Nov 29, 2006
8:26 pm
447
John, Try changing the two lines c:\CH\bin\ch.exe c:\CH\bin\jj to c:\CH\bin\ch.exe c:\CH\bin\jj Stephen ... From: John <bonzaiboyy@...> To:...
Stephen Nestinger
ssn17
Offline Send Email
Nov 29, 2006
9:30 pm
448
... If you add shebeng #!C:/Ch/bin/ch to your c:\ch\bin\jj code, the above two lines can be changed to just C:\Ch\bin\jj If you add C:\Ch\bin into the...
groupsupport@...
one2001boy
Offline Send Email
Nov 30, 2006
7:02 pm
449
... Computational arrays are printed out with less than 80 columns for output to stdout, stderr, and user defined file streams. In the next update of Ch, this...
groupsupport@...
one2001boy
Offline Send Email
Nov 30, 2006
7:15 pm
450
Can you provide the loop you use to print these columns. It's hard to tell what the problem is, but, at first glance, it appears that an extra '\n' character...
Tom MacDonald
tmacd70783
Offline Send Email
Nov 30, 2006
7:59 pm
Messages 418 - 450 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