Why are my units “compiled with a different version” of my own files?

前端 未结 14 1992
误落风尘
误落风尘 2020-12-16 16:22

I\'m building a program that uses plugins. Unfortunately, the plugin framework\'s dynamic linking forces the RTL and VCL out of my project EXE and into the BPL versions, an

14条回答
  •  轮回少年
    2020-12-16 17:18

    For future reference, simply pointing the compiler to source-code versions of the "problem units" fixed this for me (i.e. adding the folders containing the source code to the search path).

提交回复
热议问题