01-19-2011 09:06 AM
Hello. I have the main project where top vi calls plug-in vi in sub panel. Plug-in vi is in separate project (or library). Plug-in vi is realized by means of object. Class of this object is descendant class of ancestor class in main project. This works correctly and plug-in loads. The problem appears when I create application from main project, which loads plug-in vi from separate project: plug-in vi doesn't load. The question is how to organize the interaction between application and plug-in vi correctly?
01-20-2011 11:47 PM
BPS:
Is there a particular reason why you haven't added the plug-in VI to the project where it is being called? It would be easier if it were added from there.
Are you running the executable on another PC, or the development PC. How are you opening the reference to the plug-in VI? Can you post a screen shot?
01-21-2011 01:42 AM
Thank you, for your answer. I solved my problem. It was in wrong paths to plug-in vis.