Search found 131 matches

by mrdebug
Sat Jul 13, 2019 6:51 am
Forum: Compiler / Linking / IDE Related
Topic: wxOVERRIDE compile problem
Replies: 5
Views: 4344

Re: wxOVERRIDE compile problem

Solved using this reppository:

# wxWidgets 3.1 Packages and Repositories
deb http://repos.codelite.org/wx3.1.2/debian/ buster libs
by mrdebug
Wed Jul 10, 2019 12:28 pm
Forum: Compiler / Linking / IDE Related
Topic: wxOVERRIDE compile problem
Replies: 5
Views: 4344

Re: wxOVERRIDE compile problem

Oh, maybe Debian 10 has got wsWidgets ver 3.0.
by mrdebug
Wed Jul 10, 2019 5:52 am
Forum: Compiler / Linking / IDE Related
Topic: wxOVERRIDE compile problem
Replies: 5
Views: 4344

wxOVERRIDE compile problem

Hi. After having formatted my pc and installed Debian 10 now I trying to compile my wxWidgets project. So the project uses wxFreeChart. Trying to compile wxFreeChart I obtain this error: ./include/wx/axis/axis.h:410:33: error: ‘wxOVERRIDE’ does not name a type; did you mean ‘wxEVT_IDLE’? virtual boo...
by mrdebug
Wed Jan 23, 2019 8:09 pm
Forum: Compiler / Linking / IDE Related
Topic: wxFormBuilder and special charsets
Replies: 9
Views: 2096

Re: wxFormBuilder and special charsets

I confirm that the problem can be resolved using wxString::FromUTF8 or using use_microsoft_bom but the software is multiplatform so I can't use use_microsoft_bom.
What do you think about this behaviour? Is it a wxWidgets bug?
by mrdebug
Wed Jan 23, 2019 4:46 pm
Forum: Compiler / Linking / IDE Related
Topic: wxFormBuilder and special charsets
Replies: 9
Views: 2096

Re: wxFormBuilder and special charsets

The only way seems to insert the text of the labels by hand like this

label01->SetLabel(wxT("Modalit\u00E0 di pagamento"))
by mrdebug
Wed Jan 23, 2019 4:21 pm
Forum: Compiler / Linking / IDE Related
Topic: wxFormBuilder and special charsets
Replies: 9
Views: 2096

Re: wxFormBuilder and special charsets

Really I don't know where to put the special choise.
In Windows I'm using visual studio and as you can see I have unicode everywhere.
Have you got any idea?
Image
by mrdebug
Wed Jan 23, 2019 4:05 pm
Forum: Compiler / Linking / IDE Related
Topic: wxFormBuilder and special charsets
Replies: 9
Views: 2096

Re: wxFormBuilder and special charsets

Using wxFormBuilder 3.9.0 on Windows 10 with msvc2015. If I write "Modalità di pagamento", in the GUIFrame.cpp I will have "Modalità di pagamento" but when I run my software, the software will display "Modalità di pagamento" (à instead of à). This is a tipical problem o...
by mrdebug
Wed Jan 23, 2019 2:46 pm
Forum: Compiler / Linking / IDE Related
Topic: wxFormBuilder and special charsets
Replies: 9
Views: 2096

wxFormBuilder and special charsets

I have problems with labels similar to this "Modalità di pagamento" where à is the special character \u00E0 . If I write "Modalità di pagamento" as label in wxFormBuilder, the software will display the label erroneously. If I write "Modalit\u00E0 di pagamento" still err...
by mrdebug
Mon Sep 17, 2018 12:08 pm
Forum: C++ Development
Topic: wxWidgets and openssl
Replies: 0
Views: 6433

wxWidgets and openssl

Hi. In a wxWidgets software I have to read a .p7m file. The p7m file in this case is a xml signed file.
Is there an example on how to have a standard xml file from a signed xml file?
by mrdebug
Fri Jun 29, 2018 9:02 am
Forum: C++ Development
Topic: wxSplitterWindow, image between panels
Replies: 6
Views: 1437

Re: wxSplitterWindow, image between panels

Many thanks for your reply. It is not so important.
Are you a wxWidgets official developer?
May I ask you which develop environment are you using?
by mrdebug
Thu Jun 28, 2018 8:36 pm
Forum: C++ Development
Topic: wxSplitterWindow, image between panels
Replies: 6
Views: 1437

Re: wxSplitterWindow, image between panels

m_splitter1->SetSashInvisible(false); does not seem to have any effect.
The sash does not appear in Windows 10 and Debian 9
by mrdebug
Thu Jun 28, 2018 2:53 pm
Forum: C++ Development
Topic: wxSplitterWindow, image between panels
Replies: 6
Views: 1437

wxSplitterWindow, image between panels

Is there a way to show the graphic behaviour between panels? Now in my software wxSplitterWindow works but does not appear so a user can't know that it there is.
by mrdebug
Sun Jun 10, 2018 8:29 am
Forum: C++ Development
Topic: wxWidgets and special charsets
Replies: 1
Views: 610

wxWidgets and special charsets

After switch from mingw to msv 2015, now the words like wxT("Fattura n° ") don't appear correctly on Windows but correctly on Linux. Now the software are too big to translate everything special word using "defines". Is there another way or have I to come back to mingw? In visual ...
by mrdebug
Sun Nov 19, 2017 1:57 pm
Forum: Compiler / Linking / IDE Related
Topic: How to build wxFormBuilder
Replies: 1
Views: 1505

How to build wxFormBuilder

I'm trying to build exFormBuilder in my Debian 9 machine but I obtain this error:

../../../sdk/plugin_interface/xrcconv.cpp:33:19: fatal error: ticpp.h: File o directory non esistente
#include <ticpp.h>
^
What can I do to resolve?
by mrdebug
Fri Apr 08, 2016 7:00 am
Forum: wxCode
Topic: [Solved] wxChartPanel error on create
Replies: 2
Views: 2572

Re: wxChartPanel error on create

Perfect!