I didn't know the strip command. After some research I understand it remove some info from compiled file.Thank you fred, I've learn something new!After the 'strip', the size of the file is 642kAttached the 'stripped' version.
Strip remove some unused data for the executable, mainly used for debuggingBut it can also have bad result so it is better to test it deeply.
Quote from: Fred vS on October 16, 2024, 09:38:17 pmStrip remove some unused data for the executable, mainly used for debuggingBut it can also have bad result so it is better to test it deeply.Thank for the precision. To be sure, I've re-tested the stripped dll on my 32b machine (because I applyed 'strip' command with my 64b machine).All is ok with UOS SimplePlayer and the three music modules.