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
Hi!
My problem is that my application with Flet 0.26.0 works fine, I had some problems with the build when executing the .exe and I decided to reinstall everything, Python 3.6.12, Microsoft Visual C++ Redistributable (2022, the latest), Visual Studio Build Tools 2022 (Desktop development with C++), Flet 0.27.1 (including adapting a certain part of the code, such as the dropdown height that no longer works), including CMake, Android Studio (because of the SDK) and Flutter 3.27.4 (I don't know if there is anything else), and all that, since I get errors all the time, I would only need to reinstall "Visual Studio Code".
At first I was getting the error MSB3073 and STL4038, so in c_cpp_properties.json of Visual Studio Code I changed the value of "cppStandard": "c++17", to "c++20" (I think it was deconfigured when reinstalling everything) and in CMakeLists.txt that is generated with the build I changed in line 41 target_compile_features(${TARGET} PUBLIC cxx_std_17) to cxx_std_20 since within the errors it tells me that the build process uses C++20. Once that is done, now I get the error C4596, which I can't find anywhere and I can't think of what to do.
I'm tired of everything I've done and I'm starting to think I got a little lost😓 so I would appreciate if someone could help me.
Part of the log result of "flet build windows -vv"
url_launcher_windows_plugin_EXPORTS /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++20
/Fo"url_launcher_windows_plugin.dir\Release\\" /Fd"url_launcher_windows_plugin.dir\Release\vc143.pdb" /external:W4 /Gd /TP /wd4100 /errorReport:queue
"C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\url_launcher_windows\windows\url_launcher_windows.cpp"
"C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\url_launcher_windows\windows\messages.g.cpp"
"C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\url_launcher_windows\windows\system_apis.cpp"
"C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\url_launcher_windows\windows\url_launcher_plugin.cpp"
[ +33 ms] url_launcher_windows.cpp
[11:07:18] [+1073 ms] messages.g.cpp
[11:07:19] [ +869 ms] system_apis.cpp
[11:07:20] [ +212 ms] url_launcher_plugin.cpp
[11:07:21] [+1102 ms] Generating Code...
[11:07:22] [ +879 ms] Link:
[ ] C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE
/OUT:"C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\url_launcher_windows\Release\url_launcher_windows_plugin.dll" /INCREMENTAL:NO /NOLOGO
..\..\flutter\Release\flutter_wrapper_plugin.lib shlwapi.lib "C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\flutter_windows.dll.lib"
kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST
/MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed
/PDB:"C:/Whisper-Transcriptor/build/flutter/build/windows/x64/plugins/url_launcher_windows/Release/url_launcher_windows_plugin.pdb" /SUBSYSTEM:CONSOLE
/TLBID:1 /DYNAMICBASE /NXCOMPAT
/IMPLIB:"C:/Whisper-Transcriptor/build/flutter/build/windows/x64/plugins/url_launcher_windows/Release/url_launcher_windows_plugin.lib" /MACHINE:X64
/machine:x64 /DLL url_launcher_windows_plugin.dir\Release\url_launcher_windows.obj
[ ] url_launcher_windows_plugin.dir\Release\messages.g.obj
[ ] url_launcher_windows_plugin.dir\Release\system_apis.obj
[ ] url_launcher_windows_plugin.dir\Release\url_launcher_plugin.obj
[ +40 ms] Creating library
C:/Whisper-Transcriptor/build/flutter/build/windows/x64/plugins/url_launcher_windows/Release/url_launcher_windows_plugin.lib and object
C:/Whisper-Transcriptor/build/flutter/build/windows/x64/plugins/url_launcher_windows/Release/url_launcher_windows_plugin.exp
[ +51 ms] url_launcher_windows_plugin.vcxproj ->
C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\url_launcher_windows\Release\url_launcher_windows_plugin.dll
[ +6 ms] FinalizeBuildStatus:
[ ] Deleting file "url_launcher_windows_plugin.dir\Release\url_laun.23AD69DE.tlog\unsuccessfulbuild".
[ ] Touching "url_launcher_windows_plugin.dir\Release\url_laun.23AD69DE.tlog\url_launcher_windows_plugin.lastbuildstate".
[ ] Done Building Project "C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\url_launcher_windows\url_launcher_windows_plugin.vcxproj"
(default targets).
[ +22 ms] Project "C:\Whisper-Transcriptor\build\flutter\build\windows\x64\runner\transcriptor_multimedia.vcxproj" (10) is building
"C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj" (12) on node 1 (default targets).
[ ] PrepareForBuild:
[ ] Creating directory "window_manager_plugin.dir\Release\".
[ +1 ms] Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See
https://aka.ms/cpp/structured-output for more details.
[ ] Creating directory "C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\Release\".
[ ] Creating directory "window_manager_plugin.dir\Release\window_m.F97184F8.tlog\".
[ +1 ms] InitializeBuildStatus:
[ ] Creating "window_manager_plugin.dir\Release\window_m.F97184F8.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[ ] Touching "window_manager_plugin.dir\Release\window_m.F97184F8.tlog\unsuccessfulbuild".
[ +38 ms] CustomBuild:
[ ] Building Custom Rule C:/Whisper-Transcriptor/build/flutter/windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/CMakeLists.txt
[ +29 ms] ClCompile:
[ ] C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\CL.exe /c
/I"C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral"
/I"C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\cpp_client_wrapper\include" /nologo /W4 /WX /diagnostics:column /O2 /Ob2 /D _WINDLL /D
_UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D NDEBUG /D _HAS_EXCEPTIONS=0 /D FLUTTER_PLUGIN_IMPL /D _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING /D
UNICODE /D _UNICODE /D "CMAKE_INTDIR=\"Release\"" /D window_manager_plugin_EXPORTS /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR
/std:c++20 /Fo"window_manager_plugin.dir\Release\\" /Fd"window_manager_plugin.dir\Release\vc143.pdb" /external:W4 /Gd /TP /wd4100 /errorReport:queue
"C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp"
"C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager_plugin.cpp"
[ +31 ms] window_manager.cpp
[11:07:23] [ +924 ms] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(94,23): error C4596:
'ForceRefresh': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +1 ms] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(95,23): error C4596:
'ForceChildRefresh': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(96,23): error C4596:
'SetAsFrameless': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(97,23): error C4596:
'WaitUntilReadyToShow': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(98,23): error C4596:
'Destroy': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(99,23): error C4596:
'Close': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(100,23): error C4596:
'IsPreventClose': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(101,23): error C4596:
'SetPreventClose': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(102,23): error C4596:
'Focus': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(103,23): error C4596:
'Blur': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(104,23): error C4596:
'IsFocused': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(105,23): error C4596:
'Show': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(106,23): error C4596:
'Hide': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(107,23): error C4596:
'IsVisible': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +1 ms] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(108,23): error C4596:
'IsMaximized': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(109,23): error C4596:
'Maximize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(110,23): error C4596:
'Unmaximize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(111,23): error C4596:
'IsMinimized': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(112,23): error C4596:
'Minimize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(113,23): error C4596:
'Restore': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(114,23): error C4596:
'IsDockable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(115,22): error C4596:
'IsDocked': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(116,23): error C4596:
'Dock': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(117,23): error C4596:
'Undock': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(118,23): error C4596:
'IsFullScreen': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(119,23): error C4596:
'SetFullScreen': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(120,23): error C4596:
'SetAspectRatio': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +20 ms] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(121,23): error C4596:
'SetBackgroundColor': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(122,40): error C4596:
'GetBounds': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(124,23): error C4596:
'SetBounds': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(125,23): error C4596:
'SetMinimumSize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(126,23): error C4596:
'SetMaximumSize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(127,23): error C4596:
'IsResizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(128,23): error C4596:
'SetResizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(129,23): error C4596:
'IsMinimizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(130,23): error C4596:
'SetMinimizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(131,23): error C4596:
'IsMaximizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(132,23): error C4596:
'SetMaximizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(133,23): error C4596:
'IsClosable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(134,23): error C4596:
'SetClosable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +17 ms] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(135,23): error C4596:
'IsAlwaysOnTop': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(136,23): error C4596:
'SetAlwaysOnTop': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(137,23): error C4596:
'IsAlwaysOnBottom': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(138,23): error C4596:
'SetAlwaysOnBottom': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(139,30): error C4596:
'GetTitle': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(140,23): error C4596:
'SetTitle': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(141,23): error C4596:
'SetTitleBarStyle': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(142,22): error C4596:
'GetTitleBarHeight': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(143,23): error C4596:
'IsSkipTaskbar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(144,23): error C4596:
'SetSkipTaskbar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(145,23): error C4596:
'SetProgressBar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(146,23): error C4596:
'SetIcon': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(147,23): error C4596:
'HasShadow': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +18 ms] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(148,23): error C4596:
'SetHasShadow': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(149,25): error C4596:
'GetOpacity': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(150,23): error C4596:
'SetOpacity': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(151,23): error C4596:
'SetBrightness': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(152,23): error C4596:
'SetIgnoreMouseEvents': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(153,23): error C4596:
'PopUpWindowMenu': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(154,23): error C4596:
'StartDragging': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(155,23): error C4596:
'StartResizing': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(166,23): error C4596:
'RegisterAccessBar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(167,30): error C4596:
'AppBarQuerySetPos': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(171,23): error C4596:
'DockAccessBar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +325 ms] window_manager_plugin.cpp
[11:07:24] [ +830 ms] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(94,23): error C4596:
'ForceRefresh': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +3 ms] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(95,23): error C4596:
'ForceChildRefresh': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(96,23): error C4596:
'SetAsFrameless': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(97,23): error C4596:
'WaitUntilReadyToShow': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(98,23): error C4596:
'Destroy': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(99,23): error C4596:
'Close': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(100,23): error C4596:
'IsPreventClose': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(101,23): error C4596:
'SetPreventClose': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(102,23): error C4596:
'Focus': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(103,23): error C4596:
'Blur': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +1 ms] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(104,23): error C4596:
'IsFocused': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(105,23): error C4596:
'Show': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(106,23): error C4596:
'Hide': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(107,23): error C4596:
'IsVisible': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(108,23): error C4596:
'IsMaximized': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(109,23): error C4596:
'Maximize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(110,23): error C4596:
'Unmaximize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(111,23): error C4596:
'IsMinimized': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(112,23): error C4596:
'Minimize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +22 ms] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(113,23): error C4596:
'Restore': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(114,23): error C4596:
'IsDockable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(115,22): error C4596:
'IsDocked': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(116,23): error C4596:
'Dock': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(117,23): error C4596:
'Undock': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(118,23): error C4596:
'IsFullScreen': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(119,23): error C4596:
'SetFullScreen': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(120,23): error C4596:
'SetAspectRatio': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(121,23): error C4596:
'SetBackgroundColor': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +31 ms] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(122,40): error C4596:
'GetBounds': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(124,23): error C4596:
'SetBounds': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(125,23): error C4596:
'SetMinimumSize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(126,23): error C4596:
'SetMaximumSize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(127,23): error C4596:
'IsResizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(128,23): error C4596:
'SetResizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(129,23): error C4596:
'IsMinimizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(130,23): error C4596:
'SetMinimizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(131,23): error C4596:
'IsMaximizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +33 ms] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(132,23): error C4596:
'SetMaximizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(133,23): error C4596:
'IsClosable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(134,23): error C4596:
'SetClosable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(135,23): error C4596:
'IsAlwaysOnTop': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(136,23): error C4596:
'SetAlwaysOnTop': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(137,23): error C4596:
'IsAlwaysOnBottom': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(138,23): error C4596:
'SetAlwaysOnBottom': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(139,30): error C4596:
'GetTitle': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(140,23): error C4596:
'SetTitle': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +26 ms] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(141,23): error C4596:
'SetTitleBarStyle': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(142,22): error C4596:
'GetTitleBarHeight': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(143,23): error C4596:
'IsSkipTaskbar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(144,23): error C4596:
'SetSkipTaskbar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(145,23): error C4596:
'SetProgressBar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(146,23): error C4596:
'SetIcon': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(147,23): error C4596:
'HasShadow': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(148,23): error C4596:
'SetHasShadow': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(149,25): error C4596:
'GetOpacity': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +24 ms] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(150,23): error C4596:
'SetOpacity': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(151,23): error C4596:
'SetBrightness': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(152,23): error C4596:
'SetIgnoreMouseEvents': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(153,23): error C4596:
'PopUpWindowMenu': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(154,23): error C4596:
'StartDragging': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(155,23): error C4596:
'StartResizing': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(166,23): error C4596:
'RegisterAccessBar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(167,30): error C4596:
'AppBarQuerySetPos': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(171,23): error C4596:
'DockAccessBar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +23 ms] (compiling source file '../../../../../windows/flutter/ephemeral/.plugin_symlinks/window_manager/windows/window_manager_plugin.cpp')
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager_plugin.cpp(54,29): error
C4596: '_EmitEvent': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager_plugin.cpp(56,47): error
C4596: 'HandleWindowProc': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[11:07:25] [ +428 ms] Generating Code...
[ +32 ms] Done Building Project "C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj" (default
targets) -- FAILED.
[ +17 ms] Project "C:\Whisper-Transcriptor\build\flutter\build\windows\x64\runner\transcriptor_multimedia.vcxproj" (10) is building
"C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_to_front\window_to_front_plugin.vcxproj" (13) on node 1 (default targets).
[ ] PrepareForBuild:
[ ] Creating directory "window_to_front_plugin.dir\Release\".
[ ] Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See
https://aka.ms/cpp/structured-output for more details.
[ ] Creating directory "C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_to_front\Release\".
[ ] Creating directory "window_to_front_plugin.dir\Release\window_t.A7111402.tlog\".
[ +1 ms] InitializeBuildStatus:
[ ] Creating "window_to_front_plugin.dir\Release\window_t.A7111402.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[ ] Touching "window_to_front_plugin.dir\Release\window_t.A7111402.tlog\unsuccessfulbuild".
[ +44 ms] CustomBuild:
[ ] Building Custom Rule C:/Whisper-Transcriptor/build/flutter/windows/flutter/ephemeral/.plugin_symlinks/window_to_front/windows/CMakeLists.txt
[ +31 ms] ClCompile:
[ ] C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\CL.exe /c
/I"C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral"
/I"C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\cpp_client_wrapper\include" /nologo /W4 /WX /diagnostics:column /O2 /Ob2 /D _WINDLL /D
_UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D NDEBUG /D _HAS_EXCEPTIONS=0 /D FLUTTER_PLUGIN_IMPL /D UNICODE /D _UNICODE /D "CMAKE_INTDIR=\"Release\"" /D
window_to_front_plugin_EXPORTS /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++20 /Fo"window_to_front_plugin.dir\Release\\"
/Fd"window_to_front_plugin.dir\Release\vc143.pdb" /external:W4 /Gd /TP /wd4100 /errorReport:queue
"C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_to_front\windows\window_to_front_plugin.cpp"
[ +30 ms] window_to_front_plugin.cpp
[11:07:26] [+1248 ms] Link:
[ ] C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE
/OUT:"C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_to_front\Release\window_to_front_plugin.dll" /INCREMENTAL:NO /NOLOGO
..\..\flutter\Release\flutter_wrapper_plugin.lib "C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\flutter_windows.dll.lib" kernel32.lib
user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker'
uiAccess='false'" /manifest:embed /PDB:"C:/Whisper-Transcriptor/build/flutter/build/windows/x64/plugins/window_to_front/Release/window_to_front_plugin.pdb"
/SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT
/IMPLIB:"C:/Whisper-Transcriptor/build/flutter/build/windows/x64/plugins/window_to_front/Release/window_to_front_plugin.lib" /MACHINE:X64 /machine:x64
/DLL window_to_front_plugin.dir\Release\window_to_front_plugin.obj
[ +37 ms] Creating library C:/Whisper-Transcriptor/build/flutter/build/windows/x64/plugins/window_to_front/Release/window_to_front_plugin.lib and
object C:/Whisper-Transcriptor/build/flutter/build/windows/x64/plugins/window_to_front/Release/window_to_front_plugin.exp
[ +55 ms] window_to_front_plugin.vcxproj ->
C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_to_front\Release\window_to_front_plugin.dll
[ +6 ms] FinalizeBuildStatus:
[ ] Deleting file "window_to_front_plugin.dir\Release\window_t.A7111402.tlog\unsuccessfulbuild".
[ ] Touching "window_to_front_plugin.dir\Release\window_t.A7111402.tlog\window_to_front_plugin.lastbuildstate".
[ ] Done Building Project "C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_to_front\window_to_front_plugin.vcxproj" (default
targets).
[ ] Done Building Project "C:\Whisper-Transcriptor\build\flutter\build\windows\x64\runner\transcriptor_multimedia.vcxproj" (default targets) --
FAILED.
[ +2 ms] Done Building Project "C:\Whisper-Transcriptor\build\flutter\build\windows\x64\ALL_BUILD.vcxproj" (default targets) -- FAILED.
[ ] Done Building Project "C:\Whisper-Transcriptor\build\flutter\build\windows\x64\INSTALL.vcxproj" (default targets) -- FAILED.
[ +3 ms] Build FAILED.
[ +2 ms] "C:\Whisper-Transcriptor\build\flutter\build\windows\x64\INSTALL.vcxproj" (default target) (1) ->
[ ] "C:\Whisper-Transcriptor\build\flutter\build\windows\x64\ALL_BUILD.vcxproj" (default target) (3) ->
[ ] "C:\Whisper-Transcriptor\build\flutter\build\windows\x64\runner\transcriptor_multimedia.vcxproj" (default target) (10) ->
[ ] "C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj" (default target) (12) ->
[ ] (ClCompile target) ->
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(94,23): error
C4596: 'ForceRefresh': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(95,23): error
C4596: 'ForceChildRefresh': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(96,23): error
C4596: 'SetAsFrameless': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(97,23): error
C4596: 'WaitUntilReadyToShow': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(98,23): error
C4596: 'Destroy': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(99,23): error
C4596: 'Close': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(100,23): error
C4596: 'IsPreventClose': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(101,23): error
C4596: 'SetPreventClose': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(102,23): error
C4596: 'Focus': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(103,23): error
C4596: 'Blur': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(104,23): error
C4596: 'IsFocused': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(105,23): error
C4596: 'Show': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(106,23): error
C4596: 'Hide': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(107,23): error
C4596: 'IsVisible': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(108,23): error
C4596: 'IsMaximized': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(109,23): error
C4596: 'Maximize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(110,23): error
C4596: 'Unmaximize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(111,23): error
C4596: 'IsMinimized': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(112,23): error
C4596: 'Minimize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(113,23): error
C4596: 'Restore': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(114,23): error
C4596: 'IsDockable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(115,22): error
C4596: 'IsDocked': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(116,23): error
C4596: 'Dock': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +19 ms] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(117,23): error
C4596: 'Undock': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(118,23): error
C4596: 'IsFullScreen': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(119,23): error
C4596: 'SetFullScreen': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(120,23): error
C4596: 'SetAspectRatio': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(121,23): error
C4596: 'SetBackgroundColor': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(122,40): error
C4596: 'GetBounds': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(124,23): error
C4596: 'SetBounds': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(125,23): error
C4596: 'SetMinimumSize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(126,23): error
C4596: 'SetMaximumSize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(127,23): error
C4596: 'IsResizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(128,23): error
C4596: 'SetResizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(129,23): error
C4596: 'IsMinimizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(130,23): error
C4596: 'SetMinimizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +20 ms] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(131,23): error
C4596: 'IsMaximizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(132,23): error
C4596: 'SetMaximizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(133,23): error
C4596: 'IsClosable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(134,23): error
C4596: 'SetClosable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(135,23): error
C4596: 'IsAlwaysOnTop': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(136,23): error
C4596: 'SetAlwaysOnTop': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(137,23): error
C4596: 'IsAlwaysOnBottom': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(138,23): error
C4596: 'SetAlwaysOnBottom': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(139,30): error
C4596: 'GetTitle': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(140,23): error
C4596: 'SetTitle': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(141,23): error
C4596: 'SetTitleBarStyle': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(142,22): error
C4596: 'GetTitleBarHeight': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(143,23): error
C4596: 'IsSkipTaskbar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +20 ms] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(144,23): error
C4596: 'SetSkipTaskbar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(145,23): error
C4596: 'SetProgressBar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(146,23): error
C4596: 'SetIcon': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(147,23): error
C4596: 'HasShadow': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(148,23): error
C4596: 'SetHasShadow': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(149,25): error
C4596: 'GetOpacity': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(150,23): error
C4596: 'SetOpacity': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(151,23): error
C4596: 'SetBrightness': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(152,23): error
C4596: 'SetIgnoreMouseEvents': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(153,23): error
C4596: 'PopUpWindowMenu': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(154,23): error
C4596: 'StartDragging': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(155,23): error
C4596: 'StartResizing': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(166,23): error
C4596: 'RegisterAccessBar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +20 ms] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(167,30): error
C4596: 'AppBarQuerySetPos': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(171,23): error
C4596: 'DockAccessBar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(94,23): error
C4596: 'ForceRefresh': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(95,23): error
C4596: 'ForceChildRefresh': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(96,23): error
C4596: 'SetAsFrameless': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(97,23): error
C4596: 'WaitUntilReadyToShow': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(98,23): error
C4596: 'Destroy': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(99,23): error
C4596: 'Close': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(100,23): error
C4596: 'IsPreventClose': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(101,23): error
C4596: 'SetPreventClose': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(102,23): error
C4596: 'Focus': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(103,23): error
C4596: 'Blur': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(104,23): error
C4596: 'IsFocused': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +21 ms] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(105,23): error
C4596: 'Show': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(106,23): error
C4596: 'Hide': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(107,23): error
C4596: 'IsVisible': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(108,23): error
C4596: 'IsMaximized': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(109,23): error
C4596: 'Maximize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(110,23): error
C4596: 'Unmaximize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(111,23): error
C4596: 'IsMinimized': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(112,23): error
C4596: 'Minimize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(113,23): error
C4596: 'Restore': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(114,23): error
C4596: 'IsDockable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(115,22): error
C4596: 'IsDocked': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(116,23): error
C4596: 'Dock': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(117,23): error
C4596: 'Undock': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +19 ms] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(118,23): error
C4596: 'IsFullScreen': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(119,23): error
C4596: 'SetFullScreen': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(120,23): error
C4596: 'SetAspectRatio': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(121,23): error
C4596: 'SetBackgroundColor': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(122,40): error
C4596: 'GetBounds': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(124,23): error
C4596: 'SetBounds': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(125,23): error
C4596: 'SetMinimumSize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(126,23): error
C4596: 'SetMaximumSize': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(127,23): error
C4596: 'IsResizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(128,23): error
C4596: 'SetResizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(129,23): error
C4596: 'IsMinimizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(130,23): error
C4596: 'SetMinimizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(131,23): error
C4596: 'IsMaximizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +19 ms] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(132,23): error
C4596: 'SetMaximizable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(133,23): error
C4596: 'IsClosable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(134,23): error
C4596: 'SetClosable': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(135,23): error
C4596: 'IsAlwaysOnTop': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(136,23): error
C4596: 'SetAlwaysOnTop': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(137,23): error
C4596: 'IsAlwaysOnBottom': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(138,23): error
C4596: 'SetAlwaysOnBottom': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(139,30): error
C4596: 'GetTitle': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(140,23): error
C4596: 'SetTitle': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(141,23): error
C4596: 'SetTitleBarStyle': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(142,22): error
C4596: 'GetTitleBarHeight': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(143,23): error
C4596: 'IsSkipTaskbar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(144,23): error
C4596: 'SetSkipTaskbar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +19 ms] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(145,23): error
C4596: 'SetProgressBar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(146,23): error
C4596: 'SetIcon': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(147,23): error
C4596: 'HasShadow': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(148,23): error
C4596: 'SetHasShadow': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(149,25): error
C4596: 'GetOpacity': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(150,23): error
C4596: 'SetOpacity': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(151,23): error
C4596: 'SetBrightness': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(152,23): error
C4596: 'SetIgnoreMouseEvents': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(153,23): error
C4596: 'PopUpWindowMenu': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(154,23): error
C4596: 'StartDragging': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(155,23): error
C4596: 'StartResizing': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(166,23): error
C4596: 'RegisterAccessBar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(167,30): error
C4596: 'AppBarQuerySetPos': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ +22 ms] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager.cpp(171,23): error
C4596: 'DockAccessBar': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager_plugin.cpp(54,29):
error C4596: '_EmitEvent': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] C:\Whisper-Transcriptor\build\flutter\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\window_manager_plugin.cpp(56,47):
error C4596: 'HandleWindowProc': illegal qualified name in member declaration
[C:\Whisper-Transcriptor\build\flutter\build\windows\x64\plugins\window_manager\window_manager_plugin.vcxproj]
[ ] 0 Warning(s)
[ ] 130 Error(s)
[ ] Time Elapsed 00:03:22.83
[ +5 ms] Building Windows application... (completed in 246.9s)
[ ] "flutter windows" took 248,783ms.
[ +1 ms] Build process failed.
[ ]
#0 throwToolExit (package:flutter_tools/src/base/common.dart:34:3)
#1 _runBuild (package:flutter_tools/src/windows/build_windows.dart:259:5)
<asynchronous suspension>
#2 buildWindows (package:flutter_tools/src/windows/build_windows.dart:114:5)
<asynchronous suspension>
#3 BuildWindowsCommand.runCommand (package:flutter_tools/src/commands/build_windows.dart:68:5)
<asynchronous suspension>
#4 FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1558:27)
<asynchronous suspension>
#5 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:154:19)
<asynchronous suspension>
#6 CommandRunner.runCommand (package:args/command_runner.dart:212:13)
<asynchronous suspension>
#7 FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:496:9)
<asynchronous suspension>
#8 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:154:19)
<asynchronous suspension>
#9 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:431:5)
<asynchronous suspension>
#10 run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:98:11)
<asynchronous suspension>
#11 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:154:19)
<asynchronous suspension>
#12 main (package:flutter_tools/executable.dart:99:3)
<asynchronous suspension>
[ ] Running 1 shutdown hook
[ ] Shutdown hooks complete
[ ] exiting with code 1
<_io.TextIOWrapper name=4 encoding='utf8'>
Run subprocess: ['C:\\Users\\diego\\flutter\\3.27.4\\bin\\flutter.bat', 'doctor', '--no-version-check', '--suppress-analytics']
[11:07:29] Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.29.0, on Microsoft Windows [Version 10.0.22631.4890], locale es-US)
[√] Windows Version (11 Home Single Language 64-bit, 23H2, 2009)
[√] Android toolchain - develop for Android devices (Android SDK version 35.0.1)
[X] Chrome - develop for the web (Cannot find Chrome executable at .\Google\Chrome\Application\chrome.exe)
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[√] Visual Studio - develop Windows apps (Visual Studio Build Tools 2022 17.13.1)
[√] Android Studio (version 2024.2)
[√] VS Code (version 1.97.2)
[√] Connected device (2 available)
[√] Network resources
! Doctor found issues in 1 category.
╭────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ Error building Flet app - see the log of failed command above. │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Question
Hi!
My problem is that my application with
Flet 0.26.0
works fine, I had some problems with thebuild
when executing the.exe
and I decided to reinstall everything,Python 3.6.12
,Microsoft Visual C++ Redistributable
(2022, the latest),Visual Studio Build Tools 2022
(Desktop development with C++),Flet 0.27.1
(including adapting a certain part of the code, such as the dropdown height that no longer works), includingCMake
,Android Studio
(because of the SDK) andFlutter 3.27.4
(I don't know if there is anything else), and all that, since I get errors all the time, I would only need to reinstall "Visual Studio Code".At first I was getting the error
MSB3073
andSTL4038
, so inc_cpp_properties.json
of Visual Studio Code I changed the value of"cppStandard": "c++17"
, to"c++20"
(I think it was deconfigured when reinstalling everything) and inCMakeLists.txt
that is generated with thebuild
I changed in line 41target_compile_features(${TARGET} PUBLIC cxx_std_17)
tocxx_std_20
since within the errors it tells me that the build process usesC++20
. Once that is done, now I get the errorC4596
, which I can't find anywhere and I can't think of what to do.I'm tired of everything I've done and I'm starting to think I got a little lost😓 so I would appreciate if someone could help me.
Part of the log result of "flet build windows -vv"
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions