govert / SQLiteForExcel

A lightweight wrapper to give access to the SQLite3 library from VBA.
MIT License
260 stars 82 forks source link

Any dependency? #10

Closed rggit2019 closed 2 years ago

rggit2019 commented 5 years ago

Hi, I am trying to run the test but I get Error 53 FIle not found SQLite3_Stdcall.dll" Is there any dependency I am missing? I tried hard coding the dll directory but doesn't seem to help.

francogrex commented 2 years ago

the SQLite3_Stdcall.dll should be in the path, as it is in the same directory as the demo, but somehow is not being called or is actually of the wrong format for win64

govert commented 2 years ago

@francogrex The sqlite3_stdcall.dll file is only used under 32-bit Excel (might be 32-bit or 64-bit Windows). For a 64-bit process there is only one calling convention, and this file is not used.