Re: [Gambas-user] Is there a simple example of component written i C or C++

2011-02-14 Thread Zelimir Ikovic
number of points, and polygons And Gambas would be a good choice if I can link it to external procedures writen i C, or C++ when speed is critical to calculate --- On Mon, 2/14/11, Benoît Minisini wrote: > From: Benoît Minisini > Subject: Re: [Gambas-user] Is there a simple exam

Re: [Gambas-user] Is there a simple example of component written i C or C++

2011-02-14 Thread Benoît Minisini
> Something simple like a component with > > 2 Properties like BACKGROUNDCOLOR, FOREGROUNDCOLOR > 2 Methods like DRAWACIRCLEINTHEMIDLE, DRAWASQUAREINTHEMIDLE > 2 Events like ClickedonLeftHalfofComponent and > ClickedonRightHalfofComponent > > and then > > Gambas project that demonstrate using of

[Gambas-user] Is there a simple example of component written i C or C++

2011-02-14 Thread Zelimir Ikovic
Something simple like a component with 2 Properties like BACKGROUNDCOLOR, FOREGROUNDCOLOR 2 Methods like DRAWACIRCLEINTHEMIDLE, DRAWASQUAREINTHEMIDLE 2 Events like ClickedonLeftHalfofComponent and ClickedonRightHalfofComponent and then Gambas project that demonstrate using of component Regards