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
Error using mex
C:\Users\UTENTE\Dropbox\LAVORO\Articoli\AutomaticPC_AlignmentRealSense\LeapMotion\matleap-master\matleap-master\LeapConnection.cpp: In function 'void millisleep(int)':
C:\Users\UTENTE\Dropbox\LAVORO\Articoli\AutomaticPC_AlignmentRealSense\LeapMotion\matleap-master\matleap-master\LeapConnection.cpp:300:20: error: 'Sleep' was not declared in this
scope
Sleep(milliseconds);
^
Error in build (line 37)
eval(cmd)
How can I solve the issue?
The text was updated successfully, but these errors were encountered:
I'm trying to build the MEX, but I get the error:
Error using mex
C:\Users\UTENTE\Dropbox\LAVORO\Articoli\AutomaticPC_AlignmentRealSense\LeapMotion\matleap-master\matleap-master\LeapConnection.cpp: In function 'void millisleep(int)':
C:\Users\UTENTE\Dropbox\LAVORO\Articoli\AutomaticPC_AlignmentRealSense\LeapMotion\matleap-master\matleap-master\LeapConnection.cpp:300:20: error: 'Sleep' was not declared in this
scope
Sleep(milliseconds);
^
Error in build (line 37)
eval(cmd)
How can I solve the issue?
The text was updated successfully, but these errors were encountered: