Is it possible to import a common object (without binding a program to it) and call any function?
Yes it is possible.
Windows: use LoadLibrary and GetProcAddress .
POSIX: use dlopen and dlsym .There is a mini tutorial here .
Source: https://habr.com/ru/post/1741657/More articles:Writing to EEPROM on PIC - assemblyEnter an error when trying to implement (>> =) a function to create a custom monad transformer - haskellReusing threads across multiple UIViewControllers - iphoneSpecifications for all Android phones - androidDisplay Ico File in Silverlight 3 - imageGallery of images using jQuery - javascriptдизайн базы данных в движке Google - google-app-engineRecognizing tail-recursive functions with Flex + Bison and converting code to iterative form - cRollback to a specific point using PostgreSQL - postgresqlHow cookies are processed if you use a proxy server between the client and server in HTTP - cookiesAll Articles