LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

"DLL version does not match import library"

I have some CVI applications that use Microsoft Word to print a test report. I don't know what changed, but I now get a Word Automation error that "The DLL version does not match the import library," and the report does not print. I'm using Windows XP. Any ideas?
0 Kudos
Message 1 of 2
(3,162 Views)
Gris,

The first thing to chck is that the version of Word did not changed. When you develop an ActiveX control for a certain version it will only run with that specific version of Word.

You can also check the version of the DLL used in the developing maching and compair it with the une in that computer. You can check the version of the DLL by just rigth-clicking on the file and going to the properties.

I hope that helps, bet let me know if you have any questions.

Regards,

Juan Carlos
N.I.
0 Kudos
Message 2 of 2
(3,162 Views)