01-18-2006 02:49 PM
01-18-2006 03:09 PM
How are you interfacing to the library? A code interface node to make calls to a DLL is generally very fast.
On the other hand, if you are using COM (ActiveX) calls, then it's going to be slow. More info is here.