Re: Win32::MMF help needed

2012-05-04 Thread bulk 88
After an IRC chat with haratron I made this sample code of how to use Win32::MMF raw C style. Without the proprietary Storeable cough cough RPC layer that doesn't let you normally use Win32::MMF for non Perl to Perl IPC communications. The 2 scripts must be in the same folder for them to work.

Win32::MMF help needed

2012-05-03 Thread haratron
Hello, I'm trying to interface Perl with Python with Win32 shared memory (without accessing the disk at all if possible). Python creates a namespace and writes a string to it and I want to read it from Perl. If I use the proposed object oriented interface of Win32::MMF like: $ns = Win32::MMF-