Mihail Naydenov wrote:
> [...]
> There should be a way to add calling convention (attribute?) to the vapi
> much like in C#
That's a good idea.
> Also the warring should be made clearer.
> [...]
That's also a good idea, but it has nothing to do with Vala. Vala could
not even possibly detect this
Is there a way to add calling convention to the vapi and/or vala code?
While testing the vapi (for a c lib) that Im writing, I stumbled upon a problem
using delegates/func pointers.
It resulted in
warning: assignment from incompatible pointer type
and the app just crashes on some specific functio
On Sun, 2008-12-21 at 13:25 -0500, Yu Feng wrote:
> On Sun, 2008-12-21 at 00:16 +0100, Jürg Billeter wrote:
> > On Sat, 2008-12-20 at 23:57 +0100, Hans Vercammen wrote:
> > > On Sat, 2008-12-20 at 08:24 +0100, Jürg Billeter wrote:
> > > > On Sat, 2008-12-20 at 02:19 +0100, Hans Vercammen wrote:
> >
Looks intresting really hope this will be added to Vala SVN trunk.
Any plans to add this to Vala SVN trunk?
2008/12/22
> Hi,
>
> I have written Vala bindings for mysql (attached in the mail). Currently I
> need to manually link the application with mysqlclient but otherwise it
> works fine (a