Closed 036 closed 4 years ago
Try to compile it as 'Release' instead of 'Debug'. For me its working on Release, but getting the same error on Debug.
That works, thanks.
Try to compile it as 'Release' instead of 'Debug'. For me its working on Release, but getting the same error on Debug.
The _ASSERT
macro should be defined in crtdbg.h
in the ucrt
directory of the effective Windows SDK. I wonder if this is a build configuration / toolset bug caused by the WindowsTargetPlatformVersion
vcxproj field in Visual Studio 2017.
What version of Visual Studio are you using?
Did you upgrade / downgrade the MouiiCL project when you first opened the solution?