I’d like to ask how to ensure that the same class from vi.lib, which is embedded into different PPLs, is treated as the same class even though it originates from separate PPLs.
Specifically, I’d like to know if it’s possible to achieve this without creating a separate PPL for the shared class. For example, is there a way to forcibly enforce this, through some special type casting methods?
Any insights, tips, or examples would be highly appreciated!