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

Reply via email to