shamuntoha Posted October 7, 2008 Share Posted October 7, 2008 How to compile this ? PHP GTK? , do we have any forums for this ? <? $ret = win_messagebox('Welcome to the Roadsend Compiler', PCC_VERSION_TAG, MB_YESNOCANCEL|MB_ICONASTERISK); switch ($ret) { case IDYES: win_messagebox("You answered Yes",'Go'); break; case IDNO: win_messagebox("You answered No", 'Stop'); break; case IDCANCEL: win_messagebox("You answered Cancel", "Cancel"); break; } $install_dir = win_get_registry_key(HKEY_LOCAL_MACHINE, "SOFTWARE\\Roadsend\\Compiler\\". PCC_VERSION_MAJOR.'.'. PCC_VERSION_MINOR, "root"); win_messagebox("The Roadsend install dir is [" .$install_dir."]\n",'Version'); echo "last error: ".win_getlasterror(); ?> Quote Link to comment https://forums.phpfreaks.com/topic/127449-php-gtk-compile-nothing/ Share on other sites More sharing options...
trq Posted October 7, 2008 Share Posted October 7, 2008 You don't compile php or php-gtk. You need the php-gtk interpreter installed. Quote Link to comment https://forums.phpfreaks.com/topic/127449-php-gtk-compile-nothing/#findComment-659370 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.