Jump to content

PHP Gtk compile nothing.


shamuntoha

Recommended Posts

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();

?>

Link to comment
https://forums.phpfreaks.com/topic/127449-php-gtk-compile-nothing/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.