LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

state is a missing VI or C file

Hi,

i´m developing an app that as to send an sql query to a DB server, using Bluetooth to communicate between server and client.
My client is being developed with LabVIEW PDA Module and my server was developed with LabVIEW 7.1.

When i try to make the build for windows in my client app, no error occurs. But, when i try to make the build for pda, the following error occurs:
state is a missing VI or C file. Details: There was an error building the executable. Please check the VI´s or C files that were added.

I have already tried to build simple applications, each application with each of one of the subVIs that i´m using.
But, still the error occurs. In attachment i leave my VI (Execute SQL query.vi) and all the subVIs.
Can anyone give a help with this?

Thanks,

Pedro

0 Kudos
Message 1 of 3
(2,892 Views)
Hi,

after some desperate attempts, i was able to correct this error.
The problem was that i was using a table control in the "Execute SQL query" vi. I tried to replace the table control with a 2D array.
And, with that the error was gone.
Now, that the problem is gone, i would to figure out why this error happens.
I´m using the table control in other VIs, and this error didn´t occur.
Anyone?

Thanks,

Pedro Sampaio
0 Kudos
Message 2 of 3
(2,886 Views)

I can't look at your VIs, but the PDA module occasionally has "weird" bugs (for example, try to build a program that monitors a value change event for 2 controls of a different type (numeric and boolean) in the same case and see what happens. This also happens for numeric controls with different represetations). Maybe this is one of them.

To report a bug, select the email option here and include a link to this thread.


___________________
Try to take over the world!
0 Kudos
Message 3 of 3
(2,870 Views)