Closed rggit2019 closed 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
@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.
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.