Igor Korot <[email protected]> wrote: > I just tried to download both of those files. I added include path, > library path and the dll. > However, during linking of my project I got: fatal error LNK1107: > invalid or corrupt file: cannot read at 0x470.
You don't link with the DLL directly. You link with an import library. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

