LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I'm useing lvwutil32.dll and am getting a "Error 10" (New I/O attempted with old I/O in progress), help :-(

Like my question says, I'm trying to use a buntch of vi's I had gotten about 3 years ago. They work with windows and managing them, along with other standard PC events. I have no problem with the implementation of these vi's into any of my diagrams nor while running the application where my IDE is installed. However, when I try to compile it, I get the "Error 10 occurred at C:\Program File\...\user.lib\lvwutil32.dll". It states 2 possible causes: 1) LabVIEW: Duplicate path & 2) NI-488: New I/O attempted with old I/O in progress".
0 Kudos
Message 1 of 2
(2,362 Views)
It has to do with the way you have your build file constructed. The source and destination can't be the same because the application builder attempts to copy the dll into the build directory-which causes the error.

To fix the problem, create a directory containing the dlls you will be using in the build. Specify the dlls in this directory as the source file. Next, after adding all the dlls to the project, click on the "Custom Destinations..." button and for each of the dlls you've added, specify the "Windows System Directory" as the destination WITH NO RELATIVE PATH.

The build should now work...

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 2
(2,362 Views)