[sword-devel] Crash when getting module type

2023-10-24 Thread David "Judah's Shadow" Blue
I've resumed working on bibish some, and I'm getting a weird crash I never had before. I'm trying to interate through the list of installed modules and select those that match a given type. This is my code: for(libraryIterator = swordLibrary.Modules.begin(); libraryIterator != swordLi

Re: [sword-devel] New shared common SWORD path on Android

2023-10-24 Thread Troy A. Griffitts
One new good thing I've found: Google now has a system to distribute binary libraries for C++ builds. It's called Prefab, and the example they give is exactly why I was looking: libcurl Here's a link: https://android-developers.googleblog.com/2020/02/native-dependencies-in-android-studio-40.htm