Re: Using Cairo library bindings on Windows

2012-10-01 Thread Andrej Mitrovic
On 10/1/12, KillerSponge wrote: > I just tested the examples and built my own small test project > with your bindings, they are working great! Thank you so much! :) > Cool, I'm glad it works for you. Btw there is a new version of Cairo out but I think CairoD hasn't yet been updated. If that's an

Re: Using Cairo library bindings on Windows

2012-09-29 Thread Andrej Mitrovic
On 9/29/12, KillerSponge wrote: > Wow, thank you so much for the quick reply and all the effort! I > am going to try this out as soon as I can (which probably won't > be until Monday, sorry..) and let you know how it works out :) No problem. I also have some samples written that use the naked C A

Re: Using Cairo library bindings on Windows

2012-09-29 Thread KillerSponge
On Friday, 28 September 2012 at 22:20:54 UTC, Andrej Mitrovic wrote: On 9/28/12, Andrej Mitrovic wrote: I have some win32 cairo samples on my github page. Here you go: https://github.com/AndrejMitrovic/cairoDSamples Just follow the readme instructions. Wow, thank you so much for the quick

Re: Using Cairo library bindings on Windows

2012-09-28 Thread Andrej Mitrovic
On 9/28/12, Andrej Mitrovic wrote: > I have some win32 cairo samples on my github page. Here you go: https://github.com/AndrejMitrovic/cairoDSamples Just follow the readme instructions.

Re: Using Cairo library bindings on Windows

2012-09-28 Thread Andrej Mitrovic
On 9/28/12, Andrej Mitrovic wrote: > On 9/28/12, Andrej Mitrovic wrote: >> I have some win32 cairo samples on my github page but I have to >> updated them first, they don't compile anymore (oops!). I'll do this >> within the hour. > > Man I'm getting linker errors, WinAPI errors when registering

Re: Using Cairo library bindings on Windows

2012-09-28 Thread Andrej Mitrovic
On 9/28/12, Andrej Mitrovic wrote: > I have some win32 cairo samples on my github page but I have to > updated them first, they don't compile anymore (oops!). I'll do this > within the hour. Man I'm getting linker errors, WinAPI errors when registering WndProc and app crashes on exit. This all us

Re: Using Cairo library bindings on Windows

2012-09-28 Thread Andrej Mitrovic
On 9/28/12, KillerSponge wrote: > snip Well first of those bindings are broken. The _deprecated.d file is missing a module declaration. Secondly the wrapper module is using extern(System) instead of extern(C) which is why those symbols have @4 appended to them. There are object-oriented multi-p

Using Cairo library bindings on Windows

2012-09-28 Thread KillerSponge
Hi all, I'm fairly new to D, but so far everything has been going pretty smooth. I come from a C(++) background under Linux, so I'm used to having to specify the name of the needed .so, and the include directory of the headers when using an external library. I am now trying to build a small