Home
last modified time | relevance | path

Searched refs:MB_ICONERROR (Results 1 – 25 of 1328) sorted by relevance

12345678910>>...54

/dports/multimedia/vapoursynth-l-smash-works/L-SMASH-Works-0.0-940-g198cc78/AviUtl/
H A Dlwdumper.c115 DEBUG_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to get media parameters." ); in get_first_video_track_ID()
123 DEBUG_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to find video track." ); in get_first_video_track_ID()
133 DEBUG_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to get media timestamps." ); in get_media_timestamps()
140 DEBUG_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to get composition delay." ); in get_media_timestamps()
205 … MessageBox( HWND_DESKTOP, "Failed to open an input file.", "lwdumper", MB_ICONERROR | MB_OK ); in func_WndProc()
218 … MessageBox( HWND_DESKTOP, "Failed to add a file into a ROOT.", "lwdumper", MB_ICONERROR | MB_OK ); in func_WndProc()
223 MessageBox( HWND_DESKTOP, "Failed to read a file.", "lwdumper", MB_ICONERROR | MB_OK ); in func_WndProc()
241 … MessageBox( HWND_DESKTOP, "Failed to get video track_ID.", "lwdumper", MB_ICONERROR | MB_OK ); in func_WndProc()
247 … MessageBox( HWND_DESKTOP, "Failed to get video timescale.", "lwdumper", MB_ICONERROR | MB_OK ); in func_WndProc()
252 … MessageBox( HWND_DESKTOP, "Failed to construct timeline.", "lwdumper", MB_ICONERROR | MB_OK ); in func_WndProc()
[all …]
H A Dlwmuxer.c328 DEBUG_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to get media parameters." ); in get_first_track_of_type()
336 DEBUG_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to find %s track.", in get_first_track_of_type()
346 DEBUG_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to get track parameters." ); in get_first_track_of_type()
352 DEBUG_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to get media parameters." ); in get_first_track_of_type()
357 DEBUG_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to get construct timeline." ); in get_first_track_of_type()
362 DEBUG_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to get the last sample delta." ); in get_first_track_of_type()
367 DEBUG_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to get the timeline shift." ); in get_first_track_of_type()
373 DEBUG_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to find valid summaries." ); in get_first_track_of_type()
379 DEBUG_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to alloc input summaries." ); in get_first_track_of_type()
387 MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to get a summary." ); in get_first_track_of_type()
[all …]
H A Dlibavsmash_input.c146 DEBUG_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to get the timeline shift." ); in get_ctd_shift()
199 …DEBUG_VIDEO_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to initialize the decoder configura… in prepare_video_decoding()
217 …DEBUG_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to get the minimum CTS of video stream." … in prepare_video_decoding()
224 DEBUG_VIDEO_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to create keyframe list." ); in prepare_video_decoding()
264 …DEBUG_VIDEO_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to initialize the decoder configura… in prepare_audio_decoding()
291 …DEBUG_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to get the minimum CTS of audio stream." … in prepare_audio_decoding()
309 DEBUG_AUDIO_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "No valid audio frame." ); in prepare_audio_decoding()
335 hp->uType = MB_ICONERROR | MB_OK; in open_file()
H A Dvideo_output.c140 …DEBUG_VIDEO_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to allocate the AviUtl video output… in au_setup_video_rendering()
183 …DEBUG_VIDEO_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to allocate the back ground frame b… in au_setup_video_rendering()
192 …DEBUG_VIDEO_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to av_frame_alloc for YUV444P16 con… in au_setup_video_rendering()
198 …DEBUG_VIDEO_MESSAGE_BOX_DESKTOP( MB_ICONERROR | MB_OK, "Failed to av_image_alloc for YUV444P16 con… in au_setup_video_rendering()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientsetup/win/
H A DCAVerifyInstallDirectories.cpp131 MB_ICONERROR, in OnExecution()
140 MB_ICONERROR, in OnExecution()
149 MB_ICONERROR, in OnExecution()
158 MB_ICONERROR, in OnExecution()
167 MB_ICONERROR, in OnExecution()
176 MB_ICONERROR, in OnExecution()
185 MB_ICONERROR, in OnExecution()
194 MB_ICONERROR, in OnExecution()
203 MB_ICONERROR, in OnExecution()
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_addonman/
H A Dwork_github.py24 msg_box(_('Cannot read GitHub list of branches for that repo'), MB_OK+MB_ICONERROR)
30 msg_box(_('Got empty GitHub list of branches for that repo'), MB_OK+MB_ICONERROR)
117 …nstall.inf "module":\n{}\n 2) repo name:\n{}').format(module, module_from_url), MB_OK+MB_ICONERROR)
122 …ranch "%s" doesn\'t contain valid "install.inf" file. Cannot proceed.')%branch, MB_OK+MB_ICONERROR)
126 …box(_('This repository is already cloned to your "py" folder, cannot proceed'), MB_OK+MB_ICONERROR)
146 msg_box(_('Error running Git command'), MB_OK+MB_ICONERROR)
154 msg_box(_('Could not clone the repo'), MB_OK+MB_ICONERROR)
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_addonman/
H A Dwork_github.py24 msg_box(_('Cannot read GitHub list of branches for that repo'), MB_OK+MB_ICONERROR)
30 msg_box(_('Got empty GitHub list of branches for that repo'), MB_OK+MB_ICONERROR)
117 …nstall.inf "module":\n{}\n 2) repo name:\n{}').format(module, module_from_url), MB_OK+MB_ICONERROR)
122 …ranch "%s" doesn\'t contain valid "install.inf" file. Cannot proceed.')%branch, MB_OK+MB_ICONERROR)
126 …box(_('This repository is already cloned to your "py" folder, cannot proceed'), MB_OK+MB_ICONERROR)
146 msg_box(_('Error running Git command'), MB_OK+MB_ICONERROR)
154 msg_box(_('Could not clone the repo'), MB_OK+MB_ICONERROR)
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/decl/
H A DDialogDeclNew.cpp198 MessageBox( "Unknown declaration type.", errorTitle, MB_OK | MB_ICONERROR ); in OnBnClickedFile()
236 MessageBox( "No declaration tree available.", errorTitle, MB_OK | MB_ICONERROR ); in OnBnClickedOk()
241 MessageBox( "No declaration type selected.", errorTitle, MB_OK | MB_ICONERROR ); in OnBnClickedOk()
247 MessageBox( "No declaration name specified.", errorTitle, MB_OK | MB_ICONERROR ); in OnBnClickedOk()
253 MessageBox( "No file name specified.", errorTitle, MB_OK | MB_ICONERROR ); in OnBnClickedOk()
258 MessageBox( "Declaration already exists.", errorTitle, MB_OK | MB_ICONERROR ); in OnBnClickedOk()
264 MessageBox( "Unknown declaration type.", errorTitle, MB_OK | MB_ICONERROR ); in OnBnClickedOk()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/basic/directx10/src/
H A DShellRenderInterfaceExtensionsDirectX10_Win32.cpp65 …_T("SwapChain->GetBuffer failed."), _T("Could not resize DirectX 10 surface"), MB_OK|MB_ICONERROR); in SetViewport()
71 …->CreateRenderTargetView failed."), _T("Could not resize DirectX 10 surface"), MB_OK|MB_ICONERROR); in SetViewport()
133 …his will be very slow!"), _T("Could not intialized DirectX 10"), MB_OKCANCEL|MB_ICONERROR) == IDOK) in AttachToNative()
137 …10_DRIVER_TYPE_REFERENCE, giving up."), _T("Could not intialized DirectX 10"), MB_OK|MB_ICONERROR); in AttachToNative()
151 …LL, _T("SwapChain->GetBuffer failed."), _T("Could not intialized DirectX 10"), MB_OK|MB_ICONERROR); in AttachToNative()
157 …vice->CreateRenderTargetView failed."), _T("Could not intialized DirectX 10"), MB_OK|MB_ICONERROR); in AttachToNative()
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_make_plugin/
H A Ddlg.py83 msg_box(_('Empty field'), MB_OK+MB_ICONERROR)
91 msg_box(_('Incorrect module name: "%s"') % s_module_ok, MB_OK+MB_ICONERROR)
97 msg_box(_('Incorrect item: ')+repr(i), MB_OK+MB_ICONERROR)
102 msg_box(_('Incorrect item name: ')+i[0], MB_OK+MB_ICONERROR)
109 msg_box(_('Incorrect item method: ')+s, MB_OK+MB_ICONERROR)
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_make_plugin/
H A Ddlg.py83 msg_box(_('Empty field'), MB_OK+MB_ICONERROR)
91 msg_box(_('Incorrect module name: "%s"') % s_module_ok, MB_OK+MB_ICONERROR)
97 msg_box(_('Incorrect item: ')+repr(i), MB_OK+MB_ICONERROR)
102 msg_box(_('Incorrect item name: ')+i[0], MB_OK+MB_ICONERROR)
109 msg_box(_('Incorrect item method: ')+s, MB_OK+MB_ICONERROR)
/dports/devel/guichan/guichan-0.8.2/examples/
H A Dhgehelloworld.cpp45 MB_OK | MB_ICONERROR | MB_SYSTEMMODAL); in WinMain()
54 MB_OK | MB_ICONERROR | MB_SYSTEMMODAL); in WinMain()
63 MB_OK | MB_ICONERROR | MB_SYSTEMMODAL); in WinMain()
H A Dhgewidgets.cpp45 MB_OK | MB_ICONERROR | MB_SYSTEMMODAL); in WinMain()
54 MB_OK | MB_ICONERROR | MB_SYSTEMMODAL); in WinMain()
63 MB_OK | MB_ICONERROR | MB_SYSTEMMODAL); in WinMain()
H A Dhgeaction.cpp45 MB_OK | MB_ICONERROR | MB_SYSTEMMODAL); in WinMain()
54 MB_OK | MB_ICONERROR | MB_SYSTEMMODAL); in WinMain()
63 MB_OK | MB_ICONERROR | MB_SYSTEMMODAL); in WinMain()
/dports/mail/alpine/alpine-465e23b/mapi/
H A Dinstmapi.c101 MB_OK|MB_ICONERROR); in WinMain()
113 MB_OK|MB_ICONERROR); in WinMain()
121 MB_OK|MB_ICONERROR); in WinMain()
169 MB_OK|MB_ICONERROR); in WinMain()
180 MB_OK|MB_ICONERROR); in WinMain()
187 MB_OK|MB_ICONERROR); in WinMain()
192 MB_OK|MB_ICONERROR); in WinMain()
/dports/editors/pico-alpine/alpine-465e23b/mapi/
H A Dinstmapi.c101 MB_OK|MB_ICONERROR); in WinMain()
113 MB_OK|MB_ICONERROR); in WinMain()
121 MB_OK|MB_ICONERROR); in WinMain()
169 MB_OK|MB_ICONERROR); in WinMain()
180 MB_OK|MB_ICONERROR); in WinMain()
187 MB_OK|MB_ICONERROR); in WinMain()
192 MB_OK|MB_ICONERROR); in WinMain()
/dports/graphics/cegui/cegui-0.8.7/samples_framework/src/
H A DWin32AppHelper.cpp105 MessageBox(0, REGISTER_CLASS_ERROR, APPLICATION_NAME, MB_ICONERROR|MB_OK); in createApplicationWindow()
262 …(0, _TEXT("Failed to set buffer size for keyboard device."), APPLICATION_NAME, MB_ICONERROR|MB_OK); in initialiseDirectInput()
268 …XT("Failed to set co-operative level for keyboard device."), APPLICATION_NAME, MB_ICONERROR|MB_OK); in initialiseDirectInput()
274 …(0, _TEXT("Failed to set data format for keyboard device."), APPLICATION_NAME, MB_ICONERROR|MB_OK); in initialiseDirectInput()
282 …x(0, _TEXT("Failed to create DirectInput keyboard device."), APPLICATION_NAME, MB_ICONERROR|MB_OK); in initialiseDirectInput()
290 …geBox(0, _TEXT("Failed to create main DirectInput object."), APPLICATION_NAME, MB_ICONERROR|MB_OK); in initialiseDirectInput()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/WinUpdater/
H A DMain.cpp46 L"Error", MB_ICONERROR); in wWinMain()
65 L"Error", MB_ICONERROR); in wWinMain()
72 MessageBox(nullptr, L"Failed to get updater filename.", L"Error", MB_ICONERROR); in wWinMain()
/dports/net/olsrd/olsrd-0.9.8/gui/win32/Shim/
H A Dshim.c66 MessageBox(NULL, "Cannot open event.", "Shim Error", MB_ICONERROR | MB_OK); in main()
85 MessageBox(NULL, "Missing arguments.", "Shim Error", MB_ICONERROR | MB_OK); in main()
118 MessageBox(NULL, "Cannot execute OLSR server.", "Shim Error", MB_ICONERROR | MB_OK); in main()
/dports/games/gtkradiant/GPL/Q2Tools/qe4/
H A Dwin_xy.c241 …sageBox( g_qeglobals.d_hwndMain, "Could not PrintDlg()", "QE4 Print Error", MB_OK | MB_ICONERROR ); in WXY_Print()
253 …sageBox( g_qeglobals.d_hwndMain, "Could not StartDoc()", "QE4 Print Error", MB_OK | MB_ICONERROR ); in WXY_Print()
262 …ageBox( g_qeglobals.d_hwndMain, "Could not StartPage()", "QE4 Print Error", MB_OK | MB_ICONERROR ); in WXY_Print()
297 …ssageBox( g_qeglobals.d_hwndMain, "QE4 Print Error", "Could not EndPage()", MB_OK | MB_ICONERROR ); in WXY_Print()
303 …MessageBox( g_qeglobals.d_hwndMain, "QE4 Print Error", "Could not EndDoc()", MB_OK | MB_ICONERROR in WXY_Print()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/qe4/
H A Dwin_xy.c241 …sageBox( g_qeglobals.d_hwndMain, "Could not PrintDlg()", "QE4 Print Error", MB_OK | MB_ICONERROR ); in WXY_Print()
253 …sageBox( g_qeglobals.d_hwndMain, "Could not StartDoc()", "QE4 Print Error", MB_OK | MB_ICONERROR ); in WXY_Print()
262 …ageBox( g_qeglobals.d_hwndMain, "Could not StartPage()", "QE4 Print Error", MB_OK | MB_ICONERROR ); in WXY_Print()
297 …ssageBox( g_qeglobals.d_hwndMain, "QE4 Print Error", "Could not EndPage()", MB_OK | MB_ICONERROR ); in WXY_Print()
303 …MessageBox( g_qeglobals.d_hwndMain, "QE4 Print Error", "Could not EndDoc()", MB_OK | MB_ICONERROR in WXY_Print()
/dports/graphics/opendx/dx-4.4.4/src/exec/dxexec/
H A Dtmain.cpp68 TEXT("Network Error"), MB_OK | MB_ICONERROR); in WinMain()
78 TEXT("DXInit Error"), MB_OK | MB_ICONERROR); in WinMain()
84 TEXT("DXInit Error"), MB_OK | MB_ICONERROR); in WinMain()
H A Dmain.c94 TEXT("Network Error"), MB_OK | MB_ICONERROR);
106 TEXT("DXInit Error"), MB_OK | MB_ICONERROR);
112 TEXT("DXInit Error"), MB_OK | MB_ICONERROR);
/dports/deskutils/calibre/calibre-src-5.34.0/bypy/windows/
H A Dmain.c23 MessageBox(NULL, preamble, NULL, MB_OK|MB_ICONERROR); in show_error()
27 MessageBeep(MB_ICONERROR); in show_error()
29 MessageBox(NULL, buf, NULL, MB_OK|MB_ICONERROR); in show_error()
/dports/devel/open-beagle/beagle-3.0.3/PACC/Util/
H A DAssert.hpp56 ::MessageBox(NULL, lStream.str().c_str(), "PACC assert error!", MB_ICONERROR | MB_OK); \
64 ::MessageBox(NULL, lStream.str().c_str(), L"PACC assert error!", MB_ICONERROR | MB_OK); \

12345678910>>...54