I want to make an RPC call from a CVI program. I have #include . In rpc.h, RpcTryExcept is #defined to be __try. When I compile the line RpcTryExcept{myFunction}, CVI doesn't know what __try is. What do I need to do for CVI to be able to make RPC calls?