On Sun, Feb 24, 2008 at 9:12 PM, Roosevelt Anderson
<[EMAIL PROTECTED]> wrote:
> To use the dll you need to use the LoadLibrary windows function and define
>  pointers to each of the sqlite functions. Here is a short example to get you
>  started. For more on using DLLs try this MSDN link:
>
>  
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/dynamic_link_library_functions.asp

Roosevelt,

Thank you, I know all about LoadLibrary.  I also saw the header file
that contains a structure with function pointers to all the exported
methods.  But are you telling me that no one has published the code to
load up that structure? In the mean time I used the info from the
other post to simply compile the one big .c file as a DLL that
generated the stub lib I needed to link my code against and it seems
to run fine with the officially compiled DLL.

Sam
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to