LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

exe doesn't work

 I have a VI “Build_DLL_GUI.vi” (see attached image Build_DLL_GUI.jpg) in which I am using a sub VI named "Build_DLL.vi". The “Buid_DLL.vi” builds a dll dynamically using “BuildTargetBuildSpecification.vi” taken from vi.lib folder (see image build.jpg). When I run “Build_DLL_GUI.vi” it works fine.  BUT… when build exe and installer, and install it and runt the application it generates following error: Code: 1055, Source: Property Node in BuildTargetBuildSpecification.vi->Build_DLL.vi->Build_DLL_GUI.vi What could be the problem? Imp. Note: BuildTargetBuildSpecification.vi is password protected by NI so cant open the block diagram

 

Download All
0 Kudos
Message 1 of 2
(2,687 Views)

Is the build-target specificaton VI one of LabView (I don't seem to have it)? Most likely it is a VI function specificly for the development environment, using development-environment functions (other VI's it depends on). LabView does find these in the development environment... but not in the runtime environment.

 

When executing an exe it uses the LabView runtime, which most likly has no support for building applications. Neither does it need to have that since its a runtime environment.

Message Edited by DaVince on 10-23-2008 03:48 AM
0 Kudos
Message 2 of 2
(2,665 Views)