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
my case and solution:
sometimes when compiling the dll files the "was compiled with a different version" problem occurred
the problem was this:
App\DCUs
App\Utils
, App\Core
, etc.*.pas
file the solution is easy: remove the App\DCUs
directory from the dll project's search path.