Hello Li Peng, The first error is likely caused by the "Mobile-C Ch Package" not being installed. See Section 2.6 on page 5 on the user guide for complete...
hi, i wrote the following program in ch : cstring func (cstring line, int id, int x1, int y1, int x2, DWORD ts1, int x2, int y2, DWORD ts2 ) { line.format...
Dear Mobile C Forum, I am working on a research project in which we would like to use Mobile-C for running distributed image analysis within a wireless mesh...
Dear All- I've installed ch Standard edition, version 6.1.0.13751. I'm most interested in using open gl via ch, but cannot get any of the examples to work. It...
[ Charset ISO-8859-1 converted... ] ... OpenGL is not supported in Mac at present. Will be supported in the future release. Best regards, Tech suppport...
Hi, I'm evaluating the SoftIntegration Graphical Library version 2.7 under Visual Studio 8 with MFC and C++ compiler 6.0.5724.0, under Window Vista. When I try...
i am being asked to Declare the following variables, and indicate the number of bytes needed store each one. 1. num1, num2 of integer type initialized to zero ...
If you've never programmed before, and are clueless after a first day, I think you may want to consider either rapidly tooling up on the basic ideas on the...
The problem statement is not precise. There are many integer types in C. For example, short, int, long, long long are all integer types. Furthermore, some...
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...
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...
... 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...
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...
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...
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...
... 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...
... 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,...
... 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...
... 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...
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 ...
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...