Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリケーションから erl を実行できますが、オンにする必要があります。win32API フック + sentMessage で c(mymodulename) を実行したくありません。そのため、モジュールの自動ロードがある場合、またはできる場合は興味深いです。それをerlプロパティに追加しますか?
ありがとうございました。
一般的に、OTP (Open Telecom Platform) 機能を使用する必要があります。アプリケーションを定義して、起動手順を簡素化できます。
rebarプロジェクトの開始から展開まで、アプリケーション管理のあらゆる側面を処理する優れたツールもあります。Erlang/OTP 構成ファイル、ベース アプリケーションのソース ファイル、および起動スクリプトを生成します。
rebar
erl -s module_namemodule_name:start () を呼び出します
erl -s module_name
module_name:start () で、必要なものをすべて呼び出すことができます