LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

vc++ and cvi

hi

i try to compile my cvi files in vicual c++. so i get an object-file.
i include this objectfile into my project (cvi5.5)
everything work fine! but when i link my project the linker
reports that he cannot find function from the math.h file
like pow, cos, sin, fabs...

linker error:
Undefined symbol '__CIacos' referenced in "data.obj"

Can anyone help me

Thanks a lot
chris
0 Kudos
Message 1 of 2
(3,162 Views)
I found the best way to get a working CVI5.5 project to run under MS VC++6.0
was to load up
the Component Works++ from the CD.

This adds an option into the
FILE
NEW
Projects tab
NI Measurement Studio AppWizard

All the projects I've converted have compiled and run first time.

Euros
0 Kudos
Message 2 of 2
(3,162 Views)