loke
05/04/2024, 3:29 PMdlopen
. To be precise, I have a very large root library, let's call it A, and I then have a module B which links A and provides a normal endpoint (in practice, A is a language interpreter and B is the user interface code). What I want to do is to write a library C, which also links with A (but does not include it) which can dynamically be loaded from C when needed. Is this possible?
C is a library that provides some extra functionality, and I can't include it in B since it in turn depends on some libraries that might not be available on the target system.ephemient
05/04/2024, 8:18 PMephemient
05/04/2024, 8:19 PMephemient
05/04/2024, 8:20 PMloke
05/25/2024, 8:47 AMloke
05/25/2024, 8:48 AM