03-07-2011 02:02 PM
I have an instrument driver that is a dll and limits the number of devices that can be communicated to. I need to get two instances of the dll loaded somehow. The main dll calls sub-dlls so just re-naming in not an option. Is there a way to call a VI with VI server and have that VI operate out-of-process so it loads another copy of the dll's into it's process space?
03-08-2011 05:03 AM - edited 03-08-2011 05:03 AM
Not without creating two independant excutables.