search for: gettemppathw

Displaying 13 results from an estimated 13 matches for "gettemppathw".

2014 Jul 25
2
[LLVMdev] sys::path::system_temp_directory vs. sys::fs::createTemporaryFile
I have a few concerns: 1. GetTempPathW is buggy, we should be manually using GetEnvironmentVariableW with TMP, TEMP and USERPROFILE arguments and use the first that exists. 2. We should make sure that the platform specific pieces live in their respective Path.inc files. On Thu, Jul 24, 2014 at 9:44 AM, Duncan P. N. Exon Smith < dex...
2014 Jul 23
2
[LLVMdev] sys::path::system_temp_directory vs. sys::fs::createTemporaryFile
...ying on its platform-specific helper TempFile. Is there any reason for this disparity? The two implementations are not in sync, either: - TempDir honors TMPDIR, TMP, TEMP, TEMPDIR, and a configuration-settable P_tmpdir on Unix-y systems. system_temp_directory just honors TMPDIR. - TempDir calls ::GetTempPathW on Windows, while system_temp_directory honors TEMP and falls back to C:\\TEMP. - system_temp_directory prefers DARWIN_USER_TEMP_DIR on Darwin. - system_temp_directory has an option for "temporary directory that persists past reboot", while TempDir is never used for anything but transient...
2014 Jul 25
2
[LLVMdev] sys::path::system_temp_directory vs. sys::fs::createTemporaryFile
On Jul 25, 2014, at 13:44 , Rafael Espíndola <rafael.espindola at gmail.com> wrote: > On 25 July 2014 16:31, David Majnemer <david.majnemer at gmail.com> wrote: >> I have a few concerns: >> 1. GetTempPathW is buggy, we should be manually using >> GetEnvironmentVariableW with TMP, TEMP and USERPROFILE arguments and use the >> first that exists. >> 2. We should make sure that the platform specific pieces live in their >> respective Path.inc files. >> > > But that i...
2015 Mar 06
0
Wine release 1.7.38
...3990 MSVC 2013 std::mutex crashes 34310 Exiting Backyard soccer 2004 leaves only a small portion of screen usable 34518 MS Powerpoint 2007: Crashes on embedded vector graphic 34582 Gothic: problems with mouse look 34716 HippoAnimator3 fails on startup, complains 'Invalid name' (GetTempPathW on poisoned stack buffer) 34809 WinDirStat: command line here (right click on file) doesn't work 35361 Multiple games and applications crash or freeze on input (Steam with in-game community overlay enabled, The Scourge Project)(cross-process/thread IME manipulation is forbidden) 35369...
2017 Sep 01
0
Wine release 2.16
...needless assignment. d3d11/tests: Add 10_1 to default feature levels list. d3d11: Simplify d3d10_query_GetData(). msvcrt: Fix precision handling for string arguments. Lauri Kenttä (1): po: Update Finnish translation. Marcus Meissner (1): kernel32/tests: Fixed size to GetTempPathW. Miklós Máté (1): winex11: Improve the desktop resolution list. Nikolay Sivov (21): po: Update Russian translation. dwrite: Use more readable names for spacing attributes. dwrite: Set drawing effect for trimming sign. dwrite: Split initial cluster computation by stag...
2018 Jul 09
0
Wine release 3.12
...po: Update Finnish translation. po: Update Finnish translation. Louis Lenders (1): ntoskrnl.exe: Add stub for IoUnregisterPlugPlayNotification. Marcus Meissner (13): hnetcfg: GetModuleFileNameW gets characters, not bytes (Coverity). shell32: Use characters as arguments to GetTempPathW and GetLongPathNameW. kernel32: GetCalendarInfoW gets character sizes. kernel32: GetVolumePathNamesForVolumeNameW gets character as buffer size. psapi: GetProcessImageFileName gets character count as argument. shlwapi: SHGetIniStringW buffer size is in characters. icin...
2008 Aug 22
0
Wine release 1.1.3
...(CreateFileW not implemented). shlwapi/tests: Fix a buffer overflow that results in a crash on Win9x. advapi32/tests: Handle the results from Win9x in the registry tests. shell32/tests: Do not crash on Win9x when testing shlfileop. shlwapi/tests: Fix istream tests on win9x (GetTempPathW). shell32/tests: Fix shelllink test on win9x (GetTempPathW). spoolss/tests: Fix a test on vista/w2k8. winealsa.drv: Fix a typo in an error message. Dmitry Timoshkov (6): mlang: Add a test for a CodePageToCodePages failure, make it pass under Wine. mlang: Remove noise...
2015 Mar 20
0
Wine release 1.7.39
...t the behavior of reading data from an OOBINLINE'd socket. ws2_32/tests: Add more select() tests related to OOB handling. ws2_32/tests: Improve some helper functions. ws2_32/tests: Check the OOB mark in the right place. kernel32: Only zero the buffer up to 32767 bytes in GetTempPathW. Christian Costa (1): d3dxof: Use assignment for GUID instead of memcpy with hardcoded size. Daniel Lehman (1): wininet: Accept Version in cookies. Dmitry Timoshkov (2): shell32/tests: Add a couple of SHFileOperation(FO_MOVE) tests for a directory. shell32: Fix SHFileOper...
2008 Jan 11
0
Wine release 0.9.53
...ct_fbo(). Hans Leidekker (15): gdi32: Add a stub implementation for RemoveFontMemResourceEx. msvcrt: Fix spec file entries for the execv functions. wininet: Fix handling of host and referrer headers in HttpOpenRequest. kernel32: Fix two test failures on Win98 due to missing GetTempPathW. kernel32: Add Surinam Dutch and Belgian Dutch translations of language group names. tools/wine.desktop: Add Dutch translation. msvcrt: Implement _wsystem and forward system to it. Respect COMSPEC environment variable. msvcrt: Implement _wpopen and forward _popen to it....
2009 May 22
0
Wine release 1.1.22
...l32/tests: Correctly skip tests when the Unicode drive functions are not available. kernel32/tests: Correctly skip when the Unicode file functions are not available. kernel32/tests: Correctly skip when Unicode locale functions are not available. kernel32/tests: Correctly skip when GetTempPathW is not available. kernel32/tests: Correctly skip when Unicode thread functions are not available. kernel32: Don't validate the command line parameter of CreateProcessW. kernel32: Correct the last error of CreateProcessW with an empty application name string. kernel32: Co...
2008 Feb 22
0
Wine release 0.9.56
...Fn_WMCommand. comdlg32: Fix the character length passed into GetDlgItemTextW in PRINTDLG_PS_UpdateDlgStructW. advapi32: Fix the AccessCheck tests so that the ACCESS_SYSTEM_SECURITY test now runs (when the user has the Security privilege). mciwave: Fix the character count passed to GetTempPathW in create_tmp_file. msi: Remove some unused functions. advpack: Fix buffer overrun in convert_file_list. Add the nounistd option to all lex source files. avifil32: Simplify a comparison in AVIBuildFilterW. d3d9: Fix copy and paste error in reset_enum_callback. sh...
2008 Apr 18
1
Wine release 0.9.60
...sts: Add a test for IMediaDet_get_OutputStreams. qedit/tests: Add a test for IMediaDet_get_Filename. qedit/tests: Add a test for IMediaDet_(put|get)_CurrentStream. qedit/tests: Add a partial test for IMediaDet_get_StreamMediaType. qedit/tests: Fix an incorrect count given to GetTempPathW. qedit: Implement IMediaDet_put_Filename. qedit: Implement IMediaDet_get_Filename. qedit: Implement IMediaDet_get_OutputStreams. qedit: Implement IMediaDet_(put|get)_CurrentStream. qedit: Implement IMediaDet_get_StreamMediaType. qedit: Implement IMediaDet_get_Fra...
2008 Feb 13
1
Flash Movie Player Control in VB
...t;,0x33f2c0,(nil),(nil)) trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\mtxdm.dll" 520 0x33f048 (nil)) trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\mtxdm.dll" -> "/home/ryan/.wine/dosdevices/c:/windows/system32/mtxdm.dll" trace:file:GetTempPathW 260,0x33f3b8 trace:file:RtlGetFullPathName_U (L"c:\\windows\\temp" 520 0x33ef4c (nil)) trace:file:GetTempPathW returning 16, L"C:\\windows\\temp\\" trace:file:GetTempFileNameW returning L"C:\\windows\\temp\\JET1f0.tmp" trace:file:CreateFileW L"C:\\windows\\temp\\J...