...
Dim sc As SQLCipher
sc.Initialize(File.DirInternal,"xxx.db",True,"dkjfakldfj", "")
Log("version is: " & nativeMe.RunMethod("GetVersion", Array(sc)))
...
#If JAVA
public static float GetVersion(Object o)
{
return o.getClass().getAnnotation(anywheresoftware.b4a.BA.Version.class).value();
}
#End IF