LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

SQLite Implicit Linking

Hello everyone,

 

I wanted to test SQLite interface and, as usual, it's not so immediate in LabWindows but I've managed to create the .lib file and created an example using it.

 

I want to share it with you, attached x86 and x64 version, build on 3490100 release (3.49.1).

 

To build the .lib i've followed this guide:

 

How to build SQLite3 .lib file on Windows 10

    Download source from source

    For example: source https://www.sqlite.org/2023/sqlite-amalgamation-3430100.zip

    Download binary from binary

    For example: binary https://www.sqlite.org/2023/sqlite-dll-win64-x64-3430100.zip

    Extract both archives to the same directory

    Open Developer Command Prompt for VS 2017 by typing Developer Command in Windows Search

    Go to directory where you've extracted source code and binary files (via opened cmd)

    Run lib /DEF:sqlite3.def /OUT:sqlite3.lib /MACHINE:x64

 

to use my example just fix the "SQLite test.lnk" or "SQLite x64 test.lnk" to your folder path

Davide Vittorio G. - TLGB S.R.L.
Italian SW Developer
Download All
Message 1 of 1
(172 Views)