Want an XLerator? Please participate in the market research thread: https://lisalist2.com/index.php/topic,594.msg4180.html
Quote from: AlexTheCat123 on March 03, 2026, 12:29:50 AMYou'd think that they would've thought of this and added a check in the installer for it, but clearly not...
Quote from: Eschaton on March 02, 2026, 11:56:03 PMIt's also amusing that the linker can't link against packed objects, so Workshop replaces the packed libraries with unpacked libraries... I guess unpacking at link time, or generating linkable stub libraries, or unpacking to linkable copies, or even just unpacking in-place during installation was too much work.
Quote from: Eschaton on February 26, 2026, 05:53:02 PMIt also doesn't seem like it'd be very difficult at all to modify the binary loader to use a packtable found inside a file to unpack any packed code inside of it. There's no code to do that currently (unpacking always passes the system packtable) but it'd just be a matter of keeping track of the object during the initial scan through the file and then passing it to UNPACKCODE instead of the system packtable.