05-12-2010 04:42 PM
Hello,
I have been receiving an error:
Error 1430 occurred at Create Folder in Create Directory Recursive.vi->AB_Destination.lvclass:Create_Destination.vi->AB_Build.lvclass:Create_Destinations.vi->AB_Application.lvclass:Create_Destinations.vi->AB_Build.lvclass:Build.vi->AB_Application.lvclass:Build.vi->AB_EXE.lvclass:Build.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller
Possible reason(s):
LabVIEW: The path is empty or relative. You must use an absolute path.
<Not A Path>
From looking at this post:
http://forums.ni.com/ni/board/message?board.id=170&thread.id=463356
I found that you can:
"Under Build Specifications > Application > Properties select Source File Setting.
In the Project Files section select Dependencies.
Check the box Set Destination for all contained items and from the drop down select Support Directory." courtesy of Dtray.
This allows me to build the executable, but when I try to transfer that executable from my company's network to a different computer, and run it, there is an issue where I must find the "eventvkey.ctl".
I believe what is happening is that the fix to allow the executable to be built is causing some of the sub-VIs or controls to be placed somewhere else, where they are not transferred along with the executable.
If anyone has any knowledge of how I may be able to solve this, I would appreciate the help.
Thanks
05-12-2010 05:02 PM