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...
Show off your group to the world. Share a photo of your group with us.

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 873 - 902 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
873
Hi all, i downloaded Ch otherday with the intiention to use it as a scripting language coinciding with my MUD that ive been developing, I got the basics on how...
James Cutter
captain666sp...
Online Now Send Email
Sep 2, 2008
8:16 pm
874
... You may need to check Embedded Ch for getting it done. http://www.softintegration.com/products/sdk/embedch/ ...
groupsupport@...
one2001boy
Offline Send Email
Sep 3, 2008
7:24 pm
875
... a ... developing, I ... be ... I;ve been readin the chsdk.pdf and can't find the API commands for passing Variables from C to Ch....
James Cutter
captain666sp...
Online Now Send Email
Sep 3, 2008
10:08 pm
876
... You need to download Embedded Ch evaluation with embedch.pdf to read, not chsdk.pdf. Best regards, T.S...
groupsupport@...
one2001boy
Offline Send Email
Sep 3, 2008
10:10 pm
877
I'm a retired cobol programmer and have very little knowledge of C. I want to be able to do record processing. My system is windows Vista. I created this...
brodrigcsw
Offline Send Email
Sep 7, 2008
10:00 pm
878
You cannot do int test = 0; if(test); { printf("bad"); } The semicolon ends the if statement prematurely and the printf statement will always occur no matter...
S
ssn17
Offline Send Email
Sep 7, 2008
10:47 pm
879
Thank you.  your modified code worked. Benny Rodriguez ... From: S <sodokan@...> Subject: [ch_language] Re: I'm new to ChIDE I want to process records...
Benny Rodriguez
brodrigcsw
Offline Send Email
Sep 7, 2008
11:51 pm
880
Running in ChIDE i get ERROR: unsupported data type for indirection operation * at line 31 in file C:\Ch\demos\bin\brin5.c ERROR: unsupported data type for...
brodrigcsw
Offline Send Email
Sep 8, 2008
10:15 pm
881
Given: char str1[10]; char str2[10]; You cannot do the following: str2 = str1; // incorrect: cannot do this with standard C arrays You need to use the strcpy()...
S
ssn17
Offline Send Email
Sep 9, 2008
1:21 am
882
hmmm im geting: ERROR: Ch_Initialize() failed: missing '/home/abyss/abyss/src/lib/ch/ extern/lib/chmt1.dl' how i fix this? jus installed EmbededCh to my server...
James Cutter
captain666sp...
Online Now Send Email
Sep 9, 2008
4:01 am
883
... To run embedded ch, you need to have ch standard and embedded ch installed. You should have the file '/home/abyss/abyss/src/lib/ch/extern/lib/chmt1.dl' ...
groupsupport@...
one2001boy
Offline Send Email
Sep 9, 2008
2:25 pm
884
... ch/ ... installed. ... chmt1.dl' ... I have CH installed and CHHOME is /home/abyss/abyss/src/lib/ch but, chmtl.dl still isnt around anywhere....
James Cutter
captain666sp...
Online Now Send Email
Sep 9, 2008
7:54 pm
885
... I made a mistake about the location of chmt1.dl. When Embedded Ch is installed, chmt1.dl should be in CHHOME/toolkit/embedch/extern/lib/chmt1.dl not...
groupsupport@...
one2001boy
Offline Send Email
Sep 10, 2008
11:13 pm
886
I was able to figure out my the problems I requested help on. Please disregard the last request for help. Than you....
brodrigcsw
Offline Send Email
Sep 12, 2008
8:36 pm
887
I am getting the follow errors in chide, my code is after the errors: ERROR: argument 4 of the function is undefined or not a valid expression ERROR: number of...
brodrigcsw
Offline Send Email
Sep 12, 2008
8:36 pm
888
Can Ch distributed on Windows run with standard libraries built for the gcc/3.4.4 distribution on Cygwin? It would also be nice if I could use the bsd...
Erick Roane
erickroane
Online Now Send Email
Sep 15, 2008
11:56 pm
889
... You may try to use MingW to call your functions in the lib through Ch SDK. You can find more at C:/Ch/docs/chsdk.pdf with demos in C:/Ch/toolkit/demos/SDK/...
groupsupport@...
one2001boy
Offline Send Email
Sep 17, 2008
12:56 pm
890
I am trying to port CH to this constricted environment. It is in fact a satellite receiver box with 252Mhz IBM risc chip ppc-405 and 500Gb disk. I am having...
jimux
Offline Send Email
Sep 18, 2008
12:47 pm
891
Hello Jimux, After browsing Google, it looks like the version of gcc that was used to compile Ch might be mis-matched with your C library. What version glibc...
David Ko
dko_ucd
Offline Send Email
Sep 19, 2008
3:08 am
892
Thank you David. As I said this is an embedded system and many commands are missing or calls to busybox. There is no files command. [Technomate(TM9100) /lib>...
jimux
Offline Send Email
Sep 19, 2008
1:20 pm
893
... The version ch ppc linux compiled is 2.6.10. ... Ch searches /usr/local/ch/extern/lib:/usr/lib:/usr/local/lib: for LD_LIBRARY_PATH by default. your /lib...
groupsupport@...
one2001boy
Offline Send Email
Sep 19, 2008
7:18 pm
894
... Thank you again. I'm new to the forum and missed the change you added at the bottom of the post (guess I expected a colour change) I've incorporated...
jimux
Offline Send Email
Sep 20, 2008
1:58 pm
895
... that is OK. ... Ctrl+u will delete the whole line. ... Google search find the following solution that you can try: add the following command to chrc file: ...
groupsupport@...
one2001boy
Offline Send Email
Sep 21, 2008
3:19 am
896
Your suggested changes make no effect, but I never though this was going to be easy. I notice that I have a /usr/ch/lib directory with subdirectories libc,...
jimux
Offline Send Email
Sep 21, 2008
12:29 pm
897
Jimux, It is recommended to place user's own function files in a separate folder, say /home/myaccount/lib. You can add _fpath = stradd(_fpath,...
groupsupport@...
one2001boy
Offline Send Email
Sep 23, 2008
12:28 am
898
I tried Ch on my computer. I guess I interrupted the installation before it could be completed. So the file is corrupted. Every time I try to reinstall it...
amwouden
Offline Send Email
Sep 29, 2008
9:32 pm
899
... run regedit.exe, 1) go to My Computer\\HKEY_LOCAL_MACHINE\\Software\\SoftIntegration, right click on SoftIntegration and then delete it. 2) (note: be...
groupsupport@...
one2001boy
Offline Send Email
Sep 30, 2008
12:08 am
900
I've done a quick look and didn't find an answer to this question. We use Embedded Ch within our product to handle some really basic functions in some external...
fruber.malcome
Offline Send Email
Oct 7, 2008
10:52 pm
901
... Embedded Ch users' guide has the detailed information about how to minimize the size of the distribution. You can also check the FAQ link below. ...
groupsupport@...
one2001boy
Offline Send Email
Oct 8, 2008
2:04 am
902
so anytime i try to run a program in ch ide, i get a message in the output screen that says "access is denied" why is this? can i fix it? thanks, nick...
stop12345now
Offline Send Email
Oct 28, 2008
11:13 pm
Messages 873 - 902 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