Why do I get "Warning: Misregistered adaptor found." when I try to register my adaptor using the Data Acquisition Toolbox 2.2 (R13)?
1 回表示 (過去 30 日間)
古いコメントを表示
I have created a driver using the Data Acquisition Toolbox Adaptor Kit. The code compiles, but when I try to register the .dll using DAQREGISTER, I receive the following warnings:
Warning: Misregistered adaptor found.
Warning: Misregistered adaptor found.
Warning: Misregistered adaptor found.
ans =
'adaptor_name.dll' successfully registered.
where adaptor_name is the name of my adaptor.
When I try to use DAQHWINFO on this adaptor, I receive the following errors:
??? Error using ==> daqhwinfo
Error using ==> daqhwinfo
Failure to open requested data acquisition device. Class not registered.
採用された回答
MathWorks Support Team
2010 年 2 月 3 日
This issue occurs when the adaptor is built with a version of Microsoft Visual C++ that does not have the most recent service packs applied. Please use the Microsoft Visual C++ 6.0 SP6 for building an adaptor for the Data Acquisition Toolbox. See your system administrator for updating your service pack.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!