whitesu Posted September 8, 2004 Report Share Posted September 8, 2004 Hi, I've just joined the forum and it's great to see the discussion on many issues that I have been grappling with myself. Here's my current problem. I have a large application that I have broken up into a dll and application. If I run the application in the development environment, it runs nicely with all dll calls executing correctly. But when I try to build the application, I get error 1073. It references a vi within the dll (Parse Stored String(multibyte).vi) saying that "This property is writable or this method is available only when the VI is in edit mode." If I find vi's by name, I can select this vi so it is in memory but it is not found when I search either the program source, the dll source, or application builder. As an alternative, I can call each vi by reference but since each vi need to be selected individually in the application builder script, the dll is definitely my preferred way to proceed. Has anyone come accross this problem? Susan 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.