i wanna try that project GitHub - matkatmusic/AudioFilePlayer: A port of the juce AudioFilePlayerDemo into Plugin format
it is wirrten by visual studio 19 and I just try it .
unfortunately there are some build solution error, they couldn’t find v142 build.
so I went to Project->Properties->General->Platform Toolset
and changed Visual Studio v143 with _SharedCode,_StandalonePlugin,_VST3
and then I build solution and there are some good changes I think.
E0304 No instance of overloaded function “juce::TimeSliceThread::startThread” matches the argument list. AudioFilePlayer_SharedCode C:\JUCE\ref\AudioFilePlayer\Source\PluginProcessor.cpp 26
C2665 ‘juce::startThread’: no overloaded function takes all the argument types. AudioFilePlayer_SharedCode C:\JUCE\ref\AudioFilePlayer\Source\PluginProcessor.cpp 26
LNK1104 Cannot open ‘AudioFilePlayer.lib’ file. AudioFilePlayer_VST3 C:\JUCE\ref\AudioFilePlayer\Builds\VisualStudio2019\LINK 1
MSB6006 “link.exe” exited with code 1104. AudioFilePlayer_StandalonePlugin C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets 1096
LNK1104 Cannot open ‘AudioFilePlayer.lib’ file. AudioFilePlayer_StandalonePlugin C:\JUCE\ref\AudioFilePlayer\Builds\VisualStudio2019\LINK 1
is it good try? and what should I do?