开发者

Static build in Visual Studio c++?

I'm using a certain lib (libeay32). How can I statically build it into my exe so separate .dll is not needed? Also, is it possible to do the same for 开发者_如何学JAVAvc++ runtime?

thanks...


If you only have the headers, an import .lib and the DLL, I don't know if it can be done.

If you have the full source code for the libeay32 library, you could change the general build options from dynamic library to static library, and then add it as a library file to your exe.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜