digitalmars.D - lib file format
- Chris (5/5) Oct 25 2004 hi, i'm trying to use libmySQL.lib to create a MySQL interface for D. th...
- Charlie (6/11) Oct 25 2004 You can recompile it using DMC , or easiest, use 'implib' to generate a ...
- J C Calvarese (4/9) Oct 25 2004 Someone may have already done the work for you. Have you seen this page?
- Chris (3/3) Oct 25 2004 thanks, i'll probably have more questions later, i can't get the mysql
hi, i'm trying to use libmySQL.lib to create a MySQL interface for D. the lib file is in the wrong format apparently, how do i convert it to one that D can use? thanks chris
Oct 25 2004
You can recompile it using DMC , or easiest, use 'implib' to generate a stub library from the .dll, then link against the generated lib. Someone has written mysql bindings already but its for the straight C interface, are you looking to build a high level lib on top of this ? Charlie In article <cljii0$2v2d$1 digitaldaemon.com>, Chris says...hi, i'm trying to use libmySQL.lib to create a MySQL interface for D. the lib file is in the wrong format apparently, how do i convert it to one that D can use? thanks chris
Oct 25 2004
In article <cljii0$2v2d$1 digitaldaemon.com>, Chris says...hi, i'm trying to use libmySQL.lib to create a MySQL interface for D. the lib file is in the wrong format apparently, how do i convert it to one that D can use? thanks chrisSomeone may have already done the work for you. Have you seen this page? http://www.prowiki.org/wiki4d/wiki.cgi?DatabaseBindings jcc7
Oct 25 2004
thanks, i'll probably have more questions later, i can't get the mysql bindings to compile (perhaps because they were designed to be used on linux?)
Oct 25 2004