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...
... 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...
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...
... 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, 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...
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...
Hi Mike, Please see my answer below. ... Yuo may need SoftIntegration Grapphical Library (SIGL) http://www.softintegration.com/products/silib/graphlib/ . It is...
... Hi Mike,
Please see my answer below.
> Group,
> ... Does SoftIntegration Graphical Library (SIGL) also work with GTK+. I
see myself changing values...
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...
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...
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, 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...
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...
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...
... 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...
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...
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, I downloaded your program. Thanks, I am just learning gtk++, I like its structure much better than Windows "win32api" programming. I hope it stays...
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...
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...
Hello, More questions about using GTK+. I went to another group searching for more available printed documentation on GTK+. One member suggested I use...
Thanks,
MikeFriedrichs
Subject: Re: [ch_language] GTK+ and wxWidgets for CH and Win2000
> ... are ... not ... You may need to create the bindings to wxWidgets...
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...
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...
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...