07-04-2006 01:53 AM
07-04-2006 03:48 AM
try this:
encapsulate all your IMAQ stuff in a single VI, load this vi dynamically and get the property Execution->State. If the value is "Bad" IMAQ is not installed, if "Idle" IMAQ is installed.
07-04-2006 03:58 AM
07-04-2006 04:14 AM
07-04-2006 04:56 AM
07-04-2006 07:04 AM
hi there
i attached a simplified example. i don't expect any dialogs for missing VIs or dlls. what could happen is that it takes a while until the property node returns the execution state, depending on the number of calls for missing VIs or Dlls. maybe you could create a VI with only one single IMAQ-VI and then determine the existence of IMAQ by calling this VI. if it takes too long you could save the result of the test to an ini file and skip the test at next startup.
07-05-2006 04:54 AM