SQLite3UE4 icon indicating copy to clipboard operation
SQLite3UE4 copied to clipboard

Question about libs

Open KhArtNJava opened this issue 10 years ago • 3 comments

Hi.

@Jusas, can you explain, how you have built libs SQLite3.x64.lib and SQLite3.x86.lib ? Thank you.

KhArtNJava avatar Jun 30 '15 08:06 KhArtNJava

Hi, it's a statically linked library - built with VS2013 from the sqlite3 amalgamation package, https://www.sqlite.org/download.html

Jusas avatar Jun 30 '15 09:06 Jusas

Can you place project of the statically linked library to some subfolder of this project?

KhArtNJava avatar Jun 30 '15 10:06 KhArtNJava

Hello.

New fixes in my fork https://github.com/KhArtNJava/SQLite3UE4 :

  1. Fixed crash in packaged project (Found and fixed bug - Yep, I did it!!!).
  2. A lot of new BPs.

KhArtNJava avatar Jan 22 '16 13:01 KhArtNJava