How to convert a dynamic dll to static lib?

Posted by xufan on Stack Overflow See other posts from Stack Overflow or by xufan
Published on 2010-04-05T04:22:01Z Indexed on 2010/04/05 4:33 UTC
Read the original article Hit count: 229

Filed under:
|
|
|

I write a program helloworld.exe ,it depends on a.dll,I don't have the source code of the a.dll.a.dll is a dynamic dll ,how can i change it to static library?so I can link it to the helloworld.exe.

© Stack Overflow or respective owner

Related posts about c++

Related posts about cl