This is a c++ verion library to implement the Adobe Action Script SharedObject function. It is a C-S design software which provide a server and multiple clients.
It require zmq for build the library. You can download zmq from http://zeromq.org/
- download the soruce code
- include add files to your project
- sharedojbect.*
- sharedobjectdata.*
- cmdline.h blockqueue.h zmq.hpp
- download zmq and install zmq to your system
- have fun with shared object,
Please check main.cpp for more details of how to use. server:
- download the source code and unzip / tar
wget xxxxxxxx -o so.tar.gz
tar -zxvf so.tar.gz
- compile
Please install zeromq > 4.2
cd so
./configure
make
Please open vs/so.sln to build the library. (Be sure to add zmq library to the system environment) If you have install QT, you can also use QT creator to build the library 3. add library to you project and build it, enjoy it!