LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PDA Build Errors

Hello All,

I am trying to build a PDA executable. Recently the code would build ok, I have since made some changes and I get these errors:

lvCEPDAMain.obj : error LNK2001: unresolved external symbol App1_CleanupLSRs
lvCEPDAMain.obj : error LNK2001: unresolved external symbol App1_VIName
lvCEPDAMain.obj : error LNK2001: unresolved external symbol App1_Run
myProj.exe : fatal error LNK1120: 3 unresolved externals

I am slowly deleting code to try to find out where the problem is, can anyone suggest any quick tips to find out what is causing theses errors?

Thanks

ssk
0 Kudos
Message 1 of 6
(2,889 Views)
search the forum with that error message. you can get a couple of solutions....
 
0 Kudos
Message 2 of 6
(2,882 Views)
I checked out the posts prior to asking the question, most of them do not relate to the PDA module.

One revealed a bug in LV 8.2 (I am running 8.5). The other was a bug in my version but not applicable to my code.

Any other suggestions gratefully received!
0 Kudos
Message 3 of 6
(2,878 Views)
Hi ssk,

Is it possible for you to post your code, so I can try the build over here? It must be the case that there is something in your VI that is unsupported for PDA, but doesn't necessarily break the run arrow. You are going down the right path of removing certain nodes to see what could be causing this error.
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 4 of 6
(2,858 Views)
Thanks for the reply. Would it be possible to email the code to you? It is for a product that is not yet launched and there would be confidentiality issues if I posted the code on the forum.

Thanks

ssk
0 Kudos
Message 5 of 6
(2,854 Views)
Yes, I have sent you an email. You can reply back to that.
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 6 of 6
(2,852 Views)