You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a legacy project using .vtfixup to call into managed from a native application. I am wondering how porting to cross-platform can be accomplished the easiest way. Is it possible to load the assemblies using the Unix-Hosting interface and get the HMODULE (or dlopen equivalent) of the loaded assembly? Are exports and relocations applied on Unix at all or do I have to switch to CreateDelegate?
The text was updated successfully, but these errors were encountered:
As we incorporate the IJW activation logic for .NET Core 3.0 we are going to evaluate what vtfixup's look like x-plat. Can you elaborate on what scenario this would be used for?
I have a legacy project using .vtfixup to call into managed from a native application. I am wondering how porting to cross-platform can be accomplished the easiest way. Is it possible to load the assemblies using the Unix-Hosting interface and get the HMODULE (or dlopen equivalent) of the loaded assembly? Are exports and relocations applied on Unix at all or do I have to switch to CreateDelegate?
The text was updated successfully, but these errors were encountered: