Cannot install real time window target
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi everyone, I used window vista in my laptop.after installation setup done, I try to setup real time window target in command window but it'd errors like this:
>>rtwintgt -setup
You are going to install the Real-Time Windows Target kernel.
Mex file entry point is missing. Please check the (case-sensitive)
spelling of mexFunction (for C MEX-files), or the (case-insensitive)
spelling of MEXFUNCTION (for FORTRAN MEX-files).
Invalid MEX-file 'C:\Windows\system32\input.dll': C:\Windows\system32\ver.dll is not
a valid Win32 application.
Error in rtwintgt>YesNoDialog (line 309)
yesno = input(sprintf('%s [%s] : ', promptmsg, lower(default(1))), 's');
Error in rtwintgt>rtwt_setup (line 106)
if ~YesNoDialog(prompt, infomsg, promptmsg, default)
Error in rtwintgt (line 65)
retval = feval(subfn, prompt);
can someone tell me what shud I do?many thanks
0 commentaires
Réponse acceptée
Kaustubha Govind
le 15 Mai 2012
Are you running the command from C:\Windows\system32? If yes, you need to switch to a different directory. See this solution for more information.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!