Eugene Wee wrote:
Hi,
Just a guess here, but wouldnt the idea then be to (manually) compile
each source file, then link the object files with your own?
That idea would -mostly- work, and I would hope that I have enough
mental capacity to drop out the tcl bindings, dll-specific functions and
the
Hi,
Just a guess here, but wouldnt the idea then be to (manually) compile
each source file, then link the object files with your own?
With MinGW/GCC I used dlltool to get obtain libsqlite3.a from
sqlite3.dll and sqlite3.def, passing the -lsqlite3 parameter to GCC at
link-time. The only file I a
I highly suspect that I'm being a dolt here, but I'm not seeing the
obvious thing. I downloaded the preprocessed Win32 source code in hopes
of compiling a static library for a Win32 release of a project that I'm
working on. Unfortunately I couldn't find a makefile in the
preprocessed .zip fil
3 matches
Mail list logo