Multi Commander Support Forum

Multi Commander => SDK => Topic started by: ncnnnn on June 25, 2024, 04:58:21

Title: buidl err
Post 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
Title: Re: buidl err
Post by: Mathias (Author) on June 25, 2024, 07:27:09
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.
Title: Re: buidl err
Post by: ncnnnn on June 25, 2024, 09:01:07
build ok .thanks