I'm trying to find the way to develop loadable extensions using Visual Studio 2005.
I've started by using the "half.c" extension from the documentation. I'm compiling using this command: cl /LD /I. /Fmhalf.map half.c The compilation proceeds without producing errors. I get a "half.dll", and the map file indicates that the "sqlite3_extension_init" is exported. But when I try to load the extension, I get this: SQLite version 3.5.9 Enter ".help" for instructions sqlite> .load 'half.dll' The specified procedure could not be found. sqlite> I've seen many descriptions in the archives that look to be similar to this, but I haven't found any that specifically named the Microsoft compiler in the problem statement. Anyone have the secret sauce for developing an extension using the Microsoft tools? Thanks, Doug _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users