show(); return 0; } /** * Return exit code * * @return int */ public function OnExit() { \wxExit(); return 0; } } // Create the app instance $app = new OpenSQLManager(); // Define the platform for later use define('PLATFORM', (new \wxPlatformInfo())->GetOperatingSystemId()); // Start the wx event loop \wxApp::SetInstance($app); \wxEntry(); // End of OpenSQLManager.php