[Gambas-user] C component declaration

2015-12-30 Thread Martin Cristia
OH! , sorry ! have a good 2.016!! Saludos Martin -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sou

Re: [Gambas-user] C component declaration

2015-12-29 Thread Benoît Minisini
Le 29/12/2015 23:48, tercoide a écrit : > How to declare arrays when making a component, ie : > C declaration in library > void glVertexPointer(GLint size, GLenum type, GLsize stride, const > GLvoid*array) > > C gb component > > GB_STATIC_METHOD( ..?? > > DECLARE_METHOD(.? > > > > Ing. Mar

Re: [Gambas-user] C component declaration

2015-12-29 Thread Tobias Boege
On Tue, 29 Dec 2015, tercoide wrote: > How to declare arrays when making a component, ie : > C declaration in library > void glVertexPointer(GLint size, GLenum type, GLsize stride, const > GLvoid*array) > > C gb component > > GB_STATIC_METHOD( ..?? > > DECLARE_METHOD(.? > I'll tell yo

[Gambas-user] C component declaration

2015-12-29 Thread tercoide
How to declare arrays when making a component, ie : C declaration in library void glVertexPointer(GLint size, GLenum type, GLsize stride, const GLvoid*array) C gb component GB_STATIC_METHOD( ..?? DECLARE_METHOD(.? Ing. Martín P. Cristiá Mensaje original De: gambas-