LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent: 8.5.1 Link errors related to cvistart.lib

Hi all,
 
Up against a deadline and seem to have a problem due to my upgrade from 8.5 to 8.5.1. I get these link errors:
 
  Undefined symbol '___UFRNameTable' referenced in "c:\program files\national instruments\cvi85\bin\Msvc\cvistart.lib".
  Undefined symbol '___CompiledDebuggingLevel' referenced in "c:\program files\national instruments\cvi85\bin\Msvc\cvistart.lib".
  Undefined symbol '___PtrInfoFixupTable' referenced in "c:\program files\national instruments\cvi85\bin\Msvc\cvistart.lib".
  Undefined symbol '___CVI_Sections' referenced in "c:\program files\national instruments\cvi85\bin\Msvc\cvistart.lib".
 
when I try to build a release exe. I saw another thread where not having a "main" seemed cause a similar error, but it seems not to be the case here.
 
Please don't hold back. I'm looking for ideas ASAP.
 
Thx,
Ian
0 Kudos
Message 1 of 2
(3,340 Views)
Hi Ian,
 
It's a bit of mystery how you got into this state. None of those symbols are new for 8.5.1, and they should only be required by the linker when you're building a debug executable.
 
I would suggest marking the project for compilation and then building again. If that doesn't work, try completely removing the entire cvibuild.* folder, and then try to build again.
 
Let us know what happens.
 
Luis
0 Kudos
Message 2 of 2
(3,311 Views)