Re: [Gambas-user] Developing components

2010-01-30 Thread Benoît Minisini
> There is some library, written with C++. I want to use its power with > Gambas. > It's a static library. > > So, using the documentation for Gambas, I have made an empty component. > But I don't know, what must be done after this. > > Regards, > Dima Malkov. > I will help you, but please can

Re: [Gambas-user] Developing components

2010-01-29 Thread Andreas Fröhlke
Hello, theres a bug in the calender control. If a day in january greater than the last day in february is selected (29.01.2010, 30.01.2010 and 31.10.2010), you can't select the february by using the top controls of the calender control. Regards Andreas -

[Gambas-user] Developing components

2010-01-29 Thread Dima Malkov
There is some library, written with C++. I want to use its power with Gambas. It's a static library. So, using the documentation for Gambas, I have made an empty component. But I don't know, what must be done after this. Regards, Dima Malkov. ---