DMC to Create C .lib ?
Trass3r
mrmocool at gmx.de
Thu Mar 19 16:22:27 PDT 2009
Chris Andrews schrieb:
> Still, that seems a fussy way to build this: write it wrong, break it, use linkdef and implib to fix it. I have the source code for that dll, so what I'm wondering is, can I just use some other DM tools (DMC?) to compile that C code and get a proper .lib from that?
If you have source code, you can of course compile a static library.
dmc -c *.c
lib -c libname.lib *.obj
More information about the Digitalmars-d
mailing list