What's the activation procedure for Ch NAG Statistics once the license is in hand? I know I need to run something from Ch Pro, but I don't have the email or...
1011
groupsupport@...
one2001boy
Sep 10, 2009 3:47 am
... You can run Ch_key_installer.exe from CHHOME/package/nag/license/ directory. Best regards, Tech support...
1012
bernard.langevin
bernard.lang...
Sep 11, 2009 5:22 pm
Hi I download the standard edition and I ran the install.sh. The program is asking for a password. Where can I find this password. Thanks...
1013
groupsupport@...
one2001boy
Sep 12, 2009 6:14 am
Hi Bernard, ... Ch standard edition should not require the password. Can you please let me us know what is the file name you downloaded? Thanks. Tech support...
1014
bernard.langevin
bernard.lang...
Sep 12, 2009 4:18 pm
Hi I downloaded chstandard-6.1.0.macosx10.ppc Thanks Bernard...
1015
bernard.langevin
bernard.lang...
Sep 12, 2009 4:31 pm
Hi I downloaded chstandard-6.1.0.macosx10.ppc Thanks Bernard...
1016
groupsupport@...
one2001boy
Sep 14, 2009 12:00 am
... We have just tested and no password is required for installation. If you run as sudo user to install it, it might need your system administrator privilege...
1017
disneylogic
Sep 19, 2009 1:03 am
So, just found in a Ch doc that "template" is not supported in Ch. Can someone suggest any workarounds? In particular, I'm thinking that maybe I might write...
1018
disneylogic
Sep 19, 2009 1:04 am
I am a long time user of Ch, but I have primarily used it for pretty standard C code and its numerics. I now have some C++ code I need to run and modify, but...
1019
ivanodonoghue
Sep 19, 2009 1:45 pm
I've just installed ch on ubuntu, and the setup seemed to go fine. I ran several of the demo programs with no issue. I want to use the ch package for the k8055...
1020
groupsupport@...
one2001boy
Sep 19, 2009 1:47 pm
... You may use Ch SDK to interface binary C/C++ code. You may use func(parm, ...) to handle overloading of a function. You can find from Ch SDK User's guide...
1021
groupsupport@...
one2001boy
Sep 19, 2009 10:01 pm
... After you downloaded and built the package, the package should contain CHHOME/package/chk8055d_c/dl/libK8055D_C.dl, can you check if it is there? if not,...
1022
ivanodonoghue
Sep 21, 2009 3:11 pm
... I see that the dl is present but was all lower case, where there should be some uppercase chars in the name, i.e. libK8055D_C.dl. If I rename the dl I get...
1023
groupsupport@...
one2001boy
Sep 22, 2009 4:01 am
... It appears that CHHOME/package/chk8055d_c/dl/libK8055D_C.dl was created for Windows. You need to create new CHHOME/package/chk8055d_c/dl/libK8055D_C.dl for...
1024
ivanodonoghue
Sep 22, 2009 8:25 pm
... Thanks for the help. I'll have a go at your suggestions, although I suspect it may be too difficult for me!...
1025
wildfish777
Sep 24, 2009 4:29 pm
hello, ... any ideas? i've tried googling xyssld.lib to try to install that library, but nothing comes up. google asks if i meant xyssl......
1026
David Ko
dko_ucd
Sep 25, 2009 4:44 am
Hello, xyssl should be included with the Mobile-C package. If it is searching for xyssld.lib, that means it is searching for the "Debug" compiled version of ...
1027
givemetoons
Nov 7, 2009 4:30 pm
We have a board we designed that is running the uC/OS-II RTOS. This board does not have a disk drive - only FLASH and RAM. How do I go about porting Ch to this...
1028
meirab_2001
Nov 13, 2009 1:49 am
when i try to compile + link: /* Filename: embedch1.c */ #include <embedch.h> #include <stdio.h> int main() { ChInterp_t interp; char *argvv[]={"embedch1.ch",...
1029
groupsupport@...
one2001boy
Nov 13, 2009 7:42 am
... To compile the demo code, you need to follow the compile and link instructions in Embedded Ch User's guide. You can find the answer in the chapter 1.2.2...
1030
M
meirab_2001
Nov 14, 2009 12:55 am
hello Tech support - - - - - - - - - - - - - - - - after carefully reading the embedch: 1.2.2 building with visual .net ---> the compilation + link went...
1031
groupsupport@...
one2001boy
Nov 14, 2009 5:37 am
... You may download the latest build of standard edition and embedded ch eval to try again. the ch and embed ch eval need to be uninstalled first. It expires...
1032
M
meirab_2001
Nov 14, 2009 7:43 pm
hello ch Tech support - - - - - - - - - - - - - - - - - i prefer to buy a licence that allows me to do 3 things: read a .ch program (or a few, one after one)...
1033
groupsupport@...
one2001boy
Nov 16, 2009 7:45 pm
... I will forward to somebody from our company to contact you in detail. Best regards, Tech support...
1034
mt_homeschool
Dec 7, 2009 11:51 pm
Hello all, I am going to be using Ch for my programming class this January. Based on previous offerings of the course, I know that some students may want to do...
1035
groupsupport@...
one2001boy
Dec 8, 2009 7:32 am
... Tom, Thanks for using Ch. the mouse handling is not part of C standard. You may need windows API to handle the mouse. If you can check Microsoft ...
1036
kiril krstevski
kirilkrstevski
Dec 10, 2009 12:45 am
Can I install and use Ch standard 6.3 under ubuntu 9.10 and how to make it? Â Can I install and use Ch standard 6.3 under ubuntu 9.10 and how to make it?...
1037
groupsupport@...
one2001boy
Dec 10, 2009 10:08 pm
... you can check the documetantion: "Ch Installation and System Administration Guide" from the link below at http://ww.softintegration.com/docs/ tech support...
1038
Ron
xecronix
Dec 11, 2009 5:33 pm
I'm fully aware of the ODBC option but I also wonder if there is also a turn key solution for interfacing with MySQL using the MySQL C API. Does anyone have...
1040
meirab_2001
Dec 17, 2009 2:13 am
I try to run embedch1.ch from embedch1.c in vc++2005 (studio)/ win xp ch/prof 6.3.0 + ch/rt 6.3.0 i have defined in project properties: c/c++ additional...