Search found 178 matches

by orbitcowboy
Fri Nov 28, 2014 7:21 am
Forum: Compiler / Linking / IDE Related
Topic: Building static libraries using VS2013 (VC12)
Replies: 11
Views: 13030

Re: Building static libraries using VS2013 (VC12)

Since i had the same problem. I created a short tutorial on how to compile the wxWidgets library into a static lib with Visual C++ 2010.

https://sites.google.com/site/opensourc ... ic-library
by orbitcowboy
Mon Oct 31, 2011 10:59 pm
Forum: wxCode
Topic: treelistctrl 1104 and memory leak
Replies: 1
Views: 4739

Re: treelistctrl 1104 and memory leak

Thanks for the report, but without a testprogram that demonstrates the leak this post is useless.
by orbitcowboy
Thu Sep 15, 2011 7:46 pm
Forum: C++ Development
Topic: A ToggleButton with an Animation
Replies: 1
Views: 4095

Re: A ToggleButton with an Animation

Has anybody found a solution for this?
by orbitcowboy
Thu Sep 08, 2011 6:32 pm
Forum: Platform Related Issues
Topic: wxSound sample does not work [wxWidgets-2.8.12, Ubuntu]
Replies: 2
Views: 6623

wxSound sample does not work [wxWidgets-2.8.12, Ubuntu]

Hello, i have a problem on my Ubuntu Linux (wxGTK-2.8.12). The sound sample, provided by wxWidgets does not play any sound, but i have sound support ( tested by listening music with rythmbox etc.). Is there any trick to get this running? Has anybody had the same problem? I also tried the system bell...
by orbitcowboy
Tue Feb 01, 2011 9:52 pm
Forum: C++ Development
Topic: memory leak in wxLogMessage to window?
Replies: 1
Views: 3192

Re: memory leak in wxLogMessage to window?

logging messages to window in 'server.cpp' client server example code, it seems there is a small memory leak for messages that are sent to the Log() I guess because they are stored in the window text, and never deleted while it's running. Any comments or ideas on that? Maybe my code is old! Name: s...
by orbitcowboy
Mon Sep 20, 2010 11:40 am
Forum: C++ Development
Topic: error C2039: 'OnOK' : is not a member of 'wxDialog
Replies: 3
Views: 9590

i recommend to report this issue at the issue-tracker of wxWidgets:

http://trac.wxwidgets.org/wiki

Cheers,

Orbitcowboy
by orbitcowboy
Wed Jun 30, 2010 12:56 pm
Forum: C++ Development
Topic: sizer help
Replies: 9
Views: 12260

i recommend to use wxFormBuilder for this:

http://wxformbuilder.org/

Hope it helps

Orbitcowboy
by orbitcowboy
Tue Jun 15, 2010 3:05 pm
Forum: C++ Development
Topic: Const-correctness help.
Replies: 14
Views: 20988

You ever tried cppcheck?

Its an open source static code analysis tool that identifies const-correctness issues and many others. You can download it form:

http://sourceforge.net/projects/cppcheck/

Best regards

Orbitcowboy
by orbitcowboy
Mon Apr 05, 2010 3:36 pm
Forum: General Development
Topic: wxwidget 2.8 update not working ?
Replies: 1
Views: 3316

Re: wxwidget 2.8 update not working ?

fblais wrote:wxwidget 2.8 update not working ?
I don't understand your question, please specify what you mean?
by orbitcowboy
Wed Mar 10, 2010 8:02 am
Forum: Compiler / Linking / IDE Related
Topic: Using Intel's C++ Compiler
Replies: 3
Views: 4511

Has somebody else ever tried to use Intels C++ Compiler (for Linux), which is free of charge, to build the wxWidgets Library? Any experience?

Thanks a lot!

Best regards

Orbitcowboy
by orbitcowboy
Tue Mar 09, 2010 8:49 am
Forum: C++ Development
Topic: wxImage minor request
Replies: 2
Views: 9912

BTW, here is an overview (link to develop-mailinglist) and so on:

http://www.wxwidgets.org/develop/
by orbitcowboy
Tue Mar 09, 2010 8:46 am
Forum: C++ Development
Topic: wxImage minor request
Replies: 2
Views: 9912

This is a user form, please post your feature request to the developing mailing list. I am sure the developers will help you there.

Best regards

Orbitcowboy
by orbitcowboy
Fri Feb 26, 2010 10:22 am
Forum: C++ Development
Topic: D_GLIBCXX_FULLY_DYNAMIC_STRING option
Replies: 0
Views: 2977

D_GLIBCXX_FULLY_DYNAMIC_STRING option

<!-- -->Recently i read the following article about fully dynamic Strings and thier problems: http://www.newartisans.com/2009/10/a-c-gotcha-on-snow-leopard.html What about the wxWidgets library when i am using the *.deb -package on an Ubuntu (or Debian) system? Is this option used by default when bu...
by orbitcowboy
Fri Feb 26, 2010 8:27 am
Forum: C++ Development
Topic: Is wxString threadsafe?
Replies: 2
Views: 8759

Is wxString threadsafe?

Hi all, does anybody know if wxString is threadsafe? A quick form search brought leaded to following thread: http://forums.wxwidgets.org/viewtopic.php?t=26458&highlight=wxstring+threadsafe But i could not find anything in the wxString class reference about thread safety: http://docs.wxwidgets.or...
by orbitcowboy
Mon Feb 15, 2010 6:13 am
Forum: C++ Development
Topic: wxWidgets with a Memory Leak Detector (such as MMGR)
Replies: 4
Views: 4177

i use cppcheck, it finds resource, memory leaks and more:

http://sourceforge.net/projects/cppcheck/