ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.73k stars 267 forks source link

Wrap `sqlite3_exec` for libsqlite3 #1674

Closed Coekjan closed 2 months ago

ptitSeb commented 2 months ago

still no wrapping for the callback???

Coekjan commented 2 months ago

still no wrapping for the callback???

Sorry for disturbing. This is still in progress.

Coekjan commented 2 months ago

I imitated the callback function processing methods in other wrapped libraries.

Please review my changes. If I am wrong, kindly let me know.

ksco commented 2 months ago

IIRC wpp (wps presentation) uses this function, can you verify if that application works with wrapped libsqlite3 now? btw PR itself looks good to me.

Coekjan commented 2 months ago

IIRC wpp (wps presentation) uses this function, can you verify if that application works with wrapped libsqlite3 now? btw PR itself looks good to me.

Seems that WPP works good.