Skip to content

Cloud Mirror sample

Compare
Choose a tag to compare
released this 24 Dec 15:01
Fix CloudMirror placeholders #164


RelativeFileName must be a file name, not a relative path.

Other fixes:
* Use std::wstring::size() instead of calling wcslen.
* Use c_str() instead of data() if you want a null-terminated read-only C-style string.
* Fix typos in wprintf format strings.