I have a library that at compile time creates a shared object called libEXAMPLE.so (in the so.le folder) and a dll called EXAMPLE.so (in the dll folder). Two common objects are very similar in size and seem to be exactly the same. Internet cleaning has shown that there may be a difference in how programs use a DLL to resolve a character, as is done with a shared object.
Can you guys help me figure this out?
source share