LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Undefined Symbol/Link error when running project in Lab Windows/CVI

I am trying to run a project I created in LabWindows/CVI, it compiles, but gives me these two link errors, 2 Project Errors, Undefined symbol '_stricmp' refernced in "kpaapi.lib", and Undefined Symbol '_getpid' refernced in "kpaapi.lib". The kpaapi library is a libray file i included in my project to link to the hardware I'm using. How do I get rid of these errors?
0 Kudos
Message 1 of 2
(3,050 Views)
Change (CVI 5.5) in menu: Option , Build option, Default calling convention in ccdel or stdcall selection.
I have a similar problem between some lib creating with CVI 5.01
Or, recreate your lib with an other call convention.
0 Kudos
Message 2 of 2
(3,050 Views)