Ver Mensaje Individual
  #1  
Antiguo 05-12-2010
JXJ JXJ is offline
Miembro
 
Registrado: abr 2005
Posts: 2.475
Reputación: 22
JXJ Va por buen camino
Question ¿como compilar sqlite3.dll ?

descarge

sqlite-amalgamation-3_7_3.zip
(1.16 MiB)This ZIP archive contains all preprocessed C code combined into a single source file (the amalgamation). This is the recommended way of acquiring the SQLite source code. It is suggested that you use this packing option unless you have a compelling reason to use one of the other packaging options below.
para generar al dll

como si fuese la de aqui
sqlitedll-3_7_3.zip
(267.18 KiB)This is a DLL of the SQLite library without the TCL bindings. The only external dependency is MSVCRT.DLL

estoy usando bcb6 y
creo un nuevo proyecto con el dll wizard.
que solo sea de tipo C y que no sea ni vcl ni threaded

agrego los archivos sqlite3.c sqlite3.def sqlite3.h
guardo el prooyecto

compilo y solo obtengo archivos obj
y una dll de 7 kb
no los casi 500 kb de la dll precompilada

¿que ando haciendo mal?

¿como se compilan codigos fuente que tienen archivos .def usando BCB?
Responder Con Cita