Re: [Vala] c and c++

2008-05-17 Thread Michael Lawrence
2008/5/17 Matías De la Puente <[EMAIL PROTECTED]>: > > > 2008/5/17 Martin (OpenGeoMap) <[EMAIL PROTECTED]>: > >> >> Hello martin, >>> >>> i was trying to make a binding for GSL but the problem I had was that I >>> could not give a structure as a parameter to a function. For example with >>> the "

Re: [Vala] c and c++

2008-05-17 Thread Matías De la Puente
2008/5/17 Martin (OpenGeoMap) <[EMAIL PROTECTED]>: > > Hello martin, >> >> i was trying to make a binding for GSL but the problem I had was that I >> could not give a structure as a parameter to a function. For example with >> the "gsl_complex_arg" you need a structure "gsl_complex"; VALA only de

Re: [Vala] c and c++

2008-05-17 Thread Martin (OpenGeoMap)
> Hello martin, > > i was trying to make a binding for GSL but the problem I had was that > I could not give a structure as a parameter to a function. For example > with the "gsl_complex_arg" you need a structure "gsl_complex"; VALA > only deliver structure to function using reference. Already

Re: [Vala] c and c++

2008-05-17 Thread Yu Feng
Hello Matias and Martin, I am wondering an object model can be extracted from GSL at all(although binding has already meet some difficulties as you mentioned)? Yu On Sat, 2008-05-17 at 13:39 -0300, =?ISO-8859-1?Q? Mat=EDas_De_la_Puente _ wrote: > Hello martin, > > i was trying to make a bindin

Re: [Vala] c and c++

2008-05-17 Thread Matías De la Puente
Hello martin, i was trying to make a binding for GSL but the problem I had was that I could not give a structure as a parameter to a function. For example with the "gsl_complex_arg" you need a structure "gsl_complex"; VALA only deliver structure to function using reference. Already post my doubts

Re: [Vala] c and c++

2008-05-17 Thread Martin (OpenGeoMap)
Jürg Billeter wrote: Hi Martin, On Sat, 2008-05-17 at 11:27 -0300, Martin (OpenGeoMap) wrote: I would like to know if it will posible use c and c++ libraries without gobject??. For example i am using GSL (GNU Scientific Library) wittren in ANSI c without gobject API. You should be

Re: [Vala] c and c++

2008-05-17 Thread Ali Sabil
On Sat, May 17, 2008 at 4:27 PM, Martin (OpenGeoMap) <[EMAIL PROTECTED]> wrote: > Hi all: > > I am new here. > > I would like to know if it will posible use c and c++ libraries without > gobject??. > > For example i am using GSL (GNU Scientific Library) wittren in ANSI c > without gobject API. > ye

Re: [Vala] c and c++

2008-05-17 Thread Jürg Billeter
Hi Martin, On Sat, 2008-05-17 at 11:27 -0300, Martin (OpenGeoMap) wrote: > I would like to know if it will posible use c and c++ libraries without > gobject??. > > For example i am using GSL (GNU Scientific Library) wittren in ANSI c > without gobject API. You should be able to use any C libra

[Vala] c and c++

2008-05-17 Thread Martin (OpenGeoMap)
Hi all: I am new here. I would like to know if it will posible use c and c++ libraries without gobject??. For example i am using GSL (GNU Scientific Library) wittren in ANSI c without gobject API. Regards. ___ Vala-list mailing list Vala-list@gnom