开发者

when updating static library, main application has to be recompiled or relinked?

开发者 https://www.devze.com 2023-01-30 04:57 出处:网络
Assume there\'s an application that uses a static library, and that static library is updated. Besides recompiling the 开发者_运维技巧library, the main application must be recompiled or relinked or bo

Assume there's an application that uses a static library, and that static library is updated.

Besides recompiling the 开发者_运维技巧library, the main application must be recompiled or relinked or both (rebuilt)?

Cheers


The library has to be recompiled and the application only relinked.

0

精彩评论

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