LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Using dll built in cvi 7 in a 5.5 cvi project

Hello Everybody,
 
I want to use a dll built on cvi 7 and now I want to use this dll on a 5.5 cvi project?
 
How I can use the .h and .lib of this dll on my 5.5 CVI project?
 
Thank a lot for your answer
 
BR
 
Nicolas
0 Kudos
Message 1 of 3
(3,209 Views)
It's seems to be OK to use this DLL on 5.5 CVI Project.

But my problem now is I call a function on my project for saving a image and the DLL use "SaveBitmapToBMPFile" function. But on CVI 5.5 this one isn't implemented.

I have update my userint.h of my cvi 5.5 but I have always the error Undifined symbol 'SaveBitmapToBMPFile' on ... 'xx.c'

Thanks for your help,

Nicolas
0 Kudos
Message 2 of 3
(3,200 Views)
Hi,

This function relies on elements you'll only find in more recent versions of CVI. National Instruments doesn't support anymore CVI 5.5. Why don't you consider to upgrade your project?

Cordially,
0 Kudos
Message 3 of 3
(3,157 Views)