01-09-2015 12:01 AM
Hi,
I am facinng the following issue.
I am using VC++ tlb file(64bit) in Labview.if I update the source code with a new function and regenerate tlb file and If I browse and select the new tlb file,Labview 2014 is not showing/recognising the updated functions.
Can some one suggest a solution for this. Is this the issue with LabView 2014??
01-09-2015 03:21 AM
Hi there,
Can you post a piece of code or picture ? I've seen this before : after updating the tlb files/references in LV, I had to click the various property/method nodes to update them manually (it can be cumbersome).
It can be seen as a bug, but I think it's more about the entry points of the functions that change (their addresses in fact), and LV does not handle these changes because the names have not changed.
Eric M. - Senior Software Engineer
Certified LabVIEW Architect - Certified LabVIEW Embedded Systems Developer - Certified LabWindows™/CVI Developer
Neosoft Technologies inc.
01-09-2015 08:53 PM
Hi Eric,
Even Iam facing the exact issue what you have described. Is there any workaround for that?