*.cobj, what is this file format?
*.cpp like *.bas,*.cls?
During compilation, it first generates an obj format file, which is then linked into an exe?
The final compiled PE files are: exe, DLL, *.lib static libraries?

vb6 can't support *.lib format link to the final exe?
SQLite win 32, is this only available with the vc6 compiler?
If you use vc2015, VC 2019, VB6, can you still link *.cobj files? What do you need to do?