changeofpace / MouClassInputInjection

MouClassInputInjection implements a kernel interface for injecting mouse input data packets into the input data stream of HID USB mouse devices.
MIT License
290 stars 82 forks source link

Unable to compile MouiiCL #2

Closed 036 closed 4 years ago

036 commented 5 years ago

image

Eziken commented 5 years ago

Try to compile it as 'Release' instead of 'Debug'. For me its working on Release, but getting the same error on Debug.

036 commented 5 years ago

That works, thanks.

changeofpace commented 5 years ago

image

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?