Search found 32 matches

by yasriady
Wed Apr 27, 2016 12:53 am
Forum: Compiler / Linking / IDE Related
Topic: Looking for best IDE
Replies: 8
Views: 8308

Re: Looking for best IDE

Hello, For beginner, codeblocks seem to best since it cross platform and provide you code editor, Form designer, compiler and binary of wxWidgets library. I make use of eclipse_CPP+wxFormbuilder, they are also cross platform. Need to adjust your toolchain and library path manually, but the feature i...
by yasriady
Sat Apr 16, 2016 4:17 am
Forum: Compiler / Linking / IDE Related
Topic: Error: libwx_gtk2u_core-3.1-arm-linux.so: undefined reference to `wx_png_init_filter_functions_neon'
Replies: 4
Views: 2193

Re: Error: libwx_gtk2u_core-3.1-arm-linux.so: undefined reference to `wx_png_init_filter_functions_neon'

stll error guys... event I upgrade my LibPNG to recent version.
Any other suggestion...??
From my checking, wxWidgets-3.0.2 doesnt have this `wx_png_init_filter_functions_neon' function defined in pngprefix.h
by yasriady
Mon Apr 11, 2016 11:10 pm
Forum: Compiler / Linking / IDE Related
Topic: Error: libwx_gtk2u_core-3.1-arm-linux.so: undefined reference to `wx_png_init_filter_functions_neon'
Replies: 4
Views: 2193

Re: Error: libwx_gtk2u_core-3.1-arm-linux.so: undefined reference to `wx_png_init_filter_functions_neon'

well noted, understand.. Thanks for the information, I will look to the version of my libpng and trying to updated it as well. Currently I use libpng packaged into buildroot, since I use this application to generate my cross compile toolchain. This toolchain is for Raspberry Pi2 (ARMv7). I think I a...
by yasriady
Mon Apr 11, 2016 1:20 pm
Forum: Compiler / Linking / IDE Related
Topic: Error: libwx_gtk2u_core-3.1-arm-linux.so: undefined reference to `wx_png_init_filter_functions_neon'
Replies: 4
Views: 2193

Error: libwx_gtk2u_core-3.1-arm-linux.so: undefined reference to `wx_png_init_filter_functions_neon'

Hi there, I get such error during linking my application: libwx_gtk2u_core-3.1-arm-linux.so: undefined reference to `wx_png_init_filter_functions_neon' Can anyone tell me how to solved this issue? This error appear on wxWidgets-3.1.0 only, but not appear if I use library wxWidgets-3.0.2. What next l...
by yasriady
Wed Jan 13, 2016 9:17 pm
Forum: C++ Development
Topic: Custom Event - Dynamic Bind
Replies: 2
Views: 1076

Re: Custom Event - Dynamic Bind

Got it,
After double check the codes, wxDEFINE_EVENT was in header, it should be in cpp....
compile/build->run as expected now, anyway thank you for the clue ....

Attached is working copy of the code.

/Ddy
by yasriady
Wed Jan 13, 2016 8:36 pm
Forum: C++ Development
Topic: Custom Event - Dynamic Bind
Replies: 2
Views: 1076

Custom Event - Dynamic Bind

Hi all,

I want my custom event sent from MyThread to UIMyFrame1, it it could not work as expected.
MyThread is done well can working normally, but the event unable to propagate to parent frame.
I use dynamic event binding
As attched is codes inside UIMyFrame1 and MyThread.

Thank you.../Ddy
by yasriady
Wed Jan 13, 2016 7:16 am
Forum: Announcements and Discoveries
Topic: ANN: wxSQLite3 3.3.0 released
Replies: 2
Views: 2384

Re: ANN: wxSQLite3 3.3.0 released

great Ulrich, a long waited update finally released....
am I too late knowing this good news .. lol .. :-)

Sincere/Ddy
by yasriady
Mon Jan 11, 2016 10:37 pm
Forum: Announcements and Discoveries
Topic: Raspbery Pi Toolchain - available for download...
Replies: 0
Views: 4212

Raspbery Pi Toolchain - available for download...

Dear colleagues, Would like to share Raspberry Pi cross compiler toolchain. To expedite development build/compile done in Linux desktop. Toolchain was generated using awesome cool script called buildroot. You can build/compile wxWidgets or plain c++ application targetted on Raspi2 board. This instal...
by yasriady
Wed Oct 14, 2015 10:55 pm
Forum: The Code Dump
Topic: wxAccordion - an accordion control
Replies: 6
Views: 15222

Re: wxAccordion - an accordion control

Very good control, nice looking and well documentation..
Anyway, could you add Makefile to build both source lib and examples? Due to not all of users able to build the control without complete guidance.
by yasriady
Mon Oct 12, 2015 6:57 am
Forum: Compiler / Linking / IDE Related
Topic: Building wx for ARM : impossible constraint in 'asm' error
Replies: 3
Views: 4722

Re: Building wx for ARM : impossible constraint in 'asm' error

Hi,

I hope this brief tutorial will give some idea how to build wx for ARM:
http://yasriady.blogspot.co.id/2015/10/ ... ry-pi.html

cheer.....
by yasriady
Tue Oct 06, 2015 7:49 am
Forum: Compiler / Linking / IDE Related
Topic: How to use -- cross-compiler -- to compile wxwidget
Replies: 41
Views: 21098

Re: How to use -- cross-compiler -- to compile wxwidget

Hi, I found similar case to build wx for my Raspberry Pi, and fortunatelly I could solved the issue after several trials. You may follow my steps on this https://forums.wxwidgets.org/viewtopic.php?f=19&t=41483 or http://yasriady.blogspot.co.id/2015/10/how-to-build-wxwidgets-for-raspberry-pi.html...
by yasriady
Mon Oct 05, 2015 9:04 am
Forum: Compiler / Linking / IDE Related
Topic: How to Build wxWidgets for Raspberry Pi ?
Replies: 4
Views: 16185

Re: How to Build wxWidgets for Raspberry Pi ?

Hi all, thanks for share your experience about build wx. After hours trying, I find my self how to build and compile wxWidgets on Linux and make it run on Raspberry pi. I found buildroot can be used to generate toolchain for Raspberry Pi. Generally the step are: - Generate cross compiler toolchain u...
by yasriady
Sun Oct 04, 2015 12:28 am
Forum: Compiler / Linking / IDE Related
Topic: How to Build wxWidgets for Raspberry Pi ?
Replies: 4
Views: 16185

Re: How to Build wxWidgets for Raspberry Pi ?

Thanks for your info doublemax, I hope that articles will be an entry point for me for further exploration of wx in Raspi. I have made a try, building wx directly on Raspbian exactly similar with steps on Ubuntu, or even other linux distribution. Due to lower speed of Raspi's cpu, compiling will tak...
by yasriady
Sat Oct 03, 2015 3:38 am
Forum: Compiler / Linking / IDE Related
Topic: How to Build wxWidgets for Raspberry Pi ?
Replies: 4
Views: 16185

How to Build wxWidgets for Raspberry Pi ?

Dear Colleagues, wxWidgets is very awesome C++/GUI library to work with. I believe, wxWidgets application will run very well in Raspberry Pi since it yields small and portable application. Any one have an idea to build the library on Raspberry Pi or ARM processor as well? I think to build the progra...
by yasriady
Wed Sep 30, 2015 6:43 am
Forum: Compiler / Linking / IDE Related
Topic: Building wxWidgets 3.0.2 (Windows, Cygwin)
Replies: 4
Views: 4289

Re: Building wxWidgets 3.0.2 (Windows, Cygwin)

Hi,
My steps to build wxWidgets in Msys way is similar to Cygwin did:
http://yasriady.blogspot.co.id/2015/08/ ... ndows.html