slubeck Posted July 16, 2008 Report Share Posted July 16, 2008 My vi uses the Excel toolkit. All runs fine as a VI. When I build the applciation, the builder terminates and sends an error message "GOOP object repository statistics.ctl". I cannot figure this out... Quote Link to comment
Dan Press Posted July 16, 2008 Report Share Posted July 16, 2008 I haven't seen that error, but did you make sure to include the "...\vil.ib\addons\_office\_exclsub.llb\_Excel Dynamic VIs.vi" in your project? The documentation recommends including the "...\vil.ib\addons\_office\_wordsub.llb\_Word Dynamic VIs.vi" as well. Quote Link to comment
slubeck Posted July 16, 2008 Author Report Share Posted July 16, 2008 I have not found dynamicVI.vi or anything similar yet. Where are these files? I found a work around for now going down to core property node and invole node programming and getting rid of GOOP refferences. It was painful, but it runs and compiles. I would like to make thjis work the easy way in the future, though. Quote Link to comment
Yair Posted July 17, 2008 Report Share Posted July 17, 2008 QUOTE (slubeck @ Jul 15 2008, 09:44 PM) I have not found dynamicVI.vi or anything similar yet. Where are these files? I found a work around for now going down to core property node and invole node programming and getting rid of GOOP refferences. It was painful, but it runs and compiles. I would like to make thjis work the easy way in the future, though. Dan already gave you the path to the files. They are found inside the vi.lib folder which is is found inside the LabVIEW folder. In Windows, this is C:\Program Files\National Instruments\LabVIEW x.x\vi.lib by default. If you don't use the dynamic calls, you run the risk of having your code break when using a different version of Office, because Microsoft changes the interfaces between Office versions. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.