Can I unregister an IMAQ adaptor?

7 views (last 30 days)
Jonathan
Jonathan on 29 May 2014
Answered: Erik on 18 Jun 2015
I want to be able to unregister an adaptor. I am working on developing an adaptor for a specific video card and that leads to registering in an unfavorable location or I want to free up the name.
I don't understand why this isn't already built in.
So, I ask the mechanic, "whats wrong with my car?" and he says "One." Fail messages should be more helpful.
  2 Comments
Jonathan
Jonathan on 3 Jun 2014
I can assume this is not possible since I've not seen any reference to unregistering in the documentation and nobody has responded to this question.
Jonathan
Jonathan on 3 Jun 2014
I want to be able to unregister the release version from one location and register the debug at another location where the debug files exist. And vice versa.

Sign in to comment.

Answers (1)

Erik
Erik on 18 Jun 2015
That worked for me:
imaqregister('full path to file to dll','unregister')
For example, I had moved the driver file sximaq.dll already somewhere else, but Matlab still noticed it as registered at C:\NVBI\sximaq.dll and I was not able to register the same file again. So I used
imaqregister('C:\NVBI\sximaq.dll','unregister')
and the file was officially unregistered.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!