Search found 14 matches

by AKG
Sun Aug 21, 2016 3:43 pm
Forum: Platform Related Issues
Topic: Can I wxWidgets on Android ?? ... need to NDK !!
Replies: 3
Views: 1838

Can I wxWidgets on Android ?? ... need to NDK !!

I read something about doing Java to use wxWidgets on Android.... sounds crazy to me, so I am wondering who is doing the NDK stuff for it to work with Android ?? ???
by AKG
Sat Aug 20, 2016 3:02 pm
Forum: General Development
Topic: Best way to use external dll in wxWidgets application
Replies: 7
Views: 2664

Re: Best way to use external dll in wxWidgets application

ok - so I have wxSQLite to handle database issues, it takes care of the data types from TEXT to what ever datatype and INT or REAL to what ever datatype, and I have wxXmlDocument to read the xml file the designer creates: so i can find the queries and database connections and the sections of the pag...
by AKG
Sat Aug 20, 2016 1:16 pm
Forum: General Development
Topic: Best way to use external dll in wxWidgets application
Replies: 7
Views: 2664

Re: Best way to use external dll in wxWidgets application

The dll is printing files like this. You can see it has a database connection, and the sections of the file has info on where to place things, and there are several querys for the seperate sections etc. I can use the dll to do this under windows, but what if I am doing this on other platforms, i hav...
by AKG
Sat Aug 20, 2016 12:36 pm
Forum: General Development
Topic: Best way to use external dll in wxWidgets application
Replies: 7
Views: 2664

Re: Best way to use external dll in wxWidgets application

Sorry, i dont explain very well ...

I added more to my first message, to clarity - i cant use the dll on other platforms
by AKG
Sat Aug 20, 2016 12:14 pm
Forum: General Development
Topic: Best way to use external dll in wxWidgets application
Replies: 7
Views: 2664

Best way to use external dll in wxWidgets application

http://www.oxetta.com/report/doc/start.html has code to explain how to integrate their dll files (library) - (AT THE BOTTOM OF THE PAGE AFTER ALL THE SCREEN DUMPS OF THEIR PROGRAM ) i cant post the code sample because it is in an image, but its not a lot of code to read from the link above. My quest...
by AKG
Sat Aug 20, 2016 11:34 am
Forum: General Development
Topic: Report Desinger plugin ??? Urgent !
Replies: 11
Views: 8030

Re: Report Desinger plugin ??? Urgent !

If you have time, take a look at this:

http://www.oxetta.com/

Its a visual report generator, it lets you connect to a database, and there is some source code samples ...

It is very small, and very simple / easy to use it seems like...

Anybody have any experience with this one ???
by AKG
Sat Aug 20, 2016 11:06 am
Forum: General Development
Topic: Report Desinger plugin ??? Urgent !
Replies: 11
Views: 8030

Re: Report Desinger plugin ??? Urgent !

What about any other Report Designer that can generate som C++ code that I can then put in my application ?
Like the FormBuilder that makes a Form, and then generate code that is put in to the application ?

Is there nothing like that ??
by AKG
Sat Aug 20, 2016 10:22 am
Forum: General Development
Topic: Report Desinger plugin ??? Urgent !
Replies: 11
Views: 8030

Report Desinger plugin ??? Urgent !

I use CodeBlocks and wxWidgets to create an app for an hotels, and I need to print reports. I have to desing many new reports for them, and want to use a designer tool, that lets me drop fields and move them arround, select from a query what to print from the database etc. What can I use ? This is u...
by AKG
Fri Aug 19, 2016 1:24 pm
Forum: Database Related
Topic: Database / wxSQLite
Replies: 4
Views: 14441

Re: Database / wxSQLite

Im not sure i understand how you did this ?? Not familiar enough with the widgets control at this time. Can you give me some more details ? I change the query, get a new result set, and now i have to write code to make my listbox read that new result set... in other tools the control is reading a so...
by AKG
Fri Aug 19, 2016 12:15 pm
Forum: Database Related
Topic: Database / wxSQLite
Replies: 4
Views: 14441

Database / wxSQLite

=== what I am using === I am using an sqlite database and currently trying the wxSQLite I am using CB16.01 I am on Windows 10 === my level of understanding === I have 20 years experience programming, but I am new to wxWidgets. === what i am making === I am developing an application that updates a co...
by AKG
Wed Aug 17, 2016 7:03 pm
Forum: wxCode
Topic: wxSqlite3 Version 3-3.3.1 can not compile Please help
Replies: 7
Views: 4953

Re: wxSqlite3 Version 3-3.3.1 can not compile Please help

I Am running Windows 64 bit and Windows 10, if it is easier to start over, just give me the steps from start, and the versions that work together. Version of wxWidgets, wxSqlite so that I can compile code that is compatible. Thank you so much, ==================================================== Sor...
by AKG
Wed Aug 17, 2016 6:57 pm
Forum: wxCode
Topic: wxSqlite3 Version 3-3.3.1 can not compile Please help
Replies: 7
Views: 4953

Re: wxSqlite3 Version 3-3.3.1 can not compile Please help

I deleted everything and started over, newer version of everything, and now i get this: c:\wxsqlite3-3.3.1\build>mingw32-make -f makefile.gcc if not exist ..\lib\gcc_lib mkdir ..\lib\gcc_lib g++ -c -o gccmswud\wxsqlite3_lib_wxsqlite3.o -DHAVE_W32API_H -D_UNICODE -D__WXDEBUG__ -D__WXMSW__ -IC:\wxWidg...
by AKG
Wed Aug 17, 2016 5:04 pm
Forum: wxCode
Topic: wxSqlite3 Version 3-3.3.1 can not compile Please help
Replies: 7
Views: 4953

Re: wxSqlite3 Version 3-3.3.1 can not compile Please help

Yeah, I changed the setting in the make file, so it uses 31, now. Now i get this: if not exist ..\lib\gcc_lib mkdir ..\lib\gcc_lib g++ -c -o gccmswud\wxsqlite3_lib_wxsqlite3.o -DHAVE_W32API_H -D_UNICODE -D__WXDEBUG__ -D__WXMSW__ -IC:\wxWidgets-3.1.0\lib\gcc_lib\mswud -IC:\wxWidgets-3.1.0\include -O0...
by AKG
Wed Aug 17, 2016 2:58 pm
Forum: wxCode
Topic: wxSqlite3 Version 3-3.3.1 can not compile Please help
Replies: 7
Views: 4953

wxSqlite3 Version 3-3.3.1 can not compile Please help

I have Windows 10, and compiled wxWidgets-3.1.0 without problems. I got Codeblocs to work with this version by changing the project script. I then tried to compile wxSqlite3 - but after 3 days trying all kinds of things, reading all i can there is just no solution, so I hope someone here can help me...