Linking D DLL to C
d
d at nomail.com
Thu Jun 1 02:11:33 PDT 2006
"Kirk McDonald" <kirklin.mcdonald at gmail.com> wrote in message
news:e506jv$9gv$1 at digitaldaemon.com...
>
> Are there any plans to fix this? Is this perceived as a serious problem?
I would actually put this down to gcc not recognising the .lib format you
generated. Have a look at the mingw/cygwin gcc specs. I'm sure you have to
generate gcc specific .a files, or at least gcc specific .lib files from the
.def file. IIRC there is a tutorial on the Net about creating dll's with
Mingw, might be worth looking at that to see what is going on.
M
More information about the Digitalmars-d
mailing list