jascam / CodePlexFoo

0 stars 0 forks source link

C++ RPC between 64 bits and 32 bits processes #677

Open jascam opened 6 years ago

jascam commented 6 years ago

A 64 bit dll needs to use a 32 bit dll. From the 64 bit dll, create a process to load the 32 bit dll. Use RPC to call the functions of the 32 bit dll, from the 64 bit, dll. It's the same situation as described in the link below, but using RPC instead of COM. http://blog.mattmags.com/2007/06/30/accessing-32-bit-dlls-from-64-bit-code/

Migrated CodePlex Work Item Details

CodePlex Work Item ID: '12747' Vote count: '1'