I am looking for Delphi bindings for Ch. Has the header been converted, or an example written for this? Isaac...
343
groupsupport@...
one2001boy
Jun 27, 2006 6:38 am
... Borland delphi compiler is already supported. please check the samples at C:/ch/toolkit/demos/SDK/Borland for Ch SDK (bundled with ch standard or ch...
344
Isaac Raway
newstarsabove
Jun 27, 2006 1:29 pm
I have Delphi, but not Borland's C compiler. They're not the same thing. Just out of curiosity, I tried to run make anyway, but of course Borland's compile...
345
groupsupport@...
one2001boy
Jun 29, 2006 12:24 am
Hi Isaac, ... We don't have much experience with Delphi .pas. You may try it based on our examples using borland compiler. Best regards, Tech support...
349
TMacD
tmacd70783
Jul 14, 2006 10:36 pm
FYI - I'll be on vacation all next week and won't be able to moderate the Ch group until I get back. See you then. TMacD...
367
sumotraceyou
Jul 25, 2006 10:31 am
Sir, First Of All Iam Very ThanksFull To Ur Members Of Department Of this Site Organisation My Name M.Krishankishore iam an Intercompleated And ready to join...
368
steve1yvj
Jul 27, 2006 6:28 pm
When I try and run a program in csite I get the following error message: ERROR: variable 'C:\Ch\demos92;lang92;Data39; not defined How do I correct this? Thanks, ...
369
groupsupport@...
one2001boy
Jul 28, 2006 2:12 am
... Not sure how to repeat the same error as you shown from chscite? Tech support...
370
kevin_v_wood
Jul 29, 2006 1:42 am
Hello All, I'm working on a robotic control library similar to the Barrett Hand library for Ch. One thing that I would like to do is to interactively enter...
371
gary
chou_y_c
Jul 31, 2006 10:41 pm
Could you send a simplified program for us to test in ChSciTE? Yu-Cheng groupsupport@... »¡¡G ... Not sure how to repeat the same error as...
372
gary
chou_y_c
Jul 31, 2006 11:38 pm
Hi, First of all, you need to make sure that you put the function files with a file extension .chf in a directory specified by the system variable _fpath,...
373
Stephen
ssn17
Aug 1, 2006 10:02 pm
The Ch Barrett Hand package, http://chbhand.sourceforge.net , also allows users to control the hand interpretively through the command prompt. I have done this...
374
kevin_v_wood
Aug 5, 2006 12:18 am
Gary & Stephen, Thanks for the replies. I realized that I was a bit unclear in my post. I'm working on a library for a different bot, not the BH. However, I am...
376
nickdobrinich
Aug 22, 2006 7:17 pm
tom, would it be beneficial to post published code from john ehlers' books, 'rocket science for traders' and 'cybernetic analysis for stocks and futures'? i...
377
TMacD
tmacd70783
Aug 23, 2006 2:46 pm
Nick Personally I think it is a vbery good idea to publish this code. There are already some posts under the 'Files39; link here and they are useful examples...
378
contrerasisaac
Aug 26, 2006 7:43 pm
Hello. Has anibody experience with CH embedded in a microcontroller? Regards....
379
Nikolay Angelov
nklyangelov
Aug 30, 2006 11:12 am
I downloaded academic Ch and Chscite. When I execute ploting programs (from demos) there are no errors in output window. Unfortunatly there isn't graphic. ...
380
groupsupport@...
one2001boy
Aug 31, 2006 7:33 am
... Please check the FAQ for using ChScite for plotting. http://chscite.sourceforge.net/ChSciTEFAQ.html#generategraphics ... Can you please let me know what...
381
groupsupport@...
one2001boy
Aug 31, 2006 7:35 am
... Though embedded ch work for most microcontroller, some microcontroller and its OS require special handling. We will release a new embedded ch edition...
382
Nikolay Angelov
nklyangelov
Sep 1, 2006 8:29 am
The problem with M_PI: M_PI is 3,14159265358979310000e+000 not 3.14159265358979310000e+000 thats why the program report for error (fplotxy.ch) ==>:...
383
groupsupport@...
one2001boy
Sep 2, 2006 7:28 am
Hi Nikolay, ... We have seen this problem before. The answer is in our FAQ at the link: http://www.softintegration.com/support/faq/windows.html#plot If your...
384
Nikolay Angelov
nklyangelov
Sep 4, 2006 8:12 am
I change decimal symbol in regional setting and ploting and M_PI are OK. Thanks for your help. Regards, Nikolay Angelov groupsupport@... wrote:...
385
kevin_v_wood
Sep 13, 2006 11:30 pm
Hello all, I downloaded the binary .zip file of ChOpenCV for Windows, and I'm having trouble installing it. Can anybody offer any suggestions? Do I need to run...
386
contrerasisaac
Sep 14, 2006 4:44 am
Which are the minimum requierements(RAM,ROM, procesing, etc) to implement CH on a microcontroller, the ones I'm interested in are Atmel AVRs and ARM7. Regards....
387
Stephen Nestinger
ssn17
Sep 14, 2006 8:39 pm
Dear Kevin, Please follow the instructions indicated within the readme file. Under "Installation Instructions," it states to run 'make install.' Do this from...
389
kevin_v_wood
Sep 15, 2006 4:45 am
Thanks Stephen, that worked. ... Under "Installation Instructions," it states to run 'make install.' Do this from within a Ch Shell. If you unzipped the...
391
Graham Wilson
grahamwilsonca
Sep 21, 2006 11:00 pm
Hello all, I must admit to being rather confused about ch. Is it possible to compile a 'ch' script on a linux machine using gcc? Below is a snipit of code...
392
groupsupport@...
one2001boy
Sep 22, 2006 12:19 am
... Ch Professional Edition has some extensions to C for rapid application development and deployment. Graphical plotting and computational array are two major...
393
grahamwilsonca
Sep 22, 2006 3:21 am
... That's really too bad as the ability to compile code that uses 'computational arrays' was my primary reason for looking at ch. ANSI C arrays/pointers are...
394
TMacD
tmacd70783
Sep 22, 2006 7:21 pm
... This really a deficiency in C which is not as high level a language as Ch. C still has a systems implementation history and hiding loops in an array...