winapiforphp / gui

PHP Extension exposing Windowing, Windows Controls and other GUI support
2 stars 0 forks source link

Generate new skeleton for php 8.4 #3

Closed auroraeosrose closed 6 months ago

auroraeosrose commented 6 months ago

Use php's ext-skel.php generator to generate a new wingui extension skeleton

might need slight tweaking for putting code into src instead of flat

see https://github.com/php/pecl-system-dio/blob/master/config.w32

Make sure it compiles and tests

c:\php\debug\php.exe .\ext\ext_skel.php --dir C:\source\repos\winapiforphp\gui --ext wingui --onlywindows
c:\php-sdk\phpsdk-vs17-x64.bat

cd C:\source\repos\winapiforphp\gui

C:\php\debug\SDK\phpize.bat

configure --enable-wingui

nmake

nmake test