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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 34 - 65 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
34
Hi everybody, I've just start programming with CH. I use it for my project with C++ (MFC project). Unfortunately I've met some problem : I wrote a small script...
ziedmajed
Offline Send Email
Jul 5, 2005
8:48 am
35
... Zied, Ch does not support MFC. Ch supports Win32 API. You may try dialogbox demo programs for Windows in C:/Ch/toolkit/demos/Windows directory. You may...
Gary
chou_y_c
Offline Send Email
Jul 5, 2005
6:39 pm
36
Group, I have been reading reference books about GTK+. I am considering using it with Ch and compiling for a windows application. Am I heading down a wrong...
Mike.Friedrichs@...
friedrichs00
Offline Send Email
Jul 8, 2005
4:21 pm
37
... Dear Mike, I have used Gtk+ under Ch for Windows and Unix. I even used Glade to create the Gtk+ application and ran the C code output from Glade under Ch...
Stephen Nestinger
ssn17
Offline Send Email
Jul 8, 2005
5:54 pm
38
... Stephen, The parsing of the code is no issue for me. What my aim is: In the office the code will run with Ch, and Ch is a good debugging tool, but since...
Mike.Friedrichs@...
friedrichs00
Offline Send Email
Jul 8, 2005
7:02 pm
39
Group, I have been a longtime Matlab user. And want to compile my programs to an *.exe in a windows environment. After feeling around the SoftIntegration...
Mike.Friedrichs@...
friedrichs00
Offline Send Email
Jul 11, 2005
2:54 pm
40
Hi Mike, Please see my answer below. ... Yuo may need SoftIntegration Grapphical Library (SIGL) http://www.softintegration.com/products/silib/graphlib/ . It is...
groupsupport@...
one2001boy
Offline Send Email
Jul 11, 2005
4:58 pm
41
... Hi Mike, Please see my answer below. > Group, > ... Does SoftIntegration Graphical Library (SIGL) also work with GTK+. I see myself changing values...
Mike.Friedrichs@...
friedrichs00
Offline Send Email
Jul 11, 2005
5:41 pm
42
Hi Mike, ... If you generate a plot in a file first such as in PNG. Then, load it into a widget. The flow of the execution will not be blocked. ... SIGL works...
groupsupport@...
one2001boy
Offline Send Email
Jul 11, 2005
9:39 pm
43
Support, 1. What I see shipped with Ch is GTK+ 1.3, GTK+ is up to 2.x at this time. What is required to build Ch programs using GTK+ 2.x ? 2. Using GTK+ I can...
Mike.Friedrichs@...
friedrichs00
Offline Send Email
Jul 12, 2005
3:00 pm
44
... time. ... use SIGL ... required to ... Hi Mike, I created a GTK+ application using Ch plot some time ago. I uploaded code at ...
bchen_666
Offline Send Email
Jul 12, 2005
7:58 pm
45
Bo, I down loaded your code last night. I will be studying them. Looks like a lot of code just to plot curves in a GTK+ drawing window. Do you know of a...
Mike.Friedrichs@...
friedrichs00
Offline Send Email
Jul 13, 2005
1:49 pm
46
Mike, The code I gave you is basic and in reasonable length. The major part of the code is the main() function that creates a GUI for inputting a function and...
bchen_666
Offline Send Email
Jul 14, 2005
8:11 pm
47
Bo, I appreciate your help. thanks, MikeF ... part of the code is the main() function that creates a GUI for inputting a function and parameters. It displays...
Mike.Friedrichs@...
friedrichs00
Offline Send Email
Jul 14, 2005
8:14 pm
48
Hi Do anyone know if i can integrate CH into visual C++? i want to be able to use my whole workspace and run single commands in CH. thanks in advance...
moodhoo
Offline Send Email
Jul 17, 2005
2:57 pm
51
... I am not sure what exactly you would like to do. If you mean to invoke binary functions in C/C++ lib from C/Ch/C++ scripts, you need Ch SDK as described at...
groupsupport@...
one2001boy
Offline Send Email
Jul 18, 2005
5:10 pm
52
I prefer this group be a forum for learning more about Ch and sharing ideas related to Ch and programming. To that extent I request that no recruting take...
TMacD
tmacd70783
Offline Send Email
Jul 18, 2005
5:14 pm
53
Dear Mike, I have uploaded a modified version of the GTKPlot program that uses ImageMagick's convert.exe utility to change the Ch Plot image output so that it...
Stephen
ssn17
Offline Send Email
Jul 18, 2005
5:14 pm
54
Stephen, I downloaded your program. Thanks, I am just learning gtk++, I like its structure much better than Windows "win32api" programming. I hope it stays...
MEA-MikeFriedrichs
mike_friedrichs
Offline Send Email
Jul 19, 2005
2:56 am
55
Dear Mike, I have uploaded another modified version of the GTKPlot program that uses ImageMagick's Wand functions instead of a system call to convert.exe to...
Stephen
ssn17
Offline Send Email
Jul 19, 2005
9:17 pm
56
Stephen, I certainly appreciate your effort. Thanks, Mike...
MEA-MikeFriedrichs
mike_friedrichs
Offline Send Email
Jul 20, 2005
2:05 am
57
I am a new user of Ch and I was wondering if anybody knows if there is any way to use the functions directly from the lib file. In addition I would like to ask...
gmbritz
Offline Send Email
Jul 21, 2005
2:04 am
58
... The following link might be helpful for beginners. http://www.softintegration.com/docs/ch/gettingstart/ ...
groupsupport@...
one2001boy
Offline Send Email
Jul 21, 2005
3:35 pm
59
Hello, More questions about using GTK+. I went to another group searching for more available printed documentation on GTK+. One member suggested I use...
Mike.Friedrichs@...
friedrichs00
Offline Send Email
Jul 25, 2005
5:09 pm
60
... You may need to create the bindings to wxWidgets yourself based on Ch SDK. it takes time. Tech support...
groupsupport@...
one2001boy
Offline Send Email
Jul 26, 2005
5:47 pm
61
Thanks, MikeFriedrichs Subject: Re: [ch_language] GTK+ and wxWidgets for CH and Win2000 > ... are ... not ... You may need to create the bindings to wxWidgets...
Mike.Friedrichs@...
friedrichs00
Offline Send Email
Jul 26, 2005
5:52 pm
62
Hello, I am new to this list and immediately join with a question: I installed the Ch GMP package but trying to run a demo file always ends up with the...
bblochl_2
Offline Send Email
Aug 9, 2005
7:37 pm
63
Dear Bernhard, For Ch GMP to work under a unix environment, which is the environment I assume you are working under since it asked for an ELF binary, you need...
Stephen
ssn17
Offline Send Email
Aug 9, 2005
8:05 pm
64
Dear Stephen, What I tried in the meantime: I deleted the installed packages and repeated the processes again. Concerning to the "normal" GMP I am absolutely...
bblochl_2
Offline Send Email
Aug 10, 2005
10:43 am
65
... I think you are right. You may just change "ch pkgcreate.ch" to "ch ./pkgcreate.ch" in makefile. it should fix your above problem. wayne...
Wayne Cheng
chengw168
Offline Send Email
Aug 10, 2005
8:13 pm
Messages 34 - 65 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