LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i do have to use vc6.0 static library in cvi8.0

Can the cvi use the static library code which produced in vc6.0. if can ,what to do? thanks.
0 Kudos
Message 1 of 3
(3,306 Views)

可以,只需要将.dll ,.lib 和 .h文件复制到工程目录下,将.h和.lib添加到工程中就可以使用了. 

0 Kudos
Message 2 of 3
(3,176 Views)
simply add the .lib file generated by vc6 to your project as well as the corresponding .h file.
0 Kudos
Message 3 of 3
(3,173 Views)