Jump to content

Conditional disable symbols for My Computer


Recommended Posts

We have just started changing over to MS Office 2007 and have found some problems using current VI's with the new Excel 2007 API. Specifically, some parameter lists have changed which breaks my VI's. My problem is that not all LV developers are changing Office versions at the same time. Conditional disable structures look like a good way to deal with this as I can call the Excel API version I need based on conditional symbols.

My question is, can I add symbols to the Conditional Disable Symbols list for My Computer? It currently shows CPU and OS symbols, it would be nice if I could add Office or Excel version to the list. :unsure:

Link to comment

QUOTE(Lars915 @ Mar 7 2008, 09:10 AM)

My question is, can I add symbols to the Conditional Disable Symbols list for My Computer?

Absolutely - you can add whatever you like. Then, when building, you can crete two separate builds, each based on the different conditional disable.

Link to comment

QUOTE(JDave @ Mar 8 2008, 09:03 PM)

If you want it to automatically detect what version of Office or Excel you have on the computer and operate accordingly, then the answer is no. It looks like you need to write a VI to determine what version of Office you are running, and then set some flag (in a http://wiki.lavag.org/Functional_global_variable' target="_blank">Functional Global, or Global Variable etc.). In your code that accessed the Excel API you change your behavior based on that flag.

If you want to build two different versions to distribute to different people, then crelf's suggestion would work well.

David

That's kinda what I figured. The list under My Computer isn't too promising.

Thanks for the replies!

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.