search for: gettemppath

Displaying 10 results from an estimated 10 matches for "gettemppath".

Did you mean: gettemppathw
1997 Apr 01
0
R-beta: Re: R-alpha: windows advice
...program. The article http://www.microsoft.com/kb/articles/q101/5/07.htm -- apparently there are HOMEDRIVE and HOMEPATH environment variables. An article I found searching for "temporary", http://www.microsoft.com/msdn/sdk/platforms/doc/sdk/win32/sys/src/filesio_24.htm suggests using GetTempPath and GetTempFileName. It might be worth double checking that these are available under Win32s -- I think they probably are, but I haven't checked. luke =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R...
2007 Apr 16
1
CentOS 5.0 install fails every time.
...p path, going to use ramfs path Unable to find temp path, going to use ramfs path Unable to find temp path, going to use ramfs path Unable to find temp path, going to use ramfs path Unable to find temp path, going to use ramfs path ... I tracked it down to this code in Anaconda... <code> def getTempPath(self): root = self.rootPath pathlist = [ "/var/tmp", "/tmp", "/." ] tmppath = None for p in pathlist: if (os.access(root + p, os.X_OK)): tmppath = root + p + "/" break if tmppath is None: log("...
2008 Jul 09
2
Installing MSWord SETUP.INI is missing or invalid
Hi, I'm trying to install Microsoft Word 2002 on Wine, version 1.1.0, running on ubuntu hardy heron, from a dvd called Microsoft Works Suite 2004 (German) that came bundled with my computer, and I've run into some kind of endless loop. This is what happens: - I d-click setup.exe on the dvd, wine starts and the setup menu is shown. - I select custom setup and click the
2016 Mar 24
2
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...pt = res >>>>>>> + runscript, verifyscript, metricscripts = res >>>>>>> >>>>>>> # Apply the usual lit substitutions (%s, %S, %p, %T, >>>>>>> ...) >>>>>>> tmpDir, tmpBase = getTempPaths(test) >>>>>>> @@ -65,6 +65,8 @@ class TestSuiteTest(FileBasedTest): >>>>>>> substitutions += [('%o', outfile)] >>>>>>> runscript = applySubstitutions(runscript, substitutions) >>>>>>> verifys...
2016 Mar 24
0
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...;>>>>> + runscript, verifyscript, metricscripts = res >>>>>>>> >>>>>>>> # Apply the usual lit substitutions (%s, %S, %p, %T, >>>>>>>> ...) >>>>>>>> tmpDir, tmpBase = getTempPaths(test) >>>>>>>> @@ -65,6 +65,8 @@ class TestSuiteTest(FileBasedTest): >>>>>>>> substitutions += [('%o', outfile)] >>>>>>>> runscript = applySubstitutions(runscript, substitutions) >>>>>>>&...
2016 Mar 24
1
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...;> + runscript, verifyscript, metricscripts = res >>>>>>>>> >>>>>>>>> # Apply the usual lit substitutions (%s, %S, %p, %T, >>>>>>>>> ...) >>>>>>>>> tmpDir, tmpBase = getTempPaths(test) >>>>>>>>> @@ -65,6 +65,8 @@ class TestSuiteTest(FileBasedTest): >>>>>>>>> substitutions += [('%o', outfile)] >>>>>>>>> runscript = applySubstitutions(runscript, substitutions) >>>>&...
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...
2007 Sep 14
0
Wine release 0.9.45
...erver: Detaching from a process needs to continue all the pending events. programs: Remove other obsolete ChangeLog files. gdi32: New DC locking mechanism that doesn't require holding the global GDI lock. libwine: Initialize debug channels options on first use. kernel32: GetTempPath should try the USERPROFILE and the Windows directory too. gdi32: Don't store a DC pointer in the metafile devices. wininet/tests: Anonymous FTP can succeed without a password. Americo Jose Melo (1): Update the Portuguese translation. Andrew Talbot (11): secur32: Consti...
2009 Jun 05
0
Wine release 1.1.23
...y have it. gdi32: Avoid using long when not needed. kernel32: Switch to UTF-8 encoding for rom.nls. kernel32: Update the Romanian(Romania) NLS file. crypt32: Replace long with a better type. mshtml: Replace long with LONG. Nicolas Le Cam (3): winetest: Only call GetTempPath once. winetest: Add option -d to specify tests output directory. winetest: Add a missing carriage return in help message. Nikolay Sivov (43): comctl32/listview: Draw focus rectangle only when visible. comctl32/listview: Fix returning LVHT_ONITEMSTATEICON flag on hittesting....
2009 Jan 30
0
Wine release 1.1.14
...GDI object. gdi32: Don't hold the GDI lock while creating regions. gdi32: Replace the MEMCHECK macro in the region code by a proper function. gdi32: Check for memory allocation failure in region functions and propagate the error correctly. kernel32/tests: Support broken GetTempPath return value on WinME. kernel32/tests: Don't test the implementation details of the SList structure. ntdll/tests: Add a couple of status values seen on Win2K3. user32/tests: Add a few optional messages for Win2K3. ntoskrnl.exe: Remove the vectored exception handler on dl...