SQLite3UE4 icon indicating copy to clipboard operation
SQLite3UE4 copied to clipboard

Fixed crash in packaged project.

Open KhArtNJava opened this issue 10 years ago • 6 comments

Hi! In this PR:

  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

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)!

Dannington avatar Jan 27 '16 18:01 Dannington

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

KhArtNJava avatar Jan 28 '16 08:01 KhArtNJava

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

Dannington avatar Feb 01 '16 22:02 Dannington

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

KhArtNJava avatar Feb 02 '16 06:02 KhArtNJava

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

grigorovich avatar Feb 04 '16 01:02 grigorovich

Let us know when you get it...

KhArtNJava avatar Feb 09 '16 08:02 KhArtNJava