Author |
Message |
Topic: cairo bindings |
chojin
Replies: 13
Views: 54257
|
Forum: Bindings Posted: Tue Mar 06, 2007 12:36 am Subject: cairo bindings |
nice work, I'll check it out now. |
Topic: cairo bindings |
chojin
Replies: 13
Views: 54257
|
Forum: Bindings Posted: Mon Mar 05, 2007 10:30 pm Subject: cairo bindings |
yeah, I did notice that it was using name mangling in the .obj, but the .d headers it produces are regular function names. from cairo.d, for example:
extern (C) void cairo_fill(void *);
I've add ... |
Topic: cairo bindings |
chojin
Replies: 13
Views: 54257
|
Forum: Bindings Posted: Mon Mar 05, 2007 2:24 pm Subject: cairo bindings |
DRK,
I managed to generate some bindings for cairo, and I've converted the script from the cairo docs:
http://www.cairographics.org/SDLCLock
over to D. This code interacts with cairo and SDL, ... |
Topic: Building BCDGEN |
chojin
Replies: 4
Views: 22111
|
Forum: BCD Posted: Sun Mar 04, 2007 12:46 pm Subject: Building BCDGEN |
jcc7,
thankyou so much for that, I didn't actually get those when I downloaded the cvs tree. Via the browser it worked fine. Thanks for taking the time to respond to both of my posts. |
Topic: cairo bindings |
chojin
Replies: 13
Views: 54257
|
Forum: Bindings Posted: Sun Mar 04, 2007 12:34 pm Subject: cairo bindings |
The fact that swig4d is in the "Inactive" forum categories should be a good clue that the project hasn't been worked on in a while (unfortunately, most of the "Active" projects hav ... |
Topic: Building BCDGEN |
chojin
Replies: 4
Views: 22111
|
Forum: BCD Posted: Sun Mar 04, 2007 9:46 am Subject: Building BCDGEN |
Ok, so I've spent the last couple of hours trying to build bcdgen on windows... with zero luck.
I've got the prereqs and as far as I can tell they are installed correctly.
I try to build bcdgen ... |
Topic: cairo bindings |
chojin
Replies: 13
Views: 54257
|
Forum: Bindings Posted: Sun Mar 04, 2007 1:03 am Subject: cairo bindings |
I tried to compile bcdgen but it has dependency problems (libxml2.lib doesn't want to link, saying it's an invalid library). Is there any chance you have a precompiled bcdgen, if that's what you used? ... |
Topic: cairo bindings |
chojin
Replies: 13
Views: 54257
|
Forum: Bindings Posted: Sat Mar 03, 2007 7:47 pm Subject: cairo bindings |
Thanks for your reply. I'm kind of glad it was a version issue, I was starting to worry that my compiler wasn't set up properly even though I've had it working with everything else.
what generator ... |
Topic: cairo bindings |
chojin
Replies: 13
Views: 54257
|
Forum: Bindings Posted: Fri Mar 02, 2007 10:36 pm Subject: cairo bindings |
Hi,
Your bindings for cairo are either not compatible with d 1.0 or extremely bug ridden. I've been trying to get them working for hours with just more and more bugs popping up as I fix each.
I ... |
Topic: Seeking advice |
chojin
Replies: 5
Views: 14972
|
Forum: Descent Posted: Fri Feb 16, 2007 12:04 am Subject: Seeking advice |
Hmmm, not quite what I meant. I was just after a basic introduction to how you've laid things out and done things, so others could follow on and understand what you've done so far.
From poking arou ... |
Topic: Status? |
chojin
Replies: 9
Views: 32123
|
Forum: Sinbad Posted: Thu Feb 15, 2007 8:20 pm Subject: Status? |
hmmm, well D 1.0 is out - still no movement?
It would be a real shame for this to fade into abandonment... which it looks like it may have done. |
Topic: Llama |
chojin
Replies: 1
Views: 54021
|
Forum: osian Posted: Sun Feb 11, 2007 10:48 pm Subject: Llama |
Hmm, no offense here but you're already talking about GUI features and you're still in pre-alpha status?
How much experience do you have with kernel/OS design? |
Topic: Seeking advice |
chojin
Replies: 5
Views: 14972
|
Forum: Descent Posted: Sun Feb 11, 2007 10:04 pm Subject: Seeking advice |
I've just begun poking around with eclipse and so far I adore it. I have been using pspad and batch files to compile my D programs up until now and I recently had to do a quick application in java, an ... |
|