HI,
I am using LabVIEW 8.0.1 and I am trying to programmatically build an application (.exe) out of VIs by first creating a library (.llb) and then compile the .exe file. I succeeded the first step to create the llb. To build the application, I am using a VI found in labview library, called:
C:\Program Files\National Instruments\LabVIEW 8.0\vi.lib\AppBuilder\ABAPI Build Application.viI am providing these inputs:
-
LLB to convert (the one I've just created using
LLB Manager to first create an empty llb and then
C:\Program Files\National Instruments\LabVIEW 8.0\vi.lib\Utility\libraryn.llb\Librarian Copy.vi to copy into the llb a VI that simply pops up a message box showing "Hello World!")
-
Application Destination (e.g. C:\Hello world.exe)
-
Application Info (the name only, e.g. "Hello world")
The following error occured:
Error 6 occurred at Invoke Node in ABAPI Dist Build App from LLB.vi->ABAPI Build Application.vi->Builder.vi
Possible reason(s):
LabVIEW: Generic file I/O error.
---
NI-488: I/O operation aborted.
Method Name: Build:Application
Can somebody help me with this?
Joe