I'm using the extension module spellfix module to order tables 
via levenstein. 

I compiled spellfix.c (it's inside /ext/misc/) using MinGW for Windows: 

gcc -g -shared spellfix.c -o spellfix.dll

It compiles successfuly but when i load it into the command line shell of
sqlite: 

sqlite> .load ./spellfix 

I'm getting this error: 

Error: %1 is not a valid win32 application

I really have very few knowledge about compiling c programs. Did i do some 
mistake about compiling or something else is happened?



--
View this message in context: 
http://sqlite.1065341.n5.nabble.com/Spellfix-Implementation-tp75596.html
Sent from the SQLite mailing list archive at Nabble.com.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to