02-10-2008 05:32 PM
02-11-2008 11:20 PM
Hi Greg,
You might be able to resolve this issue if you add #pragma comment(lib, "nidaqmxbase.lib") to the top of your source file and also making sure that in your build specifications, you include nidaqmxbase.lib as an additional file under Source Files. Those error codes are telling us that your program cannot find the library, and I think that in this case, the library is related to DAQmx base. Try this and let me know of your results.
02-12-2008 09:28 PM
02-13-2008 03:54 PM
Hello Greg,
Do you happen to have any formula or expression nodes in your LabVIEW PDA code? If so, do they contain ** (literally two star characters next to each other)? There have been couple of customers who have had the exactly the same type of error with LabVIEW PDA, and by removing the ** coding, they were able to resolve the issue.
There are some known issues with formula and expression nodes and the PDA compiler. If you do have the above **, can you please change it to (-1,x) instead of (-1**x) for example?
Otherwise, can you post the new buildreport.txt file so that I can see if anything else has changed after you followed the earlier suggestion?
Thanks, I'm looking forward to your reply.