c++ - Use 64 bit lib in 32 bit code -


I'm wondering if there is a way to use 64bit lab in 32bit executable. I can design a 64 bit script according to this, so I can expose specific APIs for that purpose in which they will have clear 32-bit coalition variables, if it would be helpful.

Actually we have a large part of the software that has been compiled to 32 bit, and for that time we do not want to recompile it as 64 bit, because it will cause a lot of headaches.

Now under the current code, we want to use a new API that we are creating, that the new API is hiding a 64 bit implementation, but the API itself is "out" on 32 bit

We are posting with ideas like passing the data through remote execution or sockets, but it

any thoughts?

P>

Comments