Hello!

While I am mostly using VB6 or TB, I have to use C++ to create a certain 64bit ATL COM DLL that the Speech Application Programming Interface (SAPI) can consume.
This works fine.

The problem that I have now is that I need to use SQLite within that COM DLL now.
So far I have only used SQLite in VB6 via RichClient in VB6, so I am spoiled.

I would like to ask how other people who might have the same problem / task have solved this problem.

I guess I can make SQLite work with C++ (VS2022) and COM ATL DLL, but I guess it's a bigger task, especially because (as I said) I am so spoiled.

Thank you!