06-05-2023 06:03 PM
Heyo,
I have a piece of code that was written some time ago, and while everything seems to be working correctly, I can't seem to build it. It says it's because the path is too long, but after comparing it with someone else (who was able to build it) I noticed that it was because their path was just C:\tNIAB\etc... While mine was at C:\Users\USERNAME\AppData\Local\Temp\tNIAB\etc... I can't seem to figure out why this change has occurred. The VI that is affected is the Actor Frameworks Receive Message VI, and the VI loaded from a different path is the Get LV Class Name.vi. Anyone have any experience with this? Thanks!
Solved! Go to Solution.
06-06-2023 08:14 AM
I can't say why it would change, but I too build in C:\RT Temp because I have been hit with weird long paths giving me issues before. If you want to get fancy you can use a Post Build VI to move the build to be near the project building it.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
06-19-2023 03:45 PM
I figured it out and, to be quite honest, I'm a bit embarrassed, but I was unaware that there was a straight up option to change what directory to use as the temporary directory. He must've changed this to C:\ and forgotten, meaning he shaved off a solid 30 characters or so. I just changed it and it worked perfectly for me