0

Java アプリケーションで使用する必要がある DLL があります。これは既に Windows 32 ビット サービス パック 3 で作成されているため、DLL は動作しています。今、私はそれを使用する必要がある同じ構成の別のマシンを持っています。

Java で lib をロードしようとすると、次のエラーが発生します。

Exception in thread "main" java.lang.UnsatisfiedLinkError: ARWAPI32 (This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. )

最初のマシンでDependency Walkerを使用して DLL を開くと問題は発生しませんが、マシンで DLL を開くと動作しません

Error: The Side-by-Side configuration information for "c:\ARWAPI32.DLL" contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001).

これはどういう意味ですか?コマンドRegsvr32で dll を登録しようとしましたが、同じエラーが表示されます。

LoadLibrary("c:\ARWAPI32.DLL") failed - This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
4

0 に答える 0