FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 5 matches
Forum Index
Author Message
  Topic: GtkD 1.71 error in glib.ListSG
Lysander

Replies: 0
Views: 12472

PostForum: gtkD   Posted: Mon Apr 01, 2013 3:09 pm   Subject: GtkD 1.71 error in glib.ListSG
Unnecessary check for 'next' being null Smile

Thanks.


void* data()
{
if ( getListSGStruct().next is null )
{
return null;
}

return getListSG ...
  Topic: FreeBSD GNUmakefile
Lysander

Replies: 3
Views: 16046

PostForum: gtkD   Posted: Tue Jun 19, 2012 12:43 pm   Subject: FreeBSD GNUmakefile
Simple fix

So much to learn and so little time (and brains)

If no archive is specified and there is no default device Gnu tar falls back to standard in/out.

In such a case Bsdtar returns an e ...
  Topic: FreeBSD GNUmakefile
Lysander

Replies: 3
Views: 16046

PostForum: gtkD   Posted: Tue Jun 12, 2012 12:07 pm   Subject: FreeBSD GNUmakefile
PC-BSD 9.0
i386

with gmake everything builds fine.

but with "gmake install"

I get an error on installing headers
Something like...
tar can not open /dev/sa0

Apparently /dev/ ...
  Topic: casting Widget to ToolItem
Lysander

Replies: 2
Views: 13581

PostForum: gtkD   Posted: Wed Sep 14, 2011 8:07 pm   Subject: casting Widget to ToolItem
Thank you!
  Topic: casting Widget to ToolItem
Lysander

Replies: 2
Views: 13581

PostForum: gtkD   Posted: Tue Sep 13, 2011 8:18 pm   Subject: casting Widget to ToolItem
Hello,
I am trying to populate my Toolbar with gtk.Actions.
the problem ...
Action.createToolItem() returns a Widget.
Toolbar.insert() takes a ToolItem parameter.

Without an explicit cast dmd 2 ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group