❔ Making two dlls interact
This is a bit of a weird question, but...
I have a .net 4.7.2 dll which is loaded by a different program.
I also have a .net 6/.net 7 executable that needs to be able to call functions and such from said .net 4.7.2 dll.
Is there any way to achieve this?
I can give more information if needed.
I have a .net 4.7.2 dll which is loaded by a different program.
I also have a .net 6/.net 7 executable that needs to be able to call functions and such from said .net 4.7.2 dll.
Is there any way to achieve this?
I can give more information if needed.