[Gambas-user] how create executable for my application

2017-05-16 Thread cheikh diabang
hi everybody. i have finish to create my application but i have some problème to generate the executable. I use gambas 3.9.2 i have tried in the GUI: Projet--->generate--->executable But the gambas application crashes I need help please.

Re: [Gambas-user] Math Operation

2017-05-05 Thread cheikh diabang
:57 AM, Fabien Bodard <gambas...@gmail.com> wrote: > yes the copy function is not necessary in this case as [a,b,c] return > a new instance on each call > > 2017-05-04 17:21 GMT+02:00 cheikh diabang <cheikhdiab...@hotmail.com>: > > I think the copy is not necessary. I want ju

Re: [Gambas-user] Math Operation

2017-05-04 Thread cheikh diabang
ration Declare the function as: Function calcul_coefficients(x As Integer, y As Integer, degre As Integer) As Float[] Then return the answer as (this is for convenience as copy returns new object instance): Return [a, b, c].Copy() Jussi On Thu, May 4, 2017 at 5:41 PM, cheikh diabang <c

Re: [Gambas-user] Math Operation

2017-05-04 Thread cheikh diabang
] coeff_v_c_w_2 = calcul_coefficients[0] Thank for help. De : cheikh diabang <cheikhdiab...@hotmail.com> Envoyé : jeudi 4 mai 2017 10:42 À : mailing list for gambas users Objet : Re: [Gambas-user] Math Operation Thank you very much

Re: [Gambas-user] Math Operation

2017-05-04 Thread cheikh diabang
Thank you very much Julio Sanchez . Its working fine De : Julio Sanchez <jusabejus...@gmail.com> Envoyé : jeudi 4 mai 2017 10:30 À : mailing list for gambas users Objet : Re: [Gambas-user] Math Operation cheikh diabang: In addition if you are going to

Re: [Gambas-user] Math Operation

2017-05-04 Thread cheikh diabang
er] Math Operation On Thu, 04 May 2017, cheikh diabang wrote: > hello. i have write this code below on gambas 3.9.2 and when i run that, he > indique syntaxe error > > > Function calcul_coefficients(x As Integer, y As Integer, degre As Integer) As > Float > 'Dim ak As Float

[Gambas-user] Math Operation

2017-05-04 Thread cheikh diabang
hello. i have write this code below on gambas 3.9.2 and when i run that, he indique syntaxe error Function calcul_coefficients(x As Integer, y As Integer, degre As Integer) As Float 'Dim ak As Float Dim a As Float Dim b As Float Dim c As Float Dim nbr_coef As Integer Dim k As

Re: [Gambas-user] Polynomiale Least Square

2017-04-18 Thread cheikh diabang
Thank you Tobias. I've seen the explanation, I'm going. Next time De : Tobias Boege <tabo...@gmail.com> Envoyé : mardi 18 avril 2017 09:55 À : mailing list for gambas users Objet : Re: [Gambas-user] Polynomiale Least Square On Tue, 18 Apr 2017, cheikh d

[Gambas-user] Polynomiale Least Square

2017-04-18 Thread cheikh diabang
Hello. I would like to write gambas code which determines the polynomial of a set of x, y coordinates. Is there anyone who has used it to help me please. -- Check out the vibrant tech community on one of the world's most