Home
last modified time | relevance | path

Searched refs:IDS_ERR_FAILED (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstWindowDynamic.cpp69 throw Application::Exception( IDS_ERR_FAILED, L"RegisterClassEx()" ); in Create()
90 throw Application::Exception( IDS_ERR_FAILED, L"CreateWindowEx()" ); in Create()
114 throw Application::Exception( IDS_ERR_FAILED, L"SetWindowLongPtr()" ); in OnCreate()
H A DNstSystemThread.cpp55 throw Application::Exception( IDS_ERR_FAILED, L"CreateEvent()" ); in Start()
96 throw Application::Exception( IDS_ERR_FAILED, L"_beginthread()" ); in Start()
H A DNstCtrlTreeView.cpp50 throw Application::Exception( IDS_ERR_FAILED, L"ImageList_Add()" ); in ImageList()
60 throw Application::Exception( IDS_ERR_FAILED, L"ImageList_Create()" ); in ImageList()
H A DNstSystemAccelerator.cpp74 throw Application::Exception( IDS_ERR_FAILED, L"CopyAcceleratorTable()" ); in Get()
100 throw Application::Exception( IDS_ERR_FAILED, L"CreateAcceleratorTable()" ); in Set()
H A DNstDirect2D.cpp1004 IDS_ERR_FAILED, in Reset()
1104 id = IDS_ERR_FAILED; in Repair()
1573 throw Application::Exception( IDS_ERR_FAILED, L"IDirect3DVertexBuffer9::Lock()" ); in Validate()
1580 throw Application::Exception( IDS_ERR_FAILED, L"IDirect3DDevice9::SetFVF()" ); in Validate()
1686 throw Application::Exception( IDS_ERR_FAILED, L"IDirect3DIndexBuffer9::Lock()" ); in Validate()
1702 throw Application::Exception( IDS_ERR_FAILED, L"IDirect3DDevice9::SetIndices()" ); in Validate()
1823 throw Application::Exception( IDS_ERR_FAILED, L"IDirect3DDevice9::GetLevelDesc()" ); in Validate()
1843 throw Application::Exception( IDS_ERR_FAILED, L"IDirect3DDevice9::CreateTexture()" ); in Validate()
1893 throw Application::Exception( IDS_ERR_FAILED, L"IDirect3DDevice9::SetTexture()" ); in Validate()
2102 throw Application::Exception( IDS_ERR_FAILED, L"IDirect3DTexture9::LockRect()" ); in Validate()
[all …]
H A DNstResourceBitmap.cpp37 throw Application::Exception( IDS_ERR_FAILED, L"LoadBitmap()" ); in Bitmap()
H A DNstWindowCustom.cpp60 throw Application::Exception( IDS_ERR_FAILED, L"SetTimer()" ); in StartTimer()
H A DNstWindowStatusBar.cpp101 throw Application::Exception( IDS_ERR_FAILED, L"CreateWindowEx()" ); in Enable()
H A DNstApplicationInstance.cpp514 throw Exception( IDS_ERR_FAILED, L"SetWindowsHookEx()" ); in Instance()
517 throw Exception( IDS_ERR_FAILED, L"CoInitializeEx()" ); in Instance()
H A DNstDirectInput.cpp154 throw Application::Exception( IDS_ERR_FAILED, L"DirectInput8Create()" ); in Create()
420 throw Application::Exception( IDS_ERR_FAILED, L"IDirectInput8::CreateDevice()" ); in Create()
425 throw Application::Exception( IDS_ERR_FAILED, L"IDirectInputDevice8::SetDataFormat()" ); in Create()
452 throw Application::Exception( IDS_ERR_FAILED, L"IDirectInputDevice8::SetCooperativeLevel()" ); in SetCooperativeLevel()
H A DNstWindowDialog.cpp214 throw Application::Exception( IDS_ERR_FAILED, L"CreateDialogParam()" ); in Open()
H A DNstWindowMenu.cpp148 throw Application::Exception( IDS_ERR_FAILED, L"LoadMenu()" ); in Menu()
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/language/
H A Dresource.h701 #define IDS_ERR_FAILED 40012 macro
H A Dlanguage.rc1455 IDS_ERR_FAILED "% failed! Exiting application."