LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Update LabView 6.1 to 7.0; error 1003

I worked with a LabView Projekt using LabView 6.1. Than I installed at the same PC LabView 7.0. After that I couldn't build an application. I got the 1003 error. I ran masscompile and did all the things which are described in
http://digital.ni.com/public.nsf/websearch/705C2ECA081F3C7986256C0F00559B02?OpenDocument
But this didn't help. In the development environment all works fine, when I start Labview with "LANG=C" Otherwise it crashed with error in fontmgr.cpp, line 1023. With LAbView 6.1 I didn't have this problems.
0 Kudos
Message 1 of 3
(2,763 Views)
Hi,

the error 1003 normally indicates a not runnable subVI.
It wonder if the VI is running under LabVIEW 7 or if the error only occures when building an executable? Perhaps you can post your VI, so that I can check it on my computer?
A few weeks ago, I had a similar problem running a LV6.1 VI under LV7. At that time the error was that the connections of a VISA-VI had changed, so that I had to wire one additional connection in LV7, but not in LV6.1.

regards,

Peter Weber
NI Germany
Message 2 of 3
(2,763 Views)
Hi,

thank you for your E-Mail. I have found the problem. In a SubVi I have a reference as an Input. The Output of this SubVi was the Indicator, where the reference is related to. After I have replaced the Indicator with a Local Variable to this Indicator, I could build the executable. But this problem occurs only with LabView 7.0. It don't occur in the development environment.

Thanks

Georg Lampe
0 Kudos
Message 3 of 3
(2,763 Views)