tnt Posted April 5, 2006 Report Share Posted April 5, 2006 In several of my programs I use the name of a typedef as an identifier. Since LV 7, there's an option (which is default ON): "Disconnect type definitions and remove unused polmorphic VI instances" When building an application (as small as possible), I only want to choose for the removal of the unused polymorphic VI's but I DON'T want to disconnect my typedefs. So why is this one option in stead of two ... Quote Link to comment
Ton Plomp Posted April 8, 2006 Report Share Posted April 8, 2006 In several of my programs I use the name of a typedef as an identifier.Since LV 7, there's an option (which is default ON): "Disconnect type definitions and remove unused polmorphic VI instances" When building an application (as small as possible), I only want to choose for the removal of the unused polymorphic VI's but I DON'T want to disconnect my typedefs. So why is this one option in stead of two ... I was last day with a NI tech-rep and he replied that this option is added for backwards compatibility. I think you'll have to replace the polymorphic VI's by the actual subVI's. One method i can think off is to make a source distribution where you have the option activated and then reconnect the typedef.... Which of the two is the best for you is up to you.. Ton Quote Link to comment
Ed Dickens Posted April 11, 2006 Report Share Posted April 11, 2006 Just curious here, but could you use the controls "Caption" or "Label" or as your identifier? What are trying to accomplish? Ed 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.