LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview 8.2 application builder gives load error 3

Hi,

I have been developing a Labview application that I am compiling to an executable for others to run. It has been working fine until I recently made an update to the VI, but not the build settings, and now the executable generates a load error 3 for several of the sub vi's.

I am using labview 8.2 professional. I've tried using the advice in support doc 33CDL8QX but I cannot change any of the sub vi settings - everything is greyed out as shown in this image:



I've tried toggling the 'Remove Panel' option globally but this has no effect.

I'd be grateful for any help, this is driving me mad!

Cheers,

Pete

0 Kudos
Message 1 of 3
(2,681 Views)
Hey there pete,
Is it possible to post your project or a shinked version of it that generates the error? I would have recomended having a look at the knowledge base you mentioned but you cannot change any of the sub vi settings. Could you attach the screenshot to your reply as I cannot see it.
Did you have a backup of your application? Do you get the same error if you try and build an installer?
Best Regards,
0 Kudos
Message 2 of 3
(2,643 Views)
Hi,

Apologies, I meant to post this a while ago but I have worked out what was going on.

I was making a call to the windows user32.dll to hide the mouse cursor during part of my program. The standalone program then tried to include this dll and call the local version, rather than the windows version. Deleting user32.dll from the 'data' directory  of the built program solved the problem.

Hope this is useful to somebody!

Pete
0 Kudos
Message 3 of 3
(2,588 Views)