Hello all, Can anybody tell me how to uninstall the Unix versions of Ch? I'm specifically wondering about the FreeBSD version. Thanks. P.S. SoftIntegration -...
Just try to directly remove the /usr/local/ch... No more anctions needed. Regards. kevin_v_wood wrote: Hello all, Can anybody tell me how to uninstall the Unix...
Also can do: cd / find | grep ch to find the list, then delete them. Regards. Wang Zhan Feng wrote: Just try to directly remove the /usr/local/ch. .. No more...
Hello I am using Red Hat Linux 9 and I am unable to run video clips in this os I downloaded one package which can run only audio files but i need to run video...
Dear Mahipal, You email is a little unclear and appears to have nothing to do with Ch. In any case, try downloading either mplayer (http://www.mplayerhq.hu),...
Hi!! I'm using Visual C++. When I try to link the libraries I get the following error: dataFile.obj : error LNK2005: _main bereits in doppelpendel.obj...
Dear Group members, I am running Ch 5.5.13001 Pro running over Windows XP Pro Home or Pro. gnuplot 4.1 patch level 0. I am gnuplotting candlesticks by building...
... To start simple, can you compile the sample code at the directory c:\silib\demos\chapeter2\data2D.cpp? For VC 6.0, you need to add c:\silib\include to your...
... type PLOT_PLOTTYPES_CANDLESTICKS and many others will be added to Ch Professional and SIGL plotting library next release. You may check if the following...
Sorry if this is a duplicate - I am trying to work with GTK - I can run the testglibc.c demo just fine.I can compile and run the demo under gtk using the...
I am trying to run the GTK demos - I can run the testglib.c demos fine. I can compile the helloworld.c demo with the following Makefile 3 FLAGS=`pkg-config...
Dear Richard, Can you please verify that you have GTK+ (v1.1 or 1.2) installed on your system and not just GTK+-2.0. Try compiling helloworld.c using the...
... `gtk-config ... directory ... Thanks - I have both gtk 1 & 2 installed - My confusion was regarding the paths and configurations for the compiler in...
... Makefile ... Support, Works fine - thanks for you speedy reply - Two questions 1 - are you looking at GTK 2 2 - has anyone done gladelib Thank you, Richard...
Dear friends, When I try to run: ch helloworld.c I got following error: Error: dlopen(): libgtk.dl: cannot open shared object file: No such file or directory ...
... to run gtk code, you don't need to set up any paths. Follow the instructions below to run GTK+ for Linux. Download file chgtk-1.0.0.linux.2.4.tar.gz from ...
... Will check them later. are you talking about glade http://developer.gnome.org/tools/glade.html? it is a graphical frame. I don't see how useful it is to...
Thanks, I got it. Now I have another qestions: 1. Why I must go into ch, then run the program but can not run as "ch ./helloworld.c"? 2. Does ch support...
Hello, Actually I use Ch Professional edition, version 5.5.0.13001 (C) Copyright 2001-2006 SoftIntegration, Inc. http://www.softintegration.com I experiment...
... In the NEW Users Guide for Version 5.5 I found a change of parse and run to chparse and chrun. So the problem is cleared! That is also true for debug, that...
Hello, Is tehre a possibility to input a code snippet of more than one line in the command line mode of Ch? For instance, if I would like to demonstrate a...
Hi,is there anyone know how to plot implicit functions with CH? for example: x^3*y^4-6x*y+6x-8y-8=0. These functions are hardly to solve. Assuming we don't...
Hi First of all: I'm very new to Ch and therefore my post could be kind of silly. ... In file "myclass.chf" I have a class like this: class MyClass { public: ...
... Ernst, The above initialization of the variable m1 of the global scope is performed during the declaration. When the initializor is evaluated, the...