Thread overview | ||||||
---|---|---|---|---|---|---|
|
October 25, 2004 lib file format | ||||
---|---|---|---|---|
| ||||
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 |
October 25, 2004 Re: lib file format | ||||
---|---|---|---|---|
| ||||
Posted in reply to Chris | 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 > > |
October 25, 2004 Re: lib file format | ||||
---|---|---|---|---|
| ||||
Posted in reply to Chris | 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 > > Someone may have already done the work for you. Have you seen this page? http://www.prowiki.org/wiki4d/wiki.cgi?DatabaseBindings jcc7 |
October 25, 2004 Re: lib file format | ||||
---|---|---|---|---|
| ||||
Posted in reply to J C Calvarese | 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?) |
Copyright © 1999-2021 by the D Language Foundation