|
|
|
|
|
by pjmlp
742 days ago
|
|
Well if it loads code dynamically, it is no longer static linking. Also it isn't as if there is a stable ABI for C and C++ either, unless everything is compiled with the same compiler, or using Windows like dynamic libraries, or something like COM to work around the ABI limitations. |
|