Author |
Message |
Topic: Where did Arclib go? |
TiMBuS
Replies: 9
Views: 31243
|
Forum: ArcLib Posted: Sat Mar 05, 2011 12:47 am Subject: Where did Arclib go? |
Sorry to necro this dead thread but it is the first (and only) google result for "AssertError Failure sss/conf.d(1149)" .
Because dsss is still useful for many projects I figured it would h ... |
Topic: Ubuntu deb packages (gtkd 1.3.2+svn797 - dmd 2.048) |
TiMBuS
Replies: 2
Views: 9109
|
Forum: gtkD Posted: Mon Aug 23, 2010 4:30 am Subject: Ubuntu deb packages (gtkd 1.3.2+svn797 - dmd 2.048) |
I like the idea behind these builds, but do you think you could start a launchpad PPA? That way more people can find the packages, and it will auto-update to the newest builds when they come out.
I ... |
Topic: Memory bug in gtkD? |
TiMBuS
Replies: 20
Views: 39073
|
Forum: gtkD Posted: Mon Apr 14, 2008 5:02 am Subject: Memory bug in gtkD? |
Okay I've been away a bit and focusing on some Perl work so I haven't really looked further into this.
So just a few minutes ago I thought I should have a more in-depth look and maybe post a simple ... |
Topic: Memory bug in gtkD? |
TiMBuS
Replies: 20
Views: 39073
|
Forum: gtkD Posted: Thu Apr 03, 2008 3:51 am Subject: Memory bug in gtkD? |
I've been looking into it a bit more.
Oddly enough buttons work. As far as I can see, only combo boxes are having this problem. I checked to see if it was calling 'getModel' that caused the error bu ... |
Topic: Memory bug in gtkD? |
TiMBuS
Replies: 20
Views: 39073
|
Forum: gtkD Posted: Wed Apr 02, 2008 5:45 am Subject: Memory bug in gtkD? |
I'm using DMD 1.028, and the latest phobos v1 that comes with it.
I also have the latest preview release of gtkD.
Are you using a glade file to try and reproduce these results? |
Topic: Memory bug in gtkD? |
TiMBuS
Replies: 20
Views: 39073
|
Forum: gtkD Posted: Mon Mar 31, 2008 6:51 pm Subject: Memory bug in gtkD? |
Normally the pointers to the gtk structs get added as a root to the garbage collector.
Did some more searching and actually a pointer to the GtkD class gets added as a root for the garbage collect ... |
Topic: Supported Compilation Method |
TiMBuS
Replies: 6
Views: 13355
|
Forum: gtkD Posted: Sat Mar 29, 2008 9:08 pm Subject: Supported Compilation Method |
Bud is more popular on windows than dsss, and although I get the feeling mostly linux users will use gtkD, it would probably be best if it was supported alongside dsss, to help out people wanting to t ... |
Topic: Memory bug in gtkD? |
TiMBuS
Replies: 20
Views: 39073
|
Forum: gtkD Posted: Sat Mar 29, 2008 7:54 pm Subject: Memory bug in gtkD? |
The GtkD class instance is added as a pionter to the data when connecting the signals. I don't know where gtk stores this data, it might be someware the Garbage Collector can't find it. whitch leeds t ... |
Topic: Memory bug in gtkD? |
TiMBuS
Replies: 20
Views: 39073
|
Forum: gtkD Posted: Thu Mar 27, 2008 9:37 pm Subject: Memory bug in gtkD? |
Normally the pointers to the gtk structs get added as a root to the garbage collector.
How does FrontWnd hook up the handlers?
(cast(ComboBox)glXml.getWidget("Menu") ... |
Topic: Memory bug in gtkD? |
TiMBuS
Replies: 20
Views: 39073
|
Forum: gtkD Posted: Wed Mar 26, 2008 7:46 pm Subject: Memory bug in gtkD? |
Hey guys.
I think I may have found a bug in gtkD, but I'm not 100% sure if its not actually my fault.
I wrote an application with gtkD with glade. The main() function is not much more than this:
... |
Topic: Any progress? |
TiMBuS
Replies: 0
Views: 54040
|
Forum: gmp4d Posted: Mon Feb 11, 2008 10:14 pm Subject: Any progress? |
Hey there, I was wondering what the state of this project was. It's very handy and I'd love to see a full-working implementation of it.
At the moment, I can't use D for a lot of problems at projecte ... |
|