I have a DLL that needs to operate large ammounts of memory and must be x64 to do that, but the application, which calls it is x86 and can not be converted to x64. COM is already used for interaction between application and the dll.
Is it possible to use surrogate process for that purpose?
I know that it is possible to do such a thing in the opposite case (run x86 COM library in x64 application), will there be any difference?