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

Search found 11 matches
Forum Index
Author Message
  Topic: new Loader not usable by outside of Gtk
Alan Knowles

Replies: 4
Views: 8806

PostForum: gtkD   Posted: Sat Oct 03, 2009 3:55 am   Subject: new Loader not usable by outside of Gtk
Building with gdc this template causes an error

public static void link(T)(inout T funct, string symbol, string[] libraries ...)

I just commented it out, and everything built ok (including led ...
  Topic: compd files in svn
Alan Knowles

Replies: 3
Views: 9248

PostForum: gtkD   Posted: Thu Jun 04, 2009 8:54 pm   Subject: compd files in svn
One of the features of compd is that it registers the compiled packages in /etc/compd/*

This enables you to build other applications (eg leds) with a simple compd file without having to tell it wh ...
  Topic: new Loader not usable by outside of Gtk
Alan Knowles

Replies: 4
Views: 8806

PostForum: gtkD   Posted: Thu Jun 04, 2009 5:39 am   Subject: new Loader not usable by outside of Gtk
Can you consider reverting to something similar to the original loader in duit, it was used by leds to load the scintilla libs, however the new design has a fixed library list, and I could not see how ...
  Topic: compd files in svn
Alan Knowles

Replies: 3
Views: 9248

PostForum: gtkD   Posted: Wed Jun 03, 2009 9:15 am   Subject: compd files in svn
do you mind if I commit the compd files into gtkd root directory - until I update leds to use another build tool, it's the only way to build it at present.



#cat gtkd.compd

src/atk
src/cai ...
  Topic: SQLite3 4invalid UTF-8 sequence
Alan Knowles

Replies: 5
Views: 19341

PostForum: DDBI   Posted: Sun Mar 02, 2008 6:53 am   Subject: SQLite3 4invalid UTF-8 sequence
These are changes for native bind (it's not particulary clean or designed... but works - it would be interesting to see if this works better than the emulated bind code re: Utf8 issues..

you need t ...
  Topic: SQLite3 4invalid UTF-8 sequence
Alan Knowles

Replies: 5
Views: 19341

PostForum: DDBI   Posted: Fri Feb 29, 2008 5:41 pm   Subject: SQLite3 4invalid UTF-8 sequence
I've change execute/query to include logging/debugging code.
basically set
db.debugmode = 1
and/or
db.logfile = "/tmp/myfile.log";

Unfortunaly I dont think it helps your SQL error - I ...
  Topic: GDC building of ddbi 0.2.5
Alan Knowles

Replies: 3
Views: 16951

PostForum: DDBI   Posted: Fri Feb 29, 2008 5:37 pm   Subject: GDC building of ddbi 0.2.5
for some reason GDC actually parses the code inside
version(Tango) { ..... }

And tries to resolve the code insde that (eg. tango.XXXX ) - and throws an error.

I could not find a way to 'undefi ...
  Topic: GDC building of ddbi 0.2.5
Alan Knowles

Replies: 3
Views: 16951

PostForum: DDBI   Posted: Sat Feb 23, 2008 7:32 pm   Subject: GDC building of ddbi 0.2.5
I had a go at buidling with gdc the other day.

This builds perfectly well however I needed to remove almost all mentions of Tango from all files.

I think there is a problem with gdc that it pars ...
  Topic: DFL project; porting; contributors
Alan Knowles

Replies: 4
Views: 10844

PostForum: DFL   Posted: Mon Oct 29, 2007 7:01 pm   Subject: Use the code in GTKD/duit
Maintaining GTK bindings manually is not really that feasible - have a look at the generator code in DUIT/GTKD it parses the html documentation and generates the bindings from there.. - you only reall ...
  Topic: mysql.connect not useing sock string.
Alan Knowles

Replies: 1
Views: 6782

PostForum: DDBI   Posted: Mon Jun 12, 2006 11:05 pm   Subject: mysql.connect not useing sock string.
I suggest changing these two.

char[] sock = "/tmp/mysql.sock";

mysql_real_connect(m_mysql, toStringz(host), toStringz(user),
toStringz(passwd), toStringz(db ...
  Topic: Updated Makefile.DUIT
Alan Knowles

Replies: 1
Views: 7102

PostForum: gtkD   Posted: Tue May 23, 2006 1:39 am   Subject: Updated Makefile.DUIT
Not sure if it's the offical way to build it, but these changes make it easier, and a little more portable.

===================================================================
--- Makefile.Duit ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group