Jefferson González

Results 314 comments of Jefferson González

The idea of wxMediaCtrl is that you could write an audio or video player for your specific needs as maybe play sounds on substitution of wxSound which seems to only...

I successfully put a [win64 build](http://sourceforge.net/projects/wxphp/files/wxphp/3.0.0.0/Windows/wxphp-3.0.0.0-x64.exe/download) up and now im trying a 32 bits build. Would be nice to try your sample under windows platform to see if the same...

Im adding this as a hint some one gave me on the wxpython irc channel to try it out later: "You can run with fatal-criticals (https://developer.gnome.org/glib/stable/glib-running.html) and debug what is...

What happens is that with AssignImageList wxTreeCtrl owns the image list and destroys it when the tree is destroyed, this causes the segfault because the wxImageList is garbage collected by...

I don't have access to a MacOSX machine so I haven't tested the mac bundle script in a long time, but you can try the normal build procedure: ``` sh...

``` Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script. ``` That means you need to install autoconf package on mac before...

It seems the a monolithic wxwidgets build isn't properly working on macosx, did you tried this building instructions https://github.com/wxphp/wxphp/blob/master/INSTALL.md#building-on-mac-os-x That building instructions basically build wxWidgets as a dynamic library which...

It seems you are running a more recent version of macosx, you can open a terminal or file manager and browse the /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs to see what is the proper sdk...

Here is some discussion going that might help https://forum.openframeworks.cc/t/quicktime-quicktime-h-file-not-found/24494/4

Also, recently I made some changes to thread example to better work with new fixes/changes, which can serve as a sample code on how to use wxThread https://github.com/wxphp/wxphp/blob/master/examples/thread.php