Jusas / SQLite3UE4

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

Fixed crash in packaged project. #13

Open KhArtNJava opened 8 years ago

KhArtNJava commented 8 years ago

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

Dannington commented 8 years ago

Thanks so much for this fix - you literally fixed it just in time for me!

Do you think it's easy to make this work on android? Is it just a case of including the sqlite includes in the source somehow?

Thanks for the excellent work here - I no longer have to send data into unreal using a python script over a socket (which is messy and slow)!

KhArtNJava commented 8 years ago

Hi, @Dannington ! I don't know, how it will work on Android, because I newer tried to make Android games, which based on UE. Theoretically, this code will correctly compile on all platforms, which have C++ compiler. If you will try it and if you will have some problems with compiling this code on Android, you can write me and we will solve that problems together. Skype: ArtUrlWWW1

Dannington commented 8 years ago

I've had a look and I think all that I need to do is compile the SQL static lib for android and include it. It seems this is where the packager is falling over. I've had a quick look and someone has put something on github but I can't get NDK-BUILD to work properly.

http://www.roman10.net/how-to-compile-sqlite-for-android-using-ndk/

I'll report back if I work this out

KhArtNJava commented 8 years ago

Hello, @grigorovich . I am "nistchebrod" :) , and I have never had Mac, so I can't help you in your question. Google it, rich man :) .

grigorovich commented 8 years ago

So, "nistchebrod". I Understood :] Anyway Iwl report if I solve

KhArtNJava commented 8 years ago

Let us know when you get it...