LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1430 in Building Executable

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

0 Kudos
Message 1 of 2
(2,692 Views)
I realized that I was not bringing a file called lvanlys.dll with the executable.  Apparently this is some extra information that is stored separately by using Support Directory.  If I bring lvanlys.dll along with the executable, it seems to work.
0 Kudos
Message 2 of 2
(2,684 Views)