On Tue, 11 Aug 2009, Szak�ts Viktor wrote: > Okay, what happens now is that on win platform GetTempFileName() > will create the file (and release the handle... bloody MS), > and this causes hb_fsCreate() with FO_EXCL to fail permanently. > There are a few options, but I'm unsure which is the better: > - Omit FO_EXCL for win platforms. > - Use FO_TRUNC on win platforms. > Maybe the second, but both needs win-only tweak, so maybe there is > a more elegant method.
See my previous message. Use FO_TRUNC instead of FO_EXCL in MS-Windows branch. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
