05-24-2013 01:48 AM
Hi!
My Labview application works now in WinXP environment.
It uses audio device enumeration to select the appropriate device on PC.
To do it I use now Automation call to DirectX interface.
This function generates error on PC under Windows7 with message: "unregistered class....".
Of course Win7 doesn't have DX8,
What an alternative does exists in Win7 and what I have to change in my Labview function?
Thanks in advance for an idea.
Anatoly
Solved! Go to Solution.
05-24-2013 09:49 AM
Use .net constructor.
05-26-2013 11:33 PM
Thanks a lot, aCe!
Its ok,
Anatoly