Author |
Message |
Topic: [patch]For building gtkD on Windows 7 |
heromyth
Replies: 1
Views: 14056
|
Forum: gtkD Posted: Wed Mar 07, 2012 8:42 pm Subject: [patch]For building gtkD on Windows 7 |
Here is the patch. It's just about the demos.
Index: demos/gtkD/DemoCustomList/CustomList.d
===================================================================
--- demos/gtkD/DemoCustomList/C ... |
Topic: ScintillaD with Visual D |
heromyth
Replies: 2
Views: 13026
|
Forum: Visual D Posted: Fri Sep 09, 2011 7:38 am Subject: ScintillaD with Visual D |
Thanks for sharing. I just tried it, some random comments:
- there is no description on external dependencies (dmd-version, win32-api)
The more infoes has been add into readme.txt.
- you ca ... |
Topic: ScintillaD with Visual D |
heromyth
Replies: 2
Views: 13026
|
Forum: Visual D Posted: Sat Sep 03, 2011 6:15 am Subject: ScintillaD with Visual D |
I just announced a project named ScintillaD (https://bitbucket.org/heromyth/scintillad). It also supports Visual D as a project manager.
The Visual D really helped me greatly in debugging the prog ... |
Topic: Build DFL with CMake |
heromyth
Replies: 2
Views: 20340
|
Forum: DFL Posted: Tue Jul 27, 2010 10:10 pm Subject: Build DFL with CMake |
If you think it's useful, I can e-mail it to you.
Sorry for that I can't find a better place to offer this file. |
Topic: Build DFL with CMake |
heromyth
Replies: 2
Views: 20340
|
Forum: DFL Posted: Sun Jul 25, 2010 1:44 am Subject: Build DFL with CMake |
I update CMakeD, and use it to build DFL and its examples successfully.
Here are my works.
http://ys-i.ys168.com/?Dfl-CMakeD.zip_51bisp0e3e1bkisp0cnjtom5btn4bspn5b5btom5bsp4bu22f05f12z
PS: Use ... |
Topic: [patch]For builds with DMD 2.043 on Windows 7 |
heromyth
Replies: 5
Views: 13159
|
Forum: gtkD Posted: Fri Jun 25, 2010 6:36 pm Subject: [patch]For builds with DMD 2.043 on Windows 7 |
Thanks!
This is still something missing in \src\gtkc\glibtypes.d like this.
version(D_Version2) {
private import std.c.stdio;
}
The using of FILE type needs it. |
Topic: [patch]For builds with DMD 2.043 on Windows 7 |
heromyth
Replies: 5
Views: 13159
|
Forum: gtkD Posted: Wed Jun 23, 2010 8:52 pm Subject: [patch]For builds with DMD 2.043 on Windows 7 |
This bug comes back again. Check it, please! |
Topic: [patch]For builds with DMD 2.043 on Windows 7 |
heromyth
Replies: 5
Views: 13159
|
Forum: gtkD Posted: Tue Apr 13, 2010 8:44 am Subject: [patch]For builds with DMD 2.043 on Windows 7 |
The build is OK on WinXP SP3, but failed on Windows 7 without this patch.
The error message is:
http://www.digitalmars.com/ctg/optlink.html
..\..\..\src\glib_Release.lib(Spawn)
Error 42: Symbol ... |
Topic: [resource] GTK+ for Windows Runtime Environment |
heromyth
Replies: 1
Views: 8411
|
Forum: gtkD Posted: Thu Dec 10, 2009 7:20 am Subject: [resource] GTK+ for Windows Runtime Environment |
Here is another GTK+ for Windows packages. I think they have done a good job.
See: http://gtk-win.sourceforge.net/ |
Topic: [patch]fixes for PopupMenu test |
heromyth
Replies: 5
Views: 12403
|
Forum: gtkD Posted: Wed Dec 09, 2009 6:42 am Subject: [patch]fixes for PopupMenu test |
I must be thinking about someone else.
Oh, I am using the GtkD because it's a good GUI lib. And also I want to make it better for using, not just another gtk+ libs. I am not sure that I'll have a ful ... |
Topic: [patch]fixes for PopupMenu test |
heromyth
Replies: 5
Views: 12403
|
Forum: gtkD Posted: Tue Dec 08, 2009 10:06 am Subject: [patch]fixes for PopupMenu test |
Added in svn
I am using svn, but I don't think I have the written right. |
Topic: gtkBuilder getObject issue |
heromyth
Replies: 14
Views: 21085
|
Forum: gtkD Posted: Mon Dec 07, 2009 4:11 am Subject: gtkBuilder getObject issue |
It's so bad. I got failed with DSSS. Maybe the DMD is OK, and there is a little bug in DSSS
DSSS still uses an old dmd front end, other tools that still use the old front end might have the ... |
Topic: gtkBuilder getObject issue |
heromyth
Replies: 14
Views: 21085
|
Forum: gtkD Posted: Mon Dec 07, 2009 4:11 am Subject: gtkBuilder getObject issue |
Sorry for this duplicated post! |
Topic: gtkBuilder getObject issue |
heromyth
Replies: 14
Views: 21085
|
Forum: gtkD Posted: Mon Dec 07, 2009 4:04 am Subject: gtkBuilder getObject issue |
I've change Glade.d in svn
Thanks!
i noticed that you can't use Type.name(ObjectG) from the newFromWidget function as we a working with the structs at that point. would Type.name(ObjectG) be use ... |
Topic: [patch]fixes for PopupMenu test |
heromyth
Replies: 5
Views: 12403
|
Forum: gtkD Posted: Mon Dec 07, 2009 3:51 am Subject: [patch]fixes for PopupMenu test |
A widget may have something another to do with mouse click. This fixes do a better demo.
--- gtk/PopupMenu.d (version 728)
+++ gtk/PopupMenu.d (working copy)
import gtk.Main;
i ... |
|