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.
私はかなり長い間Madexceptを使用してきましたが、今のところ正常に動作しています。Windows 7でアプリケーションを実行して例外が発生した場合、bugreport.txtが作成されていないことに気づきました。通常、Madexceptはバグレポートをprogrammディレクトリに保存します。Windows 7では、ソフトウェアにこれを行う権利がないはずです。これが、バグレポートが作成されない理由である可能性があります。しかし、バグレポートの場所を変更する方法がわかりません。
場所を変更するには、次を使用します。
uses madExcept; // ... MESettings.BugReportFile := m_szLogPathName;
FormCreateでこれを行うと、任意のログが必要な場所に配置されます。私、マイドキュメントの場所を選択します。