c++ - Rebuild a dynamic library upon parameter addition to function -


got question regarding dynamic libraries in c++, have dll number of other dlls linking , want add parameter 1 of exported functions in dll. need rebuild of dlls linking new lib or ones call specific function?

help appreciated!

rebuild required ones call specific function got new parameter.

lib of dll helps in resolving names used in executable/other dll linked dll. executables/dlls not call function (inside of dll) signature has been changed, not required rebuild.

but practice "whenever possible", consistency point of view, every 1 using newer version of of dll should rebuild.


Popular posts from this blog

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -