08-11-2010 07:27 AM
Dear all,
I'm using CVI 8.1. under Win XP32 Pro. I have to write an application using a third party PCI bitsynchronizer hardware. The supplier of the hardware provides a driver consisting of several header and library files. I incorporated that into my CVI project and it compiles OK, however during linking I get the following message:
Project link error:
Undefined symbol '__CIpow' referenced in "libio.lib".
It seems to me that they use an external function inside the driver library.
Looking this up on the internet suggests that CIpow() is a MS runtime function.
Is there any way around that so I can use that driver from within CVI?
Any suggestions appreciated!
08-11-2010 06:59 PM