Jefferson González

Results 314 comments of Jefferson González

Didn't log into my e-mail for a couple of days and when I read this message it was a HUGE suprise! Getting it to compile is already a big milestone...

Took a quick look on your branch and all the work you have done so far, would you like to have direct access to the wxphp repo? So you can...

Ok, I removed the php7 branch and made a php5 branch from old master, merged the changes from your php7 branch into master branch and sent you an invite to...

> gdb does not break inside wxWidgets code, so I can't see whats actually happening. Not great but I used to find lots of issues by enabling this option to...

Haven't compiled the code yet, but what happens if this call **parent::__construct();** is the first statement executed by the constructor? That change is all that comes to mind, the php...

Fixed some minor compilation issue on PHP 7.3 and compiled on aarch64 and wxEntry isn't calling OnInit with code uncommented or commented on the constructor... I'm testing to see if...

Recently I was coding these php extensions just for the joy and to better understand the zend engine [lessram](https://github.com/jgmdev/lessram/tree/testing/ext) and this one [webkitgtk](https://github.com/jgmdev/php-webkitgtk), I will check how the classes are...

Yay! It does works now :tada: this is getting really near to been able to fully work :astonished: I was testing the [examples/choicelistbox.php](https://github.com/wxphp/wxphp/blob/master/examples/choicelistbox.php) and it failed when doing parse parameters...

I was able to compile it today on my smartphone while traveling and ran a vnc server just to run the choicelist box example and Wow! Is amazing to see...

So after changing the int to size_t, wxDynamicCast started to work normally (at least that is what it seems). So I verified the generator and fixed the templates that used...