Jump to content

error building labview app with excel toolkit


Recommended Posts

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.

Link to comment

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.

Link to comment

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.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.