-
Tried to build mmex on Ubuntu machine with `libwxsqlite3-3.0-dev` installed, but build fails due to unavailable header `wxsqlite3secure.h`:
```
/home/daniel/moneymanagerex/src/constants.cpp:28:27:…
-
First of all thanks for that great IDE.
Updating my system to Fedora 23 (fresh install), I now have an issue compiling codelite itself. I am using gcc 5.1.1 with these (standard) settings:
```
COLLEC…
-
Hi,
This great project seems used wxsqlite3 for Cipher, Sqlcipher is a more popular SQLite extension that provides 256 bit AES encryption of database files. i am wondering whether there is a plan t…
-
The [CODEC_TYPE defines](https://github.com/utelle/wxsqlite3/blob/master/sqlite3secure/src/codec.h#L37) can't be (easily) included by external code because `codec.h` isn't a self-sufficient header fil…
-
I get the following error. I have added Indian currency if that helps debug.
![screenshot_20180816_153723](https://user-images.githubusercontent.com/12392746/44202846-bd56fc80-a16a-11e8-9781-440920…
-
I downloaded SQLite3-master.zip.
1. Where do I extract the files to? EXACTLY where? I'm on Linux Mint.
2. Then what?
I'll be using wxSQLite3 with Code::Blocks.
-
Is there any way to find out which cipher this database uses? `wxsqllite3_config(sqlite*, "cipher", -1)` could return the cipher ID after `open()` invoked. But there seems be no way to get this cipher…
-
Using "official"sqlite binary for windows for few years, but ICU support missing. Today found wxsqlite and this have question: Could wxsqlite windows binariy be used instead of "official" one, withou…
lazna updated
6 years ago
-
From attached db:
[test.mmb.zip](https://github.com/moneymanagerex/moneymanagerex/files/2211839/test.mmb.zip)
![mmex](https://user-images.githubusercontent.com/3155552/42973314-0de1af1a-8bb3-11e8-…
-
Report period drop-down selector uses translated values, but report header below uses untranslated English strings:
![raport header](https://user-images.githubusercontent.com/3155552/31054879-1abf1cf…