Search found 437 matches

by xaviou
Mon May 17, 2021 8:11 pm
Forum: Announcements and Discoveries
Topic: wxPdfDoc and wxSQLite3 built libs
Replies: 1
Views: 10665

wxPdfDoc and wxSQLite3 built libs

Hi. I've made a first attemp to provide built libs of wxPdfDoc (v1.0.0) and wxSQLite3 (v4.7.2). These built files are of course fully compatible with the wxWidgets-3.1.5 libs I also provide (I did not yet tried to build them for the official pre-built libs, but perhaps I'll do it in the future...). ...
by xaviou
Sat Dec 12, 2020 7:25 pm
Forum: Announcements and Discoveries
Topic: ANN: wxSQLite3 4.6.3 released
Replies: 12
Views: 15049

Re: ANN: wxSQLite3 4.6.2 released

Hi. I have just a small (and not very important) question : is there a reason for using other build targets names than the ones used for wxPdfDocument ? wxPdfDoc has targets names like debug/release_win32/64 wxSQLite3 has targets names like debug/release_x32/64 Again, thanks a lot for giving wxSQLit...
by xaviou
Sat Dec 12, 2020 6:04 pm
Forum: Announcements and Discoveries
Topic: ANN: wxSQLite3 4.6.3 released
Replies: 12
Views: 15049

Re: ANN: wxSQLite3 4.6.2 released

Hi. I've done the tests. I've tried to build wxSQLite using the following configurations : MinGW-w64 Gcc-7.3.0 / MinGW-w64 Gcc-8.1.0 / Gcc-9.2.0-TDM / MSYS2 Gcc-10.2.0 32 and 64 bits Shared and Static Multi-libs and Monolithic Release and Debug I also tried to build the 2 samples (minimal and treevi...
by xaviou
Fri Dec 11, 2020 8:33 pm
Forum: Announcements and Discoveries
Topic: ANN: wxSQLite3 4.6.3 released
Replies: 12
Views: 15049

Re: ANN: wxSQLite3 4.6.2 released

In the meantime I tested to build wxSQLite3 with MinGW myself, too. I tested the 64-bit and 32-bit build using prebuilt wxWidgets libraries (version 3.1.4). The MinGW compiler versions are reported as 64-bit: gcc (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0 32-bit: gcc (i686-posix-sjlj...
by xaviou
Fri Dec 11, 2020 5:41 pm
Forum: Announcements and Discoveries
Topic: ANN: wxSQLite3 4.6.3 released
Replies: 12
Views: 15049

Re: ANN: wxSQLite3 4.6.2 released

...... For my own tests of compiling the underlying encryption extension with MinGW specifying -march=native was enough to make it compile. However, I don't have much experience with MinGW, so please try additionally the following options -msse4.2 and -maes . With these options, the builds succeeds...
by xaviou
Fri Dec 11, 2020 4:46 pm
Forum: Announcements and Discoveries
Topic: ANN: wxSQLite3 4.6.3 released
Replies: 12
Views: 15049

Re: ANN: wxSQLite3 4.6.2 released

In the meantime you can try to add the compile option -march=native to the defintion of the symbol ALL_CFLAGS (and maybe ALL_CXXFLAGS ) in the makefile for wxSQLite3. This should allow MinGW to compile wxSQLite3 successfully. Tested : I've added -march=native at the end of lines 64 and 65 of sqlite...
by xaviou
Fri Dec 11, 2020 1:54 pm
Forum: Announcements and Discoveries
Topic: ANN: wxSQLite3 4.6.3 released
Replies: 12
Views: 15049

Re: ANN: wxSQLite3 4.6.2 released

Hi Ulrich I've tried to build this last release with MinGW (Version 8.1.0 - 32 bits from MinGW-w64), but I failed. I tried with the default options with the following command line : mingw32-make config=release_x32 wxsqlite3 Here are the output I obtain: "==== Building wxsqlite3 (release_x32) ==...
by xaviou
Mon Jul 20, 2020 6:31 pm
Forum: General Development
Topic: Why there is no compiled WxWidgets version?
Replies: 39
Views: 16368

Re: Why there is no compiled WxWidgets version?

gtafan wrote: Mon Jul 20, 2020 3:02 pm And how about stable builds for Gcc-8.1.0?
If you check the official github page, you'll be able to find a compiled wxWidgets-3.0.5 version for Gcc-8.1.0

Regards

Xav'
by xaviou
Wed Oct 16, 2019 5:31 pm
Forum: General Development
Topic: Why there is no compiled WxWidgets version?
Replies: 39
Views: 16368

Re: Why there is no compiled WxWidgets version?

Hi. Very strange the GCC-4.9.2-TDM is not there. https://b.radikal.ru/b30/1910/10/a44656d9eb07.jpg The problem is that all "wx-3.0.4" links are related to the same page witch was updated each time. And the last time it has been updated, I didn't made the Gcc-4.9.2-TDM Version. So the reall...
by xaviou
Thu Nov 01, 2018 5:20 pm
Forum: C++ Development
Topic: Internationalisation
Replies: 22
Views: 5130

Re: Internationalisation

What default wxTranslationsLoader can't do? Using a "mo" file placed in the same folder than the executable itself. It was possible with wx-2.8.x, but not since wx-3.0.x (as I remember...) You probably also need to keep in mind that the wxWidgets catalog itself (wxstd) needs to be loaded....
by xaviou
Thu Nov 01, 2018 11:14 am
Forum: C++ Development
Topic: Internationalisation
Replies: 22
Views: 5130

Re: Internationalisation

Hi. Do to this, you'll have to write your own wxTranslationsLoader as the default one can't do this. You can have a look at this application as this is what it does : it looks in the same folder as the executable to see if a file named "language.mo" is present, and use it if it is the case...
by xaviou
Tue Sep 04, 2018 6:33 pm
Forum: C++ Development
Topic: Can we get handle to wxDialog from its ID?
Replies: 2
Views: 978

Re: Can we get handle to wxDialog from its ID?

Hi.

Did you try wxWindow::FindWindowById ?
It should work.

Regards
Xav'
by xaviou
Mon Aug 20, 2018 12:35 pm
Forum: General Development
Topic: Why there is no compiled WxWidgets version?
Replies: 39
Views: 16368

Re: Why there is no compiled WxWidgets version?

Hi Posibly i am just to stupied, but i have extracted the content of the lib folder of "wxWidgets-3.0.4-gcc510TDM-x64-32bits-Static-Monolibs.7z" to the lib folder of "wxWidgets-3.0.4". However when I try to start a wxwidgets project in CodeBlocks I am geting an error mesage: http...
by xaviou
Thu Jul 26, 2018 11:58 am
Forum: wxCode
Topic: Does wxCharts not support mingw?
Replies: 3
Views: 2787

Re: Does wxCharts not support mingw?

Hi. Here is how you can solve this. In your command line window, define the 2 following variables (don't forget to adapt to your installation) : set WXWIN=C:\wx30 set WXCFG=gcc_lib\mswu In the "GNUmakefile" add the following line (I've put it at line 48): WXCONFIG=$(shell wx-config.exe --c...
by xaviou
Mon Jul 23, 2018 3:47 pm
Forum: wxCode
Topic: Does wxCharts not support mingw?
Replies: 3
Views: 2787

Re: Does wxCharts not support mingw?

Hi.

For a Windows version of wx-config, you can have a look here.

Regards
Xav'