SQLiteCpp icon indicating copy to clipboard operation
SQLiteCpp copied to clipboard

Build as a DLL ?

Open aurelien35 opened this issue 10 years ago • 2 comments

Hi,

I plan to use SQLiteCpp in my project (windows).

Is there any reason to not build SQLiteCpp as a DLL ?

I didn't see any DLL import / export directives, and I prefer to use a DLL due to my project's architecture.

If you want, I can add the necessary macros.

aurelien35 avatar May 19 '15 10:05 aurelien35

If you are willing to develop and test this for your need, I will integrate it, for sure!

SRombauts avatar May 19 '15 12:05 SRombauts

this was fixed in #406 feel free to test it

UnixY2K avatar Apr 01 '23 20:04 UnixY2K