且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

poco c++ 静态链接问题与未定义的符号引用

更新时间:2022-04-30 23:18:47

我的经验是 Poco 库的链接顺序在静态链接时很重要.看起来很重要的 Foundation 是最后一个.

My experience is that the order of linking the Poco libraries is important when statically linked. Seems important Foundation to be the last one.

对我有用的顺序是:

  1. 实用
  2. 网络
  3. XML
  4. 基础