imaqregister won't register 3rd party dll
답변 (2개)
0 개 추천
There are a couple of reasons why imaqhwinfo won't load a registered adaptor DLL. The first is that the DLL is not actually loadable. The most likely cause of this that all of the libraries that the DLL depends on are not present on the system, or are not in the expected location. You can use Dependency Walker to investigate that issue.
The second most likely cause is that the exported functions that imaqhwinfo expects to find are not present. What happens if you try to compile and register the demo adaptor? If the demo adaptor is present, make sure that you are properly exporting all of the functions that the adaptor kit indicates need to be exported. The Dependency Walker tool above can help with that issue as well.
카테고리
도움말 센터 및 File Exchange에서 National Instruments Frame Grabbers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!