You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -334,7 +334,7 @@ var content = st.Decode(Blob, encoding);
334
334
335
335
# How to build
336
336
## Build requirements
337
-
* Visual Studio 2022 or higher (you need to run it as an admin to build the solution)
337
+
* Visual Studio 2026 or higher (you need to run it as an admin to build the solution)
338
338
*[HeatWave for VS2022](https://marketplace.visualstudio.com/items?itemName=FireGiant.FireGiantHeatWaveDev17) plugin
339
339
340
340
## Build instructions
@@ -343,7 +343,6 @@ var content = st.Decode(Blob, encoding);
343
343
## Notes
344
344
*`vcpkg_overlay_ports\boost-asio` is an original port with the custom `increase_pipe_buffer.diff` patch. This is a workaround for the issue: [[Windows] Setting the capacity of the underline pipe #470
345
345
](https://github.com/boostorg/process/issues/470)
346
-
* libmediainfo is set to a version `25.3` because of the bug: [[v25.04] MediaInfo::Open hangs on a specific MXF file](https://github.com/MediaArea/MediaInfoLib/issues/2340)
347
346
348
347
# References
349
348
* Discussion of this project on DOpus forum: [DOpus-Scripting-Extensions project](https://resource.dopus.com/t/dopus-scripting-extensions-project-wild-idea/55000)
constauto len = ExpandEnvironmentStrings(path, nullptr, 0);
4
+
constauto len = ExpandEnvironmentStrings(path, nullptr, 0);// len is the number of TCHARs stored in the destination buffer, including the terminating null character
5
5
6
6
if (!len) {
7
7
THROW_WEXCEPTION(L"Failed to calculate length for expanding the path '{}'", path);
0 commit comments