_T                328 applications/GPAX/GPAXPlugin.cpp 		::MessageBox(NULL, _T("GPAC Configuration file not found"), _T("Fatal Error"), MB_OK);
_T                458 applications/osmo4_w32/Osmo4.cpp 	SetRegistryKey(_T("GPAC"));
_T                206 applications/osmo4_wce/MainFrm.cpp 	SetWindowText(_T("Osmo4"));
_T                116 applications/osmo4_wce/Options.cpp 	m_Selection.AddString(_T("General"));
_T                117 applications/osmo4_wce/Options.cpp 	m_Selection.AddString(_T("MPEG-4 Systems"));
_T                118 applications/osmo4_wce/Options.cpp 	m_Selection.AddString(_T("Decoders"));
_T                119 applications/osmo4_wce/Options.cpp 	m_Selection.AddString(_T("Compositor"));
_T                120 applications/osmo4_wce/Options.cpp 	m_Selection.AddString(_T("3D Rendering"));
_T                121 applications/osmo4_wce/Options.cpp 	m_Selection.AddString(_T("Audio"));
_T                122 applications/osmo4_wce/Options.cpp 	m_Selection.AddString(_T("Text"));
_T                123 applications/osmo4_wce/Options.cpp 	m_Selection.AddString(_T("Download"));
_T                124 applications/osmo4_wce/Options.cpp 	m_Selection.AddString(_T("Streaming"));
_T                216 applications/osmo4_wce/Options.cpp 		m_AudioEdit.SetWindowText(_T("2"));
_T                223 applications/osmo4_wce/Options.cpp 		m_AudioDur.SetWindowText(_T("200"));
_T                552 applications/osmo4_wce/Options.cpp 	RegOpenKeyEx(HKEY_LOCAL_MACHINE, _T("SOFTWARE\\Osmo4"), 0, KEY_READ, &hSection);
_T                558 applications/osmo4_wce/Options.cpp 		RegCreateKeyEx(HKEY_LOCAL_MACHINE, _T("SOFTWARE\\Osmo4"), 0, NULL, REG_OPTION_NON_VOLATILE, KEY_WRITE, NULL, &hSection, &dwDisp);
_T                562 applications/osmo4_wce/Options.cpp 	RegSetValueEx(hSection, _T("Install_Dir"), 0, REG_SZ, (const unsigned char *) szTemp, strlen(szTemp)+1);
_T                567 applications/osmo4_wce/Options.cpp 	RegCreateKeyEx(HKEY_CLASSES_ROOT, _T("mp4file\\DefaultIcon"), 0, NULL, REG_OPTION_NON_VOLATILE, KEY_WRITE, NULL, &hSection, &dwDisp);
_T                569 applications/osmo4_wce/Options.cpp 	wcscat(cmd, _T("Osmo4.ico") );
_T                572 applications/osmo4_wce/Options.cpp 	RegSetValueEx(hSection, _T(""), 0, REG_SZ, (const unsigned char *) szTemp, strlen((const char *) szTemp)+1);
_T                575 applications/osmo4_wce/Options.cpp 	RegCreateKeyEx(HKEY_CLASSES_ROOT, _T("mp4file\\Shell\\open\\command"), 0, NULL, REG_OPTION_NON_VOLATILE, KEY_WRITE, NULL, &hSection, &dwDisp);
_T                577 applications/osmo4_wce/Options.cpp 	wcscat(cmd, _T("Osmo4.exe \"%L\"") );
_T                579 applications/osmo4_wce/Options.cpp 	RegSetValueEx(hSection, _T(""), 0, REG_SZ, (const unsigned char *) szTemp, strlen(szTemp)+1);
_T                582 applications/osmo4_wce/Options.cpp 	RegCreateKeyEx(HKEY_CLASSES_ROOT, _T(".mp4"), 0, NULL, REG_OPTION_NON_VOLATILE, KEY_WRITE, NULL, &hSection, &dwDisp);
_T                583 applications/osmo4_wce/Options.cpp 	RegSetValueEx(hSection, _T(""), 0, REG_SZ, (const unsigned char *) "mp4file", strlen("mp4file")+1);
_T                646 applications/osmo4_wce/Options.cpp 		m_SaxDuration.SetWindowText( _T("30") );
_T                777 applications/osmo4_wce/Options.cpp 	m_Antialias.AddString(_T("None"));
_T                778 applications/osmo4_wce/Options.cpp 	m_Antialias.AddString(_T("Text only"));
_T                779 applications/osmo4_wce/Options.cpp 	m_Antialias.AddString(_T("Complete"));
_T                851 applications/osmo4_wce/Options.cpp 	m_WireMode.AddString(_T("Solid Draw"));
_T                852 applications/osmo4_wce/Options.cpp 	m_WireMode.AddString(_T("Wireframe"));
_T                853 applications/osmo4_wce/Options.cpp 	m_WireMode.AddString(_T("Both"));
_T                861 applications/osmo4_wce/Options.cpp 	m_DrawNormals.AddString(_T("Never"));
_T                862 applications/osmo4_wce/Options.cpp 	m_DrawNormals.AddString(_T("Per Face"));
_T                863 applications/osmo4_wce/Options.cpp 	m_DrawNormals.AddString(_T("Per Vertex"));
_T                933 applications/osmo4_wce/Options.cpp 	m_Port.AddString(_T("554 (RTSP standard)"));
_T                934 applications/osmo4_wce/Options.cpp 	m_Port.AddString(_T("7070 (RTSP ext)"));
_T                935 applications/osmo4_wce/Options.cpp 	m_Port.AddString(_T("80 (RTSP / HTTP tunnel)"));
_T                936 applications/osmo4_wce/Options.cpp 	m_Port.AddString(_T("8080 (RTSP / HTTP tunnel)"));
_T                985 applications/osmo4_wce/Options.cpp 		m_Timeout.SetWindowText(_T("30000"));
_T                993 applications/osmo4_wce/Options.cpp 		m_Buffer.SetWindowText(_T("3000"));
_T               1005 applications/osmo4_wce/Options.cpp 		m_RebufferLen.SetWindowText(_T("0"));
_T               1060 applications/osmo4_wce/Options.cpp 		wsprintf(wstr, _T("%d"), rebuf);
_T               1193 applications/osmo4_wce/Options.cpp 	m_Threading.AddString(_T("Single Thread"));
_T               1194 applications/osmo4_wce/Options.cpp 	m_Threading.AddString(_T("Mutli Thread"));
_T               1196 applications/osmo4_wce/Options.cpp 	m_Threading.AddString(_T("Free"));
_T                175 applications/osmo4_wce/Osmo4.cpp 			MessageBox(NULL, _T("Couldn't open log file on file system"), _T("Disabling logs"), MB_OK);
_T                208 applications/osmo4_wce/Osmo4.cpp 	SetRegistryKey(_T("GPAC"));
_T                238 applications/osmo4_wce/Osmo4.cpp 		MessageBox(NULL, _T("GPAC Configuration file not found"), _T("Fatal Error"), MB_OK);
_T                256 applications/osmo4_wce/Osmo4.cpp 		::MessageBox(NULL, _T("Osmo4/GPAC Setup complete"), _T("Initial launch"), MB_OK);
_T                263 applications/osmo4_wce/Osmo4.cpp 		MessageBox(NULL, _T("No plugins available - system cannot work"), _T("Fatal Error"), MB_OK);
_T                277 applications/osmo4_wce/Osmo4.cpp 		MessageBox(NULL, _T("Cannot load MPEG-4 Terminal"), _T("Fatal Error"), MB_OK);
_T                364 applications/osmo4_wce/Osmo4.cpp 	CString str = _T("Osmo4 Player\nGPAC V");
_T                365 applications/osmo4_wce/Osmo4.cpp 	str += _T(GPAC_VERSION);
_T                366 applications/osmo4_wce/Osmo4.cpp 	str += _T(" (build");
_T                367 applications/osmo4_wce/Osmo4.cpp 	str += _T(GPAC_BUILD_NUMBER);
_T                368 applications/osmo4_wce/Osmo4.cpp 	str += _T(")");
_T                445 applications/osmo4_wce/Osmo4.cpp 			::ShowWindow(::FindWindow(_T("HHTaskbar"),NULL), SW_SHOWNA);
_T                451 applications/osmo4_wce/Osmo4.cpp 			::ShowWindow(::FindWindow(_T("HHTaskbar"),NULL), SW_HIDE);
_T                525 applications/osmo4_wce/Osmo4.cpp 			if (ext.Find(_T("."))<0) {
_T                544 applications/osmo4_wce/Osmo4.cpp 			rem.Format(_T("%s "), (LPCTSTR) ext);
_T                545 applications/osmo4_wce/Osmo4.cpp 			sOpt.Replace((LPCTSTR) rem, _T(""));
_T                559 applications/osmo4_wce/Osmo4.cpp 	CFileDialog fd(TRUE,NULL,_T("\\"),OFN_HIDEREADONLY, GetFileFilter());
_T                595 applications/osmo4_wce/Osmo4.cpp 	if (RegOpenKeyEx(HKEY_CURRENT_USER, _T("ControlPanel\\Backlight"), 0, 0, &hKey ) != ERROR_SUCCESS) return;
_T                599 applications/osmo4_wce/Osmo4.cpp 		RegQueryValueEx(hKey, _T("BatteryTimeout"), NULL, NULL,(unsigned char*) &m_prev_batt_bl, &dwSize);
_T                601 applications/osmo4_wce/Osmo4.cpp 		RegQueryValueEx(hKey, _T("ACTimeout"), NULL, NULL, (unsigned char*) &m_prev_ac_bl,&dwSize);
_T                604 applications/osmo4_wce/Osmo4.cpp 		RegSetValueEx(hKey, _T("BatteryTimeout"), NULL, REG_DWORD, (unsigned char *)&dwValue, dwSize);
_T                607 applications/osmo4_wce/Osmo4.cpp 		RegSetValueEx( hKey, _T("ACTimeout"), NULL, REG_DWORD, (unsigned char *)&dwValue, dwSize);
_T                611 applications/osmo4_wce/Osmo4.cpp 			RegSetValueEx(hKey, _T("BatteryTimeout"), NULL, REG_DWORD, (unsigned char *)&m_prev_batt_bl, dwSize);
_T                615 applications/osmo4_wce/Osmo4.cpp 			RegSetValueEx(hKey, _T("ACTimeout"), NULL, REG_DWORD,(unsigned char *)&m_prev_ac_bl, dwSize);
_T                619 applications/osmo4_wce/Osmo4.cpp 	hBL = CreateEvent(NULL, FALSE, FALSE, _T("BackLightChangeEvent"));
_T                631 applications/osmo4_wce/Osmo4.cpp 	           _T("Double Click: Fullscreen on/off\n"),
_T                633 applications/osmo4_wce/Osmo4.cpp 	           _T("Osmo4 Shortcuts"),
_T                129 applications/osmo4_wce/ProgressBar.cpp 	wsprintf(swText, _T("%02d:%02d FPS %02.2f"), nb_m, nb_s, m_FPS);
_T                 72 applications/osmo4_wx/Playlist.cpp 	: wxFrame(parent, -1, wxString(_T("Osmo4 Playlist")), wxDefaultPosition, wxDefaultSize,
_T                 39 applications/osmo4_wx/fileprops.cpp 	: wxDialog(parent, -1, wxString(_T("File Properties")))
_T                 48 applications/osmo4_wx/fileprops.cpp 	new wxStaticText(this, 0, _T("Information"), wxPoint(210, 2), wxSize(60, 20));
_T                 49 applications/osmo4_wx/fileprops.cpp 	m_pViewSel = new wxComboBox(this, ID_VIEW_SEL, _T(""), wxPoint(280, 2), wxSize(120, 24), 0, NULL, wxCB_READONLY);
_T                 45 applications/osmophone/main.cpp #ifndef _T
_T                413 applications/osmophone/main.cpp 			info.lpVerb = _T("open");
_T                415 applications/osmophone/main.cpp 			info.lpFile = _T("iexplore");
_T                525 applications/osmophone/main.cpp 	if (RegOpenKeyEx(HKEY_CURRENT_USER, _T("ControlPanel\\Backlight"), 0, 0, &hKey ) != ERROR_SUCCESS) return;
_T                529 applications/osmophone/main.cpp 		RegQueryValueEx(hKey, _T("BatteryTimeout"), NULL, NULL,(unsigned char*) &prev_batt_bl, &dwSize);
_T                531 applications/osmophone/main.cpp 		RegQueryValueEx(hKey, _T("ACTimeout"), NULL, NULL, (unsigned char*) &prev_ac_bl,&dwSize);
_T                534 applications/osmophone/main.cpp 		RegSetValueEx(hKey, _T("BatteryTimeout"), NULL, REG_DWORD, (unsigned char *)&dwValue, dwSize);
_T                537 applications/osmophone/main.cpp 		RegSetValueEx( hKey, _T("ACTimeout"), NULL, REG_DWORD, (unsigned char *)&dwValue, dwSize);
_T                542 applications/osmophone/main.cpp 			RegSetValueEx(hKey, _T("BatteryTimeout"), NULL, REG_DWORD, (unsigned char *)&prev_batt_bl, dwSize);
_T                546 applications/osmophone/main.cpp 			RegSetValueEx(hKey, _T("ACTimeout"), NULL, REG_DWORD,(unsigned char *)&prev_ac_bl, dwSize);
_T                551 applications/osmophone/main.cpp 	hBL = CreateEvent(NULL, FALSE, FALSE, _T("BackLightChangeEvent"));
_T                596 applications/osmophone/main.cpp 		::ShowWindow(::FindWindow(_T("HHTaskbar"),NULL), SW_SHOWNA);
_T                598 applications/osmophone/main.cpp 		::ShowWindow(::FindWindow(_T("HHTaskbar"),NULL), SW_HIDE);
_T                742 applications/osmophone/main.cpp 		tbbi.pszText = _T("Resume");
_T                747 applications/osmophone/main.cpp 		tbbi.pszText = _T("Pause");
_T               1263 applications/osmophone/main.cpp 			MessageBox(hwnd, _T("Cannot load GPAC"), _T("Error"), MB_OK);
_T               1290 applications/osmophone/main.cpp 	wc.lpszClassName	= _T("Osmophone");
_T               1299 applications/osmophone/main.cpp 	g_hwnd = CreateWindow(_T("Osmophone"), _T("Osmophone"),
_T               1352 applications/osmophone/main.cpp 	if (hwndOld = FindWindow(_T("Osmophone"), NULL))
_T               1389 applications/osmophone/main.cpp 		MessageBox(NULL, _T("Couldn't locate GPAC config file"), _T("Fatal Error"), MB_OK);
_T               1407 applications/osmophone/main.cpp 		MessageBox(GetForegroundWindow(), _T("No modules found"), _T("GPAC Init Error"), MB_OK);
_T               1423 applications/osmophone/main.cpp 		RegCreateKeyEx(HKEY_LOCAL_MACHINE, _T("System\\Loader\\LoadModuleLow"), 0, NULL, REG_OPTION_NON_VOLATILE, KEY_WRITE, NULL, &hKey, &dwSize);
_T               1426 applications/osmophone/main.cpp 		LONG res = RegSetValueEx(hKey, _T("avcodec-52.dll"), NULL, REG_DWORD, (unsigned char *)&dwValue, dwSize);
_T               1427 applications/osmophone/main.cpp 		res = RegSetValueEx(hKey, _T("avformat-52.dll"), NULL, REG_DWORD, (unsigned char *)&dwValue, dwSize);
_T               1428 applications/osmophone/main.cpp 		res = RegSetValueEx(hKey, _T("avutil-50.dll"), NULL, REG_DWORD, (unsigned char *)&dwValue, dwSize);
_T               1429 applications/osmophone/main.cpp 		res = RegSetValueEx(hKey, _T("swscale-0.dll"), NULL, REG_DWORD, (unsigned char *)&dwValue, dwSize);
_T               1441 applications/osmophone/main.cpp 		MessageBox(NULL, _T("Thank you for installing GPAC"), _T("Initial setup done"), MB_OK);
_T                 16 applications/osmophone/openfile.cpp static TCHAR w_current_dir[GF_MAX_PATH] = _T("\\");
_T                 45 applications/osmophone/openfile.cpp 		InsertMenu(g_hMenuView, 0, MF_BYPOSITION, IDM_OF_PL_CLEAR, _T("Clear"));
_T                 46 applications/osmophone/openfile.cpp 		InsertMenu(g_hMenuView, 0, MF_BYPOSITION, IDM_OF_PL_DOWN, _T("Move Down") );
_T                 47 applications/osmophone/openfile.cpp 		InsertMenu(g_hMenuView, 0, MF_BYPOSITION, IDM_OF_PL_UP, _T("Move Up") );
_T                 49 applications/osmophone/openfile.cpp 		InsertMenu(g_hMenuView, 0, MF_BYPOSITION, IDM_OF_VIEW_ALL, _T("All Unknown Files") );
_T                 54 applications/osmophone/openfile.cpp 	tbbi.pszText = playlist_mode ? _T("Remove") : _T("Add");
_T                 65 applications/osmophone/openfile.cpp 	wcscpy(w_str_name, _T("+ "));
_T                 95 applications/osmophone/openfile.cpp 		int iRes = SendMessage(hList, LB_ADDSTRING, 0, (LPARAM)(LPCTSTR) _T("+ ..") );
_T                114 applications/osmophone/openfile.cpp 	SetWindowText(hDirTxt, _T("Playlist"));
_T                203 applications/osmophone/openfile.cpp 		if (!wcscmp(sTxt, _T("+ ..") ) ) {
_T                217 applications/osmophone/openfile.cpp 				wcscat(wdir, _T("\\"));
_T                222 applications/osmophone/openfile.cpp 				wcscat(w_current_dir, _T("\\"));
_T                143 modules/dx_hw/dx_video.c 			dd->gl_hwnd = CreateWindow(_T("GPAC DirectDraw Output"), _T("GPAC OpenGL Offscreen"), WS_POPUP, 0, 0, 120, 100, NULL, NULL, GetModuleHandle(_T("gm_dx_hw.dll")), NULL);
_T                906 modules/dx_hw/dx_window.c 	hInst = GetModuleHandle(_T("gm_dx_hw.dll"));
_T                919 modules/dx_hw/dx_window.c 	wc.lpszClassName = _T("GPAC DirectDraw Output");
_T                937 modules/dx_hw/dx_window.c 		ctx->os_hwnd = CreateWindow(_T("GPAC DirectDraw Output"), _T("GPAC DirectDraw Output"), WS_POPUP, 0, 0, 120, 100, NULL, NULL, hInst, NULL);
_T                985 modules/dx_hw/dx_window.c 		ctx->fs_hwnd = CreateWindow(_T("GPAC DirectDraw Output"), _T("GPAC DirectDraw FS Output"), WS_POPUP, 0, 0, 120, 100, NULL, NULL, hInst, NULL);
_T               1154 modules/dx_hw/dx_window.c 	UnregisterClass(_T("GPAC DirectDraw Output"), GetModuleHandle(_T("gm_dx_hw.dll")) );
_T                 61 modules/gapi/gapi.cpp #define PRINT(__str) OutputDebugString(_T(__str))
_T                530 modules/gapi/gapi.cpp 	wc.hInstance = GetModuleHandle(_T("gm_gapi.dll"));
_T                534 modules/gapi/gapi.cpp 	wc.lpszClassName = _T("GPAC GAPI Output");
_T                537 modules/gapi/gapi.cpp 	ctx->hWnd = CreateWindow(_T("GPAC GAPI Output"), NULL, WS_POPUP, 0, 0, 120, 100, NULL, NULL, wc.hInstance, NULL);
_T                600 modules/gapi/gapi.cpp 	hInst = GetModuleHandle(_T("gm_gapi.dll") );
_T                604 modules/gapi/gapi.cpp 	wc.lpszClassName = _T("GPAC GAPI Offscreen");
_T                607 modules/gapi/gapi.cpp 	ctx->gl_hwnd = CreateWindow(_T("GPAC GAPI Offscreen"), _T("GPAC GAPI Offscreen"), WS_POPUP, 0, 0, 120, 100, NULL, NULL, hInst, NULL);
_T                630 modules/gapi/gapi.cpp 		UnregisterClass(_T("GPAC GAPI Output"), GetModuleHandle(_T("gapi.dll")));
_T                642 modules/gapi/gapi.cpp 	UnregisterClass(_T("GPAC GAPI Offscreen"), GetModuleHandle(_T("gm_gapi.dll") ));
_T                990 modules/gapi/gapi.cpp 		MessageBox(NULL, _T("Cannot open display"), _T("GAPI Error"), MB_OK);
_T                285 src/utils/os_divers.c 		MessageBox(NULL, wcBuf, _T("GPAC Assertion Failure"), MB_OK);
_T                478 src/utils/os_file.c 		if (!wcscmp(FindData.cFileName, _T(".") )) goto next;
_T                479 src/utils/os_file.c 		if (!wcscmp(FindData.cFileName, _T("..") )) goto next;
_T                122 src/utils/os_module.c 	inst->query_func = (QueryInterfaces) GetProcAddress(inst->lib_handle, _T("QueryInterfaces"));
_T                123 src/utils/os_module.c 	inst->load_func = (LoadInterface) GetProcAddress(inst->lib_handle, _T("LoadInterface"));
_T                124 src/utils/os_module.c 	inst->destroy_func = (ShutdownInterface) GetProcAddress(inst->lib_handle, _T("ShutdownInterface"));
_T                215 src/utils/os_module.c 	query_func = (QueryInterface) GetProcAddress(ModuleLib, _T("QueryInterface"));
_T                216 src/utils/os_module.c 	load_func = (LoadInterface) GetProcAddress(ModuleLib, _T("LoadInterface"));
_T                217 src/utils/os_module.c 	del_func = (ShutdownInterface) GetProcAddress(ModuleLib, _T("ShutdownInterface"));