Katayama Hirofumi MZ
Katayama Hirofumi MZ
https://github.com/cpprefjp/site/releases ここにリリースページがありますから、こちらで配布できるかと思います。
ありがとうございます。それでは閉じます。
I'm busy now. Can you find a Win32 open source screensaver that supports multi-monitor?
I don't have multiple monitors. Please wait a month.
No time to fix.
Memory management is severe problem. This application uses large data. I fear whether the memory would run out if we supported undo. Postponed.
https://github.com/katahiromz/UndoSystem This might be adopted.
> is this intended to have "collections" of wallpapers for Reactos? Yes, it is. > I think that putting those wallpapers in zips and having the user download them doesn't...
キーボードをフックする仕組み→プラグイン側で`TranslateMessage`のように`MSG`構造体を処理する仕組みを用意する。 子ウィンドウの実現→プラグイン側で`CreateDialog`+`IsDialogMessage`を処理する。 グラフィック描画の実現→子ウィンドウに任せる or 描画関数を渡す。 プラグインの機能追加→プラグインの拡張可能性を確保する。 プラグイン同士の連携→複数のプラグインで共通の設定を読み込み・変更できる仕組みを用意する。 プラグインインストールの自動化→ファイル操作をすることなく、ボタン一つでプラグインのインストールと有効化を可能にする。 プラグイン認証→不審なプラグインを報告して、動作がおかしいものはインストールできないようにする。
Could you please paste the text data that the compilation error happens?