Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Unresolved external 'InitCVIRTEEx'

I'm trying to build a project that uses the CVI library. As per the tutorial, I include calls to InitCVIRTE() and CloseCVIRTE(). Everything compiles fine, but will not link. The error message I receive is "Unresolved external 'InitCVIRTEEx'".

I'm using Borland Builder 5.5, and their ilink program. Can anyone tell me what library contains this function?

Thanks,

-Joseph
0 Kudos
Message 1 of 4
(2,557 Views)
Hello Joseph,

This definatelly looks like a linker error; make sure that you include cvisupp.lib from the C:\Program Files\National Instruments\CVI70\extlib\borland folder. The CVIRTE functions should be defined there.

Let me know how this goes.

Regards,

Juan Carlos
N.I.
0 Kudos
Message 2 of 4
(2,557 Views)
Thanks, that worked! I thought I had already tried linking the cvisupp.lib library, but I guess I was mistaken. Once I added that to my list, everything linked fine. Thanks for the help!

-Joseph
0 Kudos
Message 3 of 4
(2,557 Views)
I'm glad is working now. I actually found a doc that covers some other details.
What Files Do I Need When Calling CVI Libraries From an External Compiler?

Good luck with your project.

Juan Carlos
0 Kudos
Message 4 of 4
(2,557 Views)