Multi Commander Support Forum
Multi Commander => SDK => Topic started by: ncnnnn on June 25, 2024, 04:58:21
-
WIN11 VS2022
\MCFSPluginSample\Source\FSSampleStream.cpp(340,20): error C2446: '==': no conversion from 'int' to 'const WCHAR *'
and postbuild_x64.bat return err code 4
-
Ah 64bit build.
replace line with
if(szNewFilename[0] == L'\0')
You can just removed the postbuild step, It is only used to copy it to folder where MC is.
-
build ok .thanks