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 90 - 119 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
90
Vikas Typically, general purpose programming languages do not contain features that allow you to create buttons. Usually there is a windowing library that is...
Tom MacDonald
tmacd70783
Offline Send Email
Sep 1, 2005
4:54 pm
91
Hello Vikas, C is able to generate buttons, meanus, and other graphical components. In Unix, you can try Motif at...
bchen_666
Offline Send Email
Sep 1, 2005
5:36 pm
92
Stephen. I just quickly looked over that page and I have one thing to say... OUTSTANDING. Many tutorial writers in the IT field forget the old axiom " A...
Robert
sniperlt
Online Now Send Email
Sep 1, 2005
5:37 pm
93
Good day. I have some functions in ch like this: string_t theFunc(string_t arg) { return arg; } The question: How can I call such functions from C code? I'm...
yuri_sukhoverkhov
yuri_sukhove...
Offline Send Email
Sep 2, 2005
1:44 pm
94
Dear Yuri, The function that you provided can be called in C as follows: string_t theFunc(string_t arg) { return arg; } int main(){ char *p; char *str =...
Stephen
ssn17
Offline Send Email
Sep 2, 2005
7:42 pm
95
... For pow(3, 40), it exceeds the maximum value of INT_MAX defined in limits.h. pow(x,y) is a generic polymorphic function in Ch. It is for x^y such as x**y...
groupsupport@...
one2001boy
Offline Send Email
Sep 4, 2005
1:18 am
96
Thanks Stephen. But I mentioned not this. I'm embedding Ch in my program. There is described function in the script. So I can't call the function with...
yuri_sukhoverkhov
yuri_sukhove...
Offline Send Email
Sep 4, 2005
7:02 pm
97
... Calling Ch functions with argument or return type of string_t from Embedded Ch will be supported in the next release. It can be called as follows: #include...
groupsupport@...
one2001boy
Offline Send Email
Sep 5, 2005
11:35 pm
98
... The maximum number of INT_MAX for int with 32 bits is 2147483647 pow(2, 40) will have a value of 1099511627776 which exceeds INT_MAX. The result is...
groupsupport@...
one2001boy
Offline Send Email
Sep 6, 2005
1:35 am
99
... sometime ... The chsqlite package is available at SourceForge at http://chsqlite.sourceforge.net now. If you have any question, please let me know. Bo...
bchen_666
Offline Send Email
Sep 7, 2005
8:36 pm
100
I'm having difficulty installing and running ChExcel 1.0 with both Excel 97 and Excel 2003. Here are the machine/OS details: 1) Pentium III Windows 2000 Excel...
blank_sb
Online Now Send Email
Sep 8, 2005
5:22 pm
101
Hi, just wondering if there is a way to install and use ChExcel with other spreadsheet packages; in particular, is it possible to use it with OpenOffice.org...
Kiam Heong Kwa
kiamheong
Offline Send Email
Sep 8, 2005
6:20 pm
102
... YOu are right. We missed to copy chexcel.xla to Office11/Library. chexcel-1.0.0.exe has just been updated in our download site. It should be OK now....
groupsupport@...
one2001boy
Offline Send Email
Sep 9, 2005
4:41 am
103
... At its current implementation, ChExcel only works with Microsoft Excel. We are not familiar with OpenOffice.org calc. If there are OpenOffice.org calc guru...
groupsupport@...
one2001boy
Offline Send Email
Sep 9, 2005
4:44 am
104
Hi, InfoSage Systems is into Software Development, Training and Staffing services. Weare well established with in USA and now our concentration isin to...
jobs_at_infosage
jobs_at_info...
Offline Send Email
Sep 9, 2005
8:53 am
105
Hi, I installed the new version of ChExcel 1.0 and ChExcel.xla was placed in the Office11/Library directory. However, when I attempt to run any commands, I...
blank_sb
Online Now Send Email
Sep 9, 2005
1:48 pm
106
... The only thing needs to set is: Start Microsoft Excel. Select Tools from the menu toolbar, click Add-Ins. In the Add-In window check the ChExcel 1.0 box...
groupsupport@...
one2001boy
Offline Send Email
Sep 9, 2005
8:24 pm
107
Hi, I have installed the ChExcel 1.0 add-in as you suggested, using the "Tools|Add-ins" menu. The build number for my version of Excel 2003 is: 11.6355.6408...
blank_sb
Online Now Send Email
Sep 10, 2005
1:40 am
108
... Hi Stan, It seems that there are some dependant libraries missing in your computer. We have updated chexcel in our website. You can uninstall chexcel and...
groupsupport@...
one2001boy
Offline Send Email
Sep 10, 2005
6:18 pm
109
Hi, Fantastic! Everything seems to work now, so whatever you did fixed the problem. I am very impressed with the software and am looking forward to learning...
blank_sb
Online Now Send Email
Sep 11, 2005
4:53 am
110
I want to purchase the SIGL - C++ graphical library. I am developing an application in VC++ .NET and wanted to plot some 3D graphs of the data. I want the...
luniyasun
Offline Send Email
Sep 16, 2005
6:54 pm
111
... SIGL is the C++ graphical library. It can be compiled with VC++.NET. What you want to verify is if .NET framework is able to call C++ library. you may...
groupsupport@...
one2001boy
Offline Send Email
Sep 16, 2005
10:02 pm
112
FYI everyone - I will be on vacation all this week and won't be able to moderate this group during that time. Most likely no one will notice. I'll be back...
TMacD
tmacd70783
Offline Send Email
Sep 19, 2005
1:34 am
113
Hello I'm embedding ch in my application. Let's suppose I execute a script in one thread. It takes a lot of time so I want to cancel its execution from another...
yuri_sukhoverkhov
yuri_sukhove...
Offline Send Email
Sep 20, 2005
4:57 pm
114
[ Charset ISO-8859-1 converted... ] ... The excuting thread can be aborted by Ch_Abort(interp); This new API will be available next release. We will release...
groupsupport@...
one2001boy
Offline Send Email
Sep 20, 2005
7:48 pm
115
Hi, I'm not sure what's required...multi-threading? My program is calculating some long variables in a very long and many nested for-loops. When a result is...
timlyg
Offline Send Email
Sep 28, 2005
12:18 am
116
Hi, I want to calculate long integer..but seems that declaring signed long long int is not enough. I am working with integers greater than 10^10 Any help...
timlyg
Offline Send Email
Sep 28, 2005
1:57 am
117
... you may add setbuf(stdout,NULL); at the beginning of your code to unbuffer the stdout stream. Tech support...
groupsupport@...
one2001boy
Offline Send Email
Sep 28, 2005
7:35 am
118
... How much greater than 10^10? The 'unsigned long long' type has a range of 0 .. 18446744073709551615 which is greater than 10^10. TMacD ~moderator~ ...
Tom MacDonald
tmacd70783
Offline Send Email
Sep 28, 2005
9:28 pm
119
Dear Tim, You can use the Ch Multiple Precision Arithmetic package based on GNU Multiple Precison Arithmetic at http://chgmp.sourceforge.net . Stephen ... ...
Stephen
ssn17
Offline Send Email
Sep 29, 2005
3:47 am
Messages 90 - 119 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