How to convert a dynamic dll to static lib?
- by xufan
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.