MessageBox         48 applications/GPAX/GPAXPlugin.cpp 	::MessageBox(NULL, w_msg, w_title, MB_OK);
MessageBox        328 applications/GPAX/GPAXPlugin.cpp 		::MessageBox(NULL, _T("GPAC Configuration file not found"), _T("Fatal Error"), MB_OK);
MessageBox        330 applications/GPAX/GPAXPlugin.cpp 		::MessageBox(NULL, "GPAC Configuration file not found", "Fatal Error", MB_OK);
MessageBox        575 applications/osmo4_android_studio/app/src/main/jni/wrapper.cpp 				ptr->MessageBox("Connected", "Connected to scene", GF_OK);
MessageBox        577 applications/osmo4_android_studio/app/src/main/jni/wrapper.cpp 				ptr->MessageBox("Disconnected", "Disconnected from scene.", GF_OK);
MessageBox        785 applications/osmo4_android_studio/app/src/main/jni/wrapper.cpp 		MessageBox("Cannot load GPAC terminal", "Fatal Error", GF_SERVICE_ERROR);
MessageBox        223 applications/osmo4_android_studio/app/src/main/jni/wrapper.h 	int MessageBox(const char* msg, const char* title, GF_Err status);
MessageBox        341 applications/osmo4_sym/osmo4_ui.cpp 			iAppView->MessageBox("Unandled command - panic", "Osmo4");
MessageBox        205 applications/osmo4_sym/osmo4_view.cpp 		app->MessageBox(szMsg, "Error:");
MessageBox        228 applications/osmo4_sym/osmo4_view.cpp 			MessageBox(evt->message.message, err);
MessageBox        230 applications/osmo4_sym/osmo4_view.cpp 			MessageBox(evt->message.message, "Info");
MessageBox        262 applications/osmo4_sym/osmo4_view.cpp 			MessageBox("Cannot open log file - disabling logs", "Warning !");
MessageBox        264 applications/osmo4_sym/osmo4_view.cpp 			MessageBox("Debug logs enabled!", filename);
MessageBox        331 applications/osmo4_sym/osmo4_view.cpp 		MessageBox("Cannot create GPAC Config file", "Fatal Error");
MessageBox        335 applications/osmo4_sym/osmo4_view.cpp 		MessageBox("Osmo4", "Thank you for Installing");
MessageBox        342 applications/osmo4_sym/osmo4_view.cpp 		MessageBox(m_user.modules ? "No modules available" : "Cannot create module manager", "Fatal Error");
MessageBox        370 applications/osmo4_sym/osmo4_view.cpp 		MessageBox("Cannot load GPAC terminal", "Fatal Error");
MessageBox        103 applications/osmo4_sym/osmo4_view.h 	void MessageBox(const char *text, const char *title);
MessageBox        358 applications/osmo4_w32/FileProps.cpp 		MessageBox("No World Info available", "Sorry!");
MessageBox        368 applications/osmo4_w32/FileProps.cpp 	MessageBox(wit, str);
MessageBox        386 applications/osmo4_w32/FileProps.cpp 		MessageBox(gf_error_to_string(e), "Error while dumping");
MessageBox        885 applications/osmo4_w32/MainFrm.cpp 	MessageBox(
MessageBox        913 applications/osmo4_w32/MainFrm.cpp 	MessageBox(
MessageBox        151 applications/osmo4_w32/Osmo4.cpp 	::MessageBox(NULL, msg, "GPAC", MB_OK);
MessageBox        387 applications/osmo4_w32/Osmo4.cpp 		MessageBox(NULL, "GPAC Configuration file not found", "Fatal Error", MB_OK);
MessageBox        410 applications/osmo4_w32/Osmo4.cpp 				::MessageBox(NULL, "Osmo4 ghost process detected", "Error at last shutdown" , MB_OK);
MessageBox        470 applications/osmo4_w32/Osmo4.cpp 		MessageBox(NULL, "No modules available - system cannot work", "Fatal Error", MB_OK);
MessageBox        516 applications/osmo4_w32/Osmo4.cpp 		MessageBox(NULL, "Cannot load GPAC Terminal", "Fatal Error", MB_OK);
MessageBox        175 applications/osmo4_wce/Osmo4.cpp 			MessageBox(NULL, _T("Couldn't open log file on file system"), _T("Disabling logs"), MB_OK);
MessageBox        238 applications/osmo4_wce/Osmo4.cpp 		MessageBox(NULL, _T("GPAC Configuration file not found"), _T("Fatal Error"), MB_OK);
MessageBox        256 applications/osmo4_wce/Osmo4.cpp 		::MessageBox(NULL, _T("Osmo4/GPAC Setup complete"), _T("Initial launch"), MB_OK);
MessageBox        263 applications/osmo4_wce/Osmo4.cpp 		MessageBox(NULL, _T("No plugins available - system cannot work"), _T("Fatal Error"), MB_OK);
MessageBox        277 applications/osmo4_wce/Osmo4.cpp 		MessageBox(NULL, _T("Cannot load MPEG-4 Terminal"), _T("Fatal Error"), MB_OK);
MessageBox        630 applications/osmo4_wce/Osmo4.cpp 	MessageBox(NULL,
MessageBox       1263 applications/osmophone/main.cpp 			MessageBox(hwnd, _T("Cannot load GPAC"), _T("Error"), MB_OK);
MessageBox       1389 applications/osmophone/main.cpp 		MessageBox(NULL, _T("Couldn't locate GPAC config file"), _T("Fatal Error"), MB_OK);
MessageBox       1407 applications/osmophone/main.cpp 		MessageBox(GetForegroundWindow(), _T("No modules found"), _T("GPAC Init Error"), MB_OK);
MessageBox       1441 applications/osmophone/main.cpp 		MessageBox(NULL, _T("Thank you for installing GPAC"), _T("Initial setup done"), MB_OK);
MessageBox        211 applications/osmozilla/osmozilla.cpp 		MessageBox(NULL, "GPAC CONFIGURATION FILE NOT FOUND OR INVALID", "OSMOZILLA FATAL ERROR", MB_OK);
MessageBox        224 applications/osmozilla/osmozilla.cpp 		MessageBox(NULL, "GPAC MODULES NOT FOUND", "OSMOZILLA FATAL ERROR", MB_OK);
MessageBox        990 modules/gapi/gapi.cpp 		MessageBox(NULL, _T("Cannot open display"), _T("GAPI Error"), MB_OK);
MessageBox        271 modules/xvid_dec/xvid_wce/mem_transfer.cpp 	MessageBox(NULL, buf, L"Fatal error", MB_OK | MB_ICONERROR);
MessageBox        275 modules/xvid_dec/xvid_wce/mem_transfer.cpp 	MessageBox(NULL, buf, "Fatal error", MB_OK | MB_ICONERROR);
MessageBox        285 src/utils/os_divers.c 		MessageBox(NULL, wcBuf, _T("GPAC Assertion Failure"), MB_OK);