Re: [Vala] using a non-glib c library

2009-09-26 Thread Mr. Maxwell .
One more thing, a lot of the functions return C style strings, (char *) are they the same as vala strings? (so I can replace char * with string?) Yes, string in vala corresponds to char * in C. You will just have to find out which strings you have to free and which not and mark the later

Re: [Vala] using a non-glib C library in vala

2009-09-15 Thread Mr. Maxwell .
What do I do with the typedef struct declarations? This is what I have but I don't think it's right. c code typedef struct { char _dummy; } ID3Tag; vala code [CCode(cname = typedef struct)] public struct ID3Tag { private char _dummy; } Date: Tue, 15 Sep 2009 18:14:24 -0300 Subject:

[Vala] using a non-glib C library in vala

2009-09-14 Thread Mr. Maxwell .
I wish to use the id3lib (http://id3lib.sourceforge.net/) library in vala. The only info I could find on writing the vapi file was for glib libraries, could you guys help me here? I have no idea where to start. _ Hotmail: Free,

Re: [Vala] libgee on Windows

2009-09-10 Thread Mr. Maxwell .
config.loghttp://pastebin.com/f3a11a715-- command line ouput http://pastebin.com/f2cd68b21-- From: m...@jensge.org To: vala-list@gnome.org Date: Thu, 10 Sep 2009 11:20:45 +0200 Subject: Re: [Vala] libgee on Windows I tried running

Re: [Vala] libgee on Windows

2009-09-10 Thread Mr. Maxwell .
The mailing list keeps destroying my pretty formating! Delete all the hyphens following the urls. From: mr_maxw...@live.com To: vala-list@gnome.org Date: Thu, 10 Sep 2009 16:20:53 -0500 Subject: Re: [Vala] libgee on Windows

Re: [Vala] libgee on Windows

2009-09-09 Thread Mr. Maxwell .
=8200585 From: m...@jensge.org To: vala-list@gnome.org Date: Tue, 8 Sep 2009 09:08:44 +0200 Subject: Re: [Vala] libgee on Windows Am Montag, den 07.09.2009, 13:30 -0500 schrieb Mr. Maxwell .: pkg-config --libs glib-2.0 produces -LD:/vala-0.7.4/lib -lglib-2.0 -lintl When I used

Re: [Vala] libgee on Windows

2009-09-07 Thread Mr. Maxwell .
at 11:45 AM, Didier Ptitjes ptit...@free.fr wrote: Hi Mr. Maxwell, Mr. Maxwell . wrote: I tried putting all the files in a Dev-C++ project and setting these command line options compiler-mms-bitfields -ID:/vala-0.7.4/include/glib-2.0 -ID:/vala-0.7.4/lib/glib-2.0/include linkerD:/vala-0.7.4