Jusas / SQLite3UE4

SQLite3 Database Plugin for Unreal Engine 4
MIT License
68 stars 53 forks source link

Question about libs #5

Open KhArtNJava opened 9 years ago

KhArtNJava commented 9 years ago

Hi.

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

Jusas commented 9 years ago

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

KhArtNJava commented 9 years ago

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

KhArtNJava commented 8 years ago

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.