Hi guys,
I have a wrapper to a DLL which was written in C, now the DLL used from the wrapper was updated to a new version, so I have to reload the DLL into the "Call library function" for each function of the wrapper that I've already created and it is a very boring job.
Therefore, I would like to know if exists a trick to use to update all functions of a dll wrapper in one shot? Does it exist?