Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Getting events from RPH#1410

Unanswered
isorokuYam asked this question inQ&A
Discussion options

Hi, is there a way to catch events from RPH (lspdfr exacly)?

You must be logged in to vote

Replies: 1 comment

Comment options

A SHVDN script and a RPH plugin have to communicate with each other in a way other than adding a reference to a RPH plugin. Since SHVDN and RPH have their ownAppDomains (RPH creates one for each plugin), SHVDN scripts in SHVDN'sAppDomain can't directly access to data of RPH plugins in RPH'sAppDomains, and vice versa.
I think you could achieve the job with some files or some static memory regions with a mutex or a lock flag (SHVDN and RPH create threads for each script/plugin). Maybe some named pipes can do the job?

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@isorokuYam@kagikn

[8]ページ先頭

©2009-2025 Movatter.jp