Search found 6 matches

by michael_uman
Wed Nov 06, 2013 2:18 am
Forum: General Development
Topic: Problem with autoconf tool
Replies: 1
Views: 2237

Re: Problem with autoconf tool

Hello,

Ok I figured it out now...

When I run aclocal I must pass the directory of the m4 files...

aclocal -I build/aclocal/

Now it works..

Thank you,
Michael Uman
by michael_uman
Wed Nov 06, 2013 1:50 am
Forum: General Development
Topic: Problem with autoconf tool
Replies: 1
Views: 2237

Problem with autoconf tool

Hello, I am trying to add some functionality to the wxSound class. I would like to add the ability to play OGG (vorbis) files with the wxWidgets library. I know I can do this will the libvorbisfile package and started to implement this today. But the problem which prevents me from advancing is that ...
by michael_uman
Fri Oct 25, 2013 7:36 pm
Forum: C++ Development
Topic: HELP! Problem with wxFilePickerCtrl not setting initial dir
Replies: 2
Views: 1903

Re: HELP! Problem with wxFilePickerCtrl not setting initial

That's a little too much code to look at. If it's only a problem with wxFilePickerCtrl, it should be possible to see it in one of the wxWidgets samples or by a small addition to the "minimal" sample. Hello DoubleMax, The code in the sample seems to work. I could upload this project to my ...
by michael_uman
Fri Oct 25, 2013 1:44 am
Forum: C++ Development
Topic: How to get the list of IP addresses with open port?
Replies: 2
Views: 1928

Re: How to get the list of IP addresses with open port?

Hello, I have accomplished this using the standard C socket functions although someone could modify my code to use the wxWidgets socket classes. My class is cross-platform between Windows and Linux and uses the Windows WinSock library on the Windows target. Here is the class header: #ifndef __BROWSE...
by michael_uman
Fri Oct 25, 2013 1:36 am
Forum: C++ Development
Topic: HELP! Problem with wxFilePickerCtrl not setting initial dir
Replies: 2
Views: 1903

HELP! Problem with wxFilePickerCtrl not setting initial dir

Hello, I need some quick help on this topic. Tried googling and it appears others have run into this problem. First the environment: Ubuntu 10.04 64bit OS using wxWidgets 2.9.5 built from source (with some changes for Scintilla control for syntax highlighting custom assembly code). I have created a ...
by michael_uman
Thu Aug 15, 2013 1:55 am
Forum: Open Discussion
Topic: Happy Day! Today I built my app for wx2.9.5
Replies: 1
Views: 3095

Happy Day! Today I built my app for wx2.9.5

Hello, I have been using the wxWidgets library for many years now and support two applications which we run on both Windows and Linux platforms. My main application is the Embedded Debugger for the Sigma chipset. I have been building this application against the wx2_8 branch (2.8.12) until recently....