... 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...
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...
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...
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...
When I try and run a program in csite I get the following error message: ERROR: variable 'C:\Ch\demos\lang\Data' not defined How do I correct this? Thanks, ...
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...
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,...
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...
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...
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...
Nick Personally I think it is a vbery good idea to publish this code. There are already some posts under the 'Files' link here and they are useful examples...
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. ...
... Please check the FAQ for using ChScite for plotting. http://chscite.sourceforge.net/ChSciTEFAQ.html#generategraphics ... Can you please let me know what...
... Though embedded ch work for most microcontroller, some microcontroller and its OS require special handling. We will release a new embedded ch edition...
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...
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...
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....
Dear Kevin, Please follow the instructions indicated within the readme file. Under "Installation Instructions," it states to run 'make install.' Do this from...
Thanks Stephen, that worked. ... Under "Installation Instructions," it states to run 'make install.' Do this from within a Ch Shell. If you unzipped the...
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...
... Ch Professional Edition has some extensions to C for rapid application development and deployment. Graphical plotting and computational array are two major...
... 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...
... 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...