Search found 174 matches
- Mon Feb 18, 2019 6:10 am
- Forum: C++ Development
- Topic: Database to show with changing column width
- Replies: 37
- Views: 5297
Database to show with changing column width
Hello I'm hopeing for some ideas how to achieve this the best. All the text is in a database, therefore I posted the question also here, as there might be a solution close to a database possible as well. I want to show bible texts below each other. Some of the texts should be editable, with hooverin...
- Fri Feb 01, 2019 8:52 am
- Forum: Database Related
- Topic: wxSQLite3Database* h_dbi[1024] = new wxSQLite3Database();
- Replies: 4
- Views: 1821
Re: wxSQLite3Database* h_dbi[1024] = new wxSQLite3Database();
One database is enough. The database file can be as big as you like. And BTW i found "Martin_Luther_Uebersetzung_1912.txt" and it's less than 5mb. I think memory size won't be a problem. With additional informatin like strongs numbers, versenumbers chapter book, and everything inseperate fields, it...
- Fri Feb 01, 2019 6:12 am
- Forum: Database Related
- Topic: wxSQLite3Database* h_dbi[1024] = new wxSQLite3Database();
- Replies: 4
- Views: 1821
wxSQLite3Database* h_dbi[1024] = new wxSQLite3Database();
Hello I would need something similar to: wxSQLite3Database* h_dbi[1024] = new wxSQLite3Database(); I want to have open a lot of databases at once, it is for a bible programm, and keeping everything in memory would take too much space, at least I think so. How would it be possible to achieve somethin...
- Wed Jan 30, 2019 2:34 pm
- Forum: Database Related
- Topic: wxsqlite3 in eigenes Projekt einfügen
- Replies: 14
- Views: 2728
Re: wxsqlite3 in eigenes Projekt einfügen
Did remember now, that I did manage to compile the samples, but for that I had to copy the wxsqlite.h files to the include/wx of the wxwidgets folder. Why do you need move or copy the files anywhere? Build sample and if it compiles and runs correctly look as included library files and do same in yo...
- Wed Jan 30, 2019 2:04 pm
- Forum: Database Related
- Topic: wxsqlite3 in eigenes Projekt einfügen
- Replies: 14
- Views: 2728
Re: wxsqlite3 in eigenes Projekt einfügen
Additional info: The sqlite3secure was not able to compile without errors: Severity Code Description Project File Line Suppression State Error C1083 Cannot open include file: 'unicode/utypes.h': No such file or directory sqlite3libicu d:\wxwidgets-3.1.2\1own\hadevarim\wxsqlite3-master\sqlite3secure...
- Tue Jan 29, 2019 8:13 am
- Forum: Database Related
- Topic: wxsqlite3 in eigenes Projekt einfügen
- Replies: 14
- Views: 2728
Re: wxsqlite3 in eigenes Projekt einfügen
Additional info: The sqlite3secure was not able to compile without errors: Severity Code Description Project File Line Suppression State Error C1083 Cannot open include file: 'unicode/utypes.h': No such file or directory sqlite3libicu d:\wxwidgets-3.1.2\1own\hadevarim\wxsqlite3-master\sqlite3secure\...
- Tue Jan 29, 2019 7:42 am
- Forum: Database Related
- Topic: wxsqlite3 in eigenes Projekt einfügen
- Replies: 14
- Views: 2728
Re: wxsqlite3 in eigenes Projekt einfügen
Ok, what I now tried. Extracted the sqlite3-master again, did not eliminate the first folder, so that the folder structure is /3party/sqlit../sqlit../(here the folders) Then compiling worked out of the box. Then I just included an existing project to my solution, and still it does not work. Meanwhil...
- Tue Jan 29, 2019 3:04 am
- Forum: Database Related
- Topic: wxsqlite3 in eigenes Projekt einfügen
- Replies: 14
- Views: 2728
Re: wxsqlite3 in eigenes Projekt einfügen
Sorry guys. I read and write english almost like it would be german. So for me it does not really make a big difference. But I'm still from the older generation and we learn by doing. So that's why I wanted to include it into my solution folder and I wrote in german as I did know utelle is from Germ...
- Mon Jan 28, 2019 8:58 am
- Forum: Database Related
- Topic: wxsqlite3 in eigenes Projekt einfügen
- Replies: 14
- Views: 2728
wxsqlite3 in eigenes Projekt einfügen
Hallo Kann mir bitte jemand helfen. Ich versuche bereits seit Stunden wxsqlite3 in mein eigenes Projekt einzufügen. Fange gerade erst mit Visual Studio 2015 und C++ an,(früher VB und Java mit Android Studio) also hier wäre eine Step-by-Srep Erklräung ganz gut. Habe in meinen include/wx habe ich bere...