Access violation when building in shared library #1267
Replies: 2 comments 2 replies
-
Did you create sqlite3 with debug symbols (pdb)? I suggest you investigate the context around the crashing code path a bit more. Also try a build without optimizations. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Usually, those kind of things rather happen in multithreaded applications. Does this possibly apply to you? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have been using sqlite_orm in a library in MSVC C++. Everything is going except when I build a .dll instead of a .lib
I get an access violation exception, this is the callstack :

I searched on google for this specific error but I could not find anything.
I am using Conan to retrieve sqlite3 and sqlite_orm. I use sqlite 3.43.2
I was wondering if anyone has ever seen this weird problem ?
I am starting to panic 😟
Beta Was this translation helpful? Give feedback.
All reactions