cv::tempfile returns empty string under Windows (Bug #2093)
Description
cv::tempfile returns empty string under Windows (Visual Studio 2008 both x86 and x64).
For example,
string file = cv::tempfile(".avi");
file is always empty.
Associated revisions
Fixing cv::tempfile on Windows #2093
Merge pull request #2093 from SpecLad:merge-2.4
History
Updated by Andrey Kamaev over 12 years ago
Fixed.
- Status changed from Open to Done
- Target version set to 2.4.2
- Assignee changed from Vadim Pisarevsky to Andrey Kamaev