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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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
Cstring manipulation in ch embeeded   Message List  
Reply | Forward Message #1001 of 1027 |
Re: [ch_language] Cstring manipulation in ch embeeded

> 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 ("id: %4d. 1st chnl: (%3d, %3d) at time-id %10d. 2nd chnl:
(%3d, %3d) at time-id %10d", id, x1, y1, ts1, x2, y2, ts2);
> printf("id: %4d. 1st chnl: (%3d, %3d) at time-id %10d. 2nd chnl: (%3d,
%3d) at time-id %10d", id, x1, y1, ts1, x2, y2, ts2);
> return line;
> }
>
> the only problem is that it wont run.
> it seems that ch doesnt know what is cstring.

cstring is microsoft specific feature and we have no plan to support it
in windows.

Best regards,

Tech support

> i tried to include string.h, atlstr.h but it still wont work
>
> ideas?
>
> thanks
>
> Yuval
>



Mon Jul 6, 2009 2:32 pm

one2001boy
Offline Offline
Send Email Send Email

Forward
Message #1001 of 1027 |
Expand Messages Author Sort by Date

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...
shifrissyuval
Offline Send Email
Jul 6, 2009
1:28 pm

... cstring is microsoft specific feature and we have no plan to support it in windows. Best regards, Tech support...
groupsupport@...
one2001boy
Offline Send Email
Jul 6, 2009
2:41 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help