Questions tagged [force-feedback]
2 questions
1
vote
1 answer
Missing file .mex error on a newer matlab version
I have a .mex code that properly works on Matlab 2012b (32bit).
However, I would like to make it work also on Matlab 2019b (64bit).
When I run it in Matlab 2019, even though the directory is introduced in the path, the error that I get is:
Missing…

Erika Santuccio
- 11
- 1
0
votes
0 answers
Directinput start effect with duration
I got this issue:
when I create my periodic effect I set
jsInfo.periodic[p].effect.dwDuration = INFINITE;
'cause I don't know what will be the duration...
after, when I need to play the effect (and I know the duration) I do…

ghiboz
- 7,863
- 21
- 85
- 131