01-17-2011 09:20 PM
I get the following error when I try to run my LabWindows/CVI executable:
"The program can't start because SK32w.dll is missing from your computer. Try reinstalling the program to fix this problem."
This program worked fine on an earlier version of windows XP and an earlier version of LabWindows/CVI. I am trying to run this program on Windows 7. The LabWindows is version 2009. I do not get any compile errors. What does SK32W.dll do? Do I need to install this to make my program run?
01-17-2011 11:58 PM - edited 01-17-2011 11:59 PM
This dll appears not to be neither part of the OS nor of CVI; are you using some additional hardware / software in your application that requires specific libraries? If so you may need to install them on your target system too. Are you including some special header file / library / dll in your project? Does the project run in debug mode? Can you look in your previous sytem and search informations about such library?