Hi all, In a continuing effort to make gui's as small as possible without losing functionality I converted the gui 'System Colors.gui' in the Util directory ...
Hi All! Sorry, English is not my language. I try to compile sample DLL for gui4cli //******************************* #include <windows.h> char DLL_COMMANDS []...
... No problem :) I think the problem is that you do not export the DLL_Init() and SIMPLE() functions. To do this you must include a .DEF file in your project...
Dear all Gui4Cli has some mathematical functions such as Cos, Tan and Sin. Is there a way that I can calculate ArcTan (ATan)? In one of my programs I need the...
... Greetings! I use the Python programming language for my complex calculations: http://www.python.org Then I can use any of the many available Python...
Hi, Anyone using C/C++ compiler for creating Gui4Cli dlls or whatever, that wants to add anything, please jump in.. -- Microsoft compilers I use MS Visual...
... I ... T- ... Hi Frans, If you don't want to learn another (script)language just for the sake of only one calculation you could consider downloading the...
I have used MinGW in the past... Maybe I can remember what I did :) Some other free compilers: Digital Mars C/C++ Compiler http://www.digitalmars.com/ Borland...
... command ... Thank you all for the replies. As Fer said I do not want to spend hours on another language just for one function. Everything else I do in ...
Hi, ArcTan is the inverse of Tan so "tan(x) is the tangent" and "(1/tan(x)) is the arctan" from the Book of Maths Here send you a ArcTan.gui, is a gui that i...
... Book of Maths ... arctan Hi, Have you checked your calculator ??? You will see that 1/tan(x) is NOT the same as atan(x). atan is the inverse of tan alright...
Hi, yes, please sorry I confuse thing all the time. x=tan(atan(x)) so x=atan(tan(x)) like you say is like y=Lx and e^y=x 0=L1 and e^0=1 ok I confuse with...
... the ... Fer you are 100% correct. ArcTan(x) IS NOT 1/Tan(x). If you look on the Wiki you will se what I mean. Inverse in this case means that if one...
... (large) ... Hi Piet, From the number of reactions I must conclude that not much G4C users write their scripts using the SciEd editor. (like me) Anyhow, I...
Hi Fer, since a few days I was able to pick up my G4C-project again, and though reasonably good documented, for me difficult to fully understand my own script...
Hi everyone, in the helpfile there is the following example to take pieces out of a variable : indent = "$indent[0][-3]" For me such things work sometimes, but...
... Piet I also had a problem. The following seems to work OK. I do not know if this is what you mean: Indent = Program $Indent[-1] = m $Indent[-2] = am ...
Hi Frans, yes, you're examples work good. As soon I use a "0", it doesn't work. For practical use in my script (with variables with always different lenghts,...
... There is no special MDI support, because g4c doesn't use MFC. You can easily program something similar though, using Winattr PARENT myMainWindow Dimitris...
... Hi Piet, Your example cannot work because you start with position 0 '[0]' and want the 3 characters before the start position '[-3]' If you want the result...
Hi Piet According to me the last chatacter, working backwards, will allways be -1 irrespective of the length of the variable. The command work in a circle. The...
Hi Fer, well, it's not MY example. If you go in the helpfile to chapter 'Background Information', then to item 'Variables', you find all the explanation ; at...