Search found 40 matches

by marcelinux
Sat Jun 09, 2018 6:39 am
Forum: Compiler / Linking / IDE Related
Topic: Advice needed for building for OSX 10.13
Replies: 1
Views: 854

Re: Advice needed for building for OSX 10.13

fyodor wrote:running ./configure is ok and produces this final output.
Is not ./configure but ../configure from build folder.
See https://wiki.wxwidgets.org/Compiling_wx ... (Terminal)
by marcelinux
Fri Jun 08, 2018 8:01 am
Forum: Compiler / Linking / IDE Related
Topic: wxWidgets C++ 3.1.1 works in VS, not in Linux!
Replies: 5
Views: 1822

Re: wxWidgets C++ 3.1.1 works in VS, not in Linux!

I'm not an expert but installed wxWidgets several times using the wiki. Ubuntu and Debian distros. https://wiki.wxwidgets.org/Compiling_and_getting_started Currently, I have included wx repositories in my sources.list https://wiki.wxwidgets.org/Installing_and_configuring_under_Ubuntu Edit: Sorry. I ...
by marcelinux
Thu Mar 08, 2018 3:38 pm
Forum: C++ Development
Topic: wxString performance
Replies: 25
Views: 5952

Re: wxString performance

The C++ programming language
Chapter 6.
Expressions and Statements

Premature optimization
is the root of all evil.
– D. Knuth

On the other hand,
we cannot ignore efficiency.
– Jon Bentley
by marcelinux
Tue Feb 27, 2018 7:48 am
Forum: Platform Related Issues
Topic: [wxMSW][wx3.0.3] Watching dir for webm files
Replies: 3
Views: 1732

Re: [wxMSW][wx3.0.3] Watching dir for webm files

How do you copy that file? can I suggest copying files with another extension that webm, then rename? Watcher can catch file and, waiting a second or so, work with it.
by marcelinux
Wed Feb 07, 2018 8:21 am
Forum: General Development
Topic: Recommendation for c++ gui builder?
Replies: 10
Views: 11219

Re: Recommendation for c++ gui builder?

CodeLite + wxCrafter
by marcelinux
Thu Dec 14, 2017 8:02 am
Forum: C++ Development
Topic: wxFrame custom Title bar
Replies: 7
Views: 5441

Re: wxFrame custom Title bar

Priya wrote:Is it achievable in both windows and Linux??
What about Linux Desktops (Plasma, Gnome, Unity, Cinnamon, lxde)?
Buttons for min/max/close have different images and location.
by marcelinux
Wed Oct 25, 2017 8:03 am
Forum: Database Related
Topic: How i can save the char data directly to blob db?
Replies: 4
Views: 12952

Re: How i can save the char data directly to blob db?

dkaip wrote:I found another more correct method, saving the picture.
What, please? [-o<
by marcelinux
Tue Jul 11, 2017 10:43 am
Forum: General Forum Issues
Topic: Serial posters who waste our time
Replies: 13
Views: 23572

Re: Serial posters who waste our time

iwbnwif wrote:I would also like to thank doublemax for his untiring patience and support on these forums.
+1 =D>
by marcelinux
Fri Jun 23, 2017 6:24 am
Forum: Compiler / Linking / IDE Related
Topic: CMake cannot find wxwidgets 3.1
Replies: 13
Views: 14477

Re: CMake cannot find wxwidgets 3.1

Or...

Code: Select all

/full/path/to/that/wx-config --version
See https://wiki.wxwidgets.org/Compiling_an ... ng_started

Good luck
by marcelinux
Tue May 09, 2017 10:04 am
Forum: C++ Development
Topic: Sending email, wxEmail, what are you using? (Linux, C++, wxWidgets 3.02, Code::Blocks)
Replies: 9
Views: 3653

Re: Sending email, wxEmail, what are you using? (Linux, C++, wxWidgets 3.02, Code::Blocks)

AshtonC1 wrote:If I leave code::blocks, I'll probably end up using Qt, where everything is up to date, and every little feature I need to add is not a 2-day struggle.
We often think that in another country I would live better. :wink:
by marcelinux
Mon May 08, 2017 7:23 am
Forum: Platform Related Issues
Topic: Dynamic change of encoding under MAC OSX
Replies: 1
Views: 1265

Re: Dynamic change of encoding under MAC OSX

briceandre wrote: wxMessageBox("é");

Code: Select all

wxMessageBox(wxT("é"));