What is the best way to integrate x32 lib with x64 process(without converting the lib to x64)?

Posted by fishbein on Stack Overflow See other posts from Stack Overflow or by fishbein
Published on 2010-04-18T07:21:01Z Indexed on 2010/04/18 7:23 UTC
Read the original article Hit count: 388

Filed under:

I inherited a lib that compiled in x32 and I can't compile it to x64. I think may be to envelop the lib with x32 process and then to run it in x64 process by calling to CreateProcess function win api. then I will use shared memory for transfert the data between the API lib x32 interfaces to the x64 process.

Do I miss something here(its look very complicated)?

© Stack Overflow or respective owner

Related posts about x64