Compilation of lightweight Database SQLite

Source: Internet
Author: User
Tags sqlite

SQLite is a lightweight database used by many client programs, but currently there is no Lib file, only source code and DLL files, we can use the VS tool to generate LIB and then use it in the application.

(1)

Http://www.sqlite.org/download.html

(2) Download library files and source code

Library: Sqlite-amalgamation-3081002.zip

Source: Sqlite-dll-win32-x86-3081002.zip

(3) using the VS command-line tool to generate Lib

Command Behavior lib/def:sqlite3.def/machine:ix86

(4) Finally get Sqlite3.def sqlite3.lib sqlite3.dll three files

(5) header file using sqlite3.h files in Sqlite-amalgamation-3081002.zip

Compilation of lightweight Database SQLite

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.