View Single Post
Old 16 September 2020, 08:32   #122
pipper
Registered User
 
Join Date: Jul 2017
Location: San Jose
Posts: 669
So, I was wondering why that seemingly simple change didn’t work out.
The issue is that simply renaming a library’s name does not work as one would assume. The library name is also stored inside the library. If file name and the name stored inside the library file don’t match, OpenLibrary() will refuse to open the library. I don’t know if this check can be circumvented.

Now, what I would have to do is to also recompile the original doomsound.library to carry a different name, like the suggested doomsound_old.library - only to be able to give my interposed library the name doomsound.library.
pipper is offline  
 
Page generated in 0.04249 seconds with 11 queries