Click here to Skip to main content
15,886,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ and Sqlite connection Pin
David Crow9-Jan-09 3:20
David Crow9-Jan-09 3:20 
GeneralRe: C++ and Sqlite connection Pin
vanishaa9-Jan-09 3:30
vanishaa9-Jan-09 3:30 
GeneralRe: C++ and Sqlite connection Pin
CPallini9-Jan-09 7:10
mveCPallini9-Jan-09 7:10 
AnswerRe: C++ and Sqlite connection Pin
markkuk9-Jan-09 3:40
markkuk9-Jan-09 3:40 
GeneralRe: C++ and Sqlite connection Pin
Thilek9-Jan-09 3:54
Thilek9-Jan-09 3:54 
GeneralRe: C++ and Sqlite connection Pin
vanishaa9-Jan-09 4:05
vanishaa9-Jan-09 4:05 
GeneralRe: C++ and Sqlite connection Pin
Cedric Moonen9-Jan-09 4:07
Cedric Moonen9-Jan-09 4:07 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson9-Jan-09 4:16
professionalStuart Dootson9-Jan-09 4:16 
Look again at this article[^]. The "Working With SQLite" section gives you instructions for how to build an import library (.LIB file) for the SQLite 3 DLL. To use it, add a line like this to your main C++ file:

#pragma comment(lib, "sqlite.lib")


This will cause the linker to look in SQLite.lib for the SQLite functions.
JokeRe: C++ and Sqlite connection Pin
6Qing889-Jan-09 16:58
6Qing889-Jan-09 16:58 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson9-Jan-09 22:16
professionalStuart Dootson9-Jan-09 22:16 
AnswerRe: C++ and Sqlite connection Pin
Stuart Dootson9-Jan-09 4:03
professionalStuart Dootson9-Jan-09 4:03 
GeneralRe: C++ and Sqlite connection Pin
vanishaa9-Jan-09 18:54
vanishaa9-Jan-09 18:54 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson9-Jan-09 22:19
professionalStuart Dootson9-Jan-09 22:19 
GeneralRe: C++ and Sqlite connection Pin
vanishaa10-Jan-09 1:32
vanishaa10-Jan-09 1:32 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson10-Jan-09 1:57
professionalStuart Dootson10-Jan-09 1:57 
GeneralRe: C++ and Sqlite connection Pin
vanishaa10-Jan-09 2:19
vanishaa10-Jan-09 2:19 
GeneralRe: C++ and Sqlite connection Pin
vanishaa10-Jan-09 2:46
vanishaa10-Jan-09 2:46 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson10-Jan-09 3:20
professionalStuart Dootson10-Jan-09 3:20 
GeneralRe: C++ and Sqlite connection Pin
vanishaa10-Jan-09 4:03
vanishaa10-Jan-09 4:03 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson10-Jan-09 5:33
professionalStuart Dootson10-Jan-09 5:33 
Questioncommand line Pin
Russell'9-Jan-09 2:37
Russell'9-Jan-09 2:37 
AnswerRe: command line Pin
David Crow9-Jan-09 3:09
David Crow9-Jan-09 3:09 
GeneralRe: command line Pin
Russell'9-Jan-09 4:53
Russell'9-Jan-09 4:53 
QuestionPossible violation in typedefs Pin
6Qing889-Jan-09 2:05
6Qing889-Jan-09 2:05 
QuestionRe: Possible violation in typedefs Pin
CPallini9-Jan-09 2:18
mveCPallini9-Jan-09 2:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.