Hi, My motive is to connect sqlite through c program, can u guide me. I am not aware to do the 3rd step , please explain .
Win32 recompile with borland c++ builder 1. Download preprocessed source from ยคhttp://www.sqlite.org/sqlite_source.zip 2. Unzip the source to a project directory, e.g. C:\sqlite 3. Fire up your borland c++ builder and create a new dll project, plain C without mfc or something like that 4. Save the project as (e.g.) C:\sqlite\sqlite.bpr 5. Add the sqlite source files from c:\sqlite to the project 6. Remove the unit1.* files from your project 7. Even if .def files are not the clean way, it will be easier than rewriting the sourcecode. Create the file sqlite.def with the following content and add it to the project: -- View this message in context: http://www.nabble.com/Regarding-connect-to-sqlite-via-c-program-tf2181919.html#a6034213 Sent from the SQLite forum at Nabble.com. ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------