search for: gettempfilename

Displaying 6 results from an estimated 6 matches for "gettempfilename".

2010 Dec 03
0
Wine release 1.2.2
...e is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 1.2.2: 16281 Support for animated cursors is not implemented 17436 mRemote does not work 17875 GetTempFileName with unique != 0 broken 18958 Adobe Reader 9 has a divide by zero error during install 21096 utorrent drops error 12157 when using a https tracker 23285 Animated mouse pointer invisible in 3D mode in Ice Cream Tycoon 23355 Ring-Protech CD/DVD Protection fails 24470 winegcc: 32-bit li...
1997 Apr 01
0
R-beta: Re: R-alpha: windows advice
...icle 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/R-FAQ.html Send &qu...
2010 Oct 29
0
Wine release 1.3.6
...15942 Printers can't print format largers than A4 16239 Cake Poker installer requires native msxml3 17090 Elite Force fails to set brightness at all,renders game dark and hard to play 17436 mRemote does not work 17713 EVE Online Apocrypha - Audio not supported on FreeBSD 17875 GetTempFileName with unique != 0 broken 17965 Graphical glitches in Orphelins of Baudelaire demo 18339 Microsoft Visio 2007 crashes when Drag&Dropping some elements 19590 Symantec LiveUpdate 1.5.2 uninstaller exits silently 20103 Beyond the Sword patch 3.19 fails to install 20195 PLSQLDeveloper...
2010 Jun 25
0
Wine release 1.2-rc5
...e exception tests for Wow64. kernel32: Add the TlsAlloc/FreeInternal entry points. user32/tests: Add more systematic tests to validate the DDE client-side A<->W conversions. user32/tests: Fix some DDE test failures on Win9x. kernel32: Avoid returning the same name when GetTempFileName is called twice in a short interval. ntdll: Add a WINEARCH environment variable that allows forcing a specific 32- or 64-bit architecture. user32/tests: Restructure the DDE end-to-end tests to make it easier to add new cases. user32/tests: Add some Unicode test cases for A/W mappi...
2006 Nov 24
0
Wine release 0.9.26
...t variable. msi: Print a message if we fail to delete a file. msi: Always delete temp files after creating them. msi: Remove track_tempfile()'s unused 2nd parameter. msi: Defer package deletion until after the database is closed. msi: Delete the tempfile created by GetTempFileName. msi: Split MSI_CreatePackage into two functions. kernel32: Downgrade a FIXME to a WARN. oleaut32: Remove incorrect references to malloc. msi: Remove some redundant else statements. msi: Add a test showing which tables are special. msi: Add a test showing the _Pr...
2019 Mar 01
0
Wine release 4.3
...ay debugging of fastcall entry points. ntdll: Use the fastcall flag for RtlInterlockedPushListSList. hal: Specify fastcall entry points using the appropriate spec file flag. ntoskrnl.exe: Specify fastcall entry points using the appropriate spec file flag. kernel32/tests: Use GetTempFileName() instead of hardcoding directory names. winebuild: Use stdcall for fastcall wrappers. winebuild: Make relay entry points hot-patchable. wrc: Don't map version block names to the target language. Alistair Leslie-Hughes (8): oleaut32: Support VT_DECIMAL in VarRound....