LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application Builder Issues with Microsoft Exce

Dear Friends,
 
                     I recently migrated from LabView 7.1 to LabView 8.0. My application requires interaction with microsoft excel files, like saving and opeining the excel files programatically.  Though it works in PC which has the LabView installed in the machine.. I am unable to run when a standalone executable when installed in a PC that doesnt have LabView.
 
                   In LabView 7.1 the interaction with excel required inclusion of _excl_sub.llb and _word_sub.llb in support files. In 8.0 I had included these llbs as a part of project files. In the source files window (Located on Build Specifications--My application-Properties) I have inlcuded these llbs as a part of  dynamic and support files. In the source files window(Located on Build Specifications--My application-Properties) I have unchecked include even if not referenced by other files for both _excl_sub.llb and _word_sub.llb.
 
                     I am able to build the application and installer but the the satanalone EXE generated does'nt work.
 
Does deploying applications including excel and word require any more file inclusions other than these steps..
 
 
 
Regards,
Pavan
0 Kudos
Message 1 of 3
(2,735 Views)

Pavan,

I have successfully used method called out on page 9 of this document.  It calls for a specific vi be added not a llb.

http://www.ni.com/pdf/manuals/323805a.pdf

Message 2 of 3
(2,728 Views)

The only difference that I was not doing common in both places is this one including .llb incase of 8.0 instead of specific dynamic vi which is did it with 7.1.

Thank you..

Pavan

0 Kudos
Message 3 of 3
(2,685 Views)