View Single Post
Old 21st December 2008, 20:23   #98  |  Link
squid_80
Registered User
 
Join Date: Dec 2004
Location: Melbourne, AU
Posts: 1,963
Quote:
Originally Posted by burfadel View Post
Its purely a security reason why its disallowed, not a technical one
It's got nothing to do with security. How do you mix code that has different registers and pointer sizes?
If you want to do IPC between 32/64-bit programs the quickest method is to map the same chunk of memory into both processes and restrict access with an event/semaphore etc.
squid_80 is offline   Reply With Quote