View Single Post
Old 16 September 2020, 08:36   #123
NovaCoder
Registered User
 
NovaCoder's Avatar
 
Join Date: Sep 2007
Location: Melbourne/Australia
Posts: 4,406
Quote:
Originally Posted by pipper View Post
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.
Yep cool, that makes sense.

Doomsound.library was recompiled recently, if you ask Christian Sauer he could probably make the changes you need?

Christian Sauer (ville9 at softpres.org)
NovaCoder is offline  
 
Page generated in 0.04838 seconds with 11 queries