02-26-2008 03:52 AM
02-26-2008 02:44 PM
Hi Martin,
I had the same exact problem recently, and it turned out not to have anything to do with global variables or dynamically loaded VIs, etc. What may shed some light on the actual issue is if you force a re-compile of the VI that the builder is complaining about. (To do this, hold down shift and control, and hit the run button on the VI.)
In my case, this cause the dreaded "broken arrow" to appear and I discovered the root cause to be an ActiveX function call that needed to be relinked to resolve a version conflict. In your case, maybe you do not have some necessary software component that the code is expecting to exist?
Good luck,
Rob
02-27-2008 06:31 AM
02-27-2008 07:49 AM
03-04-2008 07:15 AM
Hi Martin,
I suggest you try what is suggested in this link, some of the information is already covered in the posts above but some might be new.
http://digital.ni.com/public.nsf/allkb/705C2ECA081F3C7986256C0F00559B02?OpenDocument
If you are using the office toolkit, it might be an idea to masscompile the _office folder and you might also need to uncheck the "Disconnect type definitions and remove unused polymorphic VI instances".
Good Luck
03-12-2008 08:44 AM