11-19-2008 03:17 PM
I would like to get the code to you for debugging, but it is commercial code and I would have to spend a lot of time desanitizing it before I could post it publicly. Can I send it to one of you directly?
Travis
11-19-2008 03:56 PM
11-20-2008 03:21 PM
If you like I can send you an email such that you can attach this VI and send it to me. If you would like to do this, I can pull your email address from your profile with your permission. Do I have permission to look up your contact information so that I can contact you offline?
11-20-2008 03:26 PM
11-21-2008 11:17 AM
11-21-2008 01:29 PM
While not wanting to be "nosy" about the code, it would be nice if you'd care to share some insight about the problem (even in genral terms) and the solution.
11-21-2008 02:12 PM
It depends on how you look at it, but I've already posted my problem and solution:
Problem: I ported my 8.5.1-built application to 8.6 and it wouldn't build the *.exe throwing error 1502
Solution: Uncheck the exe build box called "remove unused members of project libraries"
I guess Michelle is going to look into the cause of the error. If there are any lessons learned of general interest, I'll be sure to post them if Michelle doesn't.
04-28-2009 12:47 PM
06-17-2009 09:11 PM
I am using LabVIEW 8.5 and i got this error this morning. I must say LV error description does not help you at all. At least LV should tell you which VI was bad that it was unable to save without diagram. After spending 6 hours today. Here is what i did. i would delete piece of code, build exe, if failed i deleted more code until the build succeeded. It was frustrating to say the least but finally i got to piece of code where a constant boolean was wired to case structure. I made that constant a control and then all worked. I think the earlier poster said the same thing.
I guess finding the culprit was the hard part. I am posting this because someone may find it helpful how i did it.
10-02-2009 08:41 AM - edited 10-02-2009 08:42 AM
I met this problem too.
Finally, I found my problem was caused from the boolean constant (T or F) connected to a case structure.
Instead of this, I changed it to enable/disable structure, like what A Paracha did.
Poyntor.