タイトル | : 実行時エラー '48' |
記事No | : 12075 |
投稿日 | : 2021/05/18(Tue) 14:36 |
投稿者 | : だい |
お世話になります。
64bit で作成したDLLファイルあります。 win10 64bitの エクセル2010 vba よりDLLファイル(C:\test\test.dll)を 開こうとすると以下のエラーでます。
実行時エラー '48': ファイルが見つかりません。 C:\test\test.dll
Declare PtrSafe Function test Lib "C:\test\test.dll" Alias "_test@32" (ByVal a As String, ByVal b As String, ByVal c As Integer, ByVal d As Integer, ByVal e As Integer, ByVal f As Double, ByVal g As Integer) As Integer
何か良い方法ありましたら教えてください。
|