Hello,
We are in process of converting one of our LXI product driver to support LVRT. The driver was originally written using CVI. Most of the driver calls were simply pass through and execute a remote procedures using ONC RPC drivers. ONC RPC and driver internally use winsock 2 and POSIX threads. We came to know that LVRT doesn't support winsock2(supports uses only 1.1) and RPC calls.
What is the better and quickest way for porting the driver? Any suggestions would be greatly appreciated