Load a DLL from Python to a Separate Process -
i'd load dll python process not same process running python. ctypes.loadlibrary says load shared library process , return it. method returns new instance of library.
what want able call loadlibrary load dll on separate process can accessed numerous other processes without hindering python process's operations or python process hindering dll's operations. possible through python construct? if it's not other potential solutions?
i running windows 7 python 2.7.3
Comments
Post a Comment