Quantcast
Channel: LabWindows/CVI topics
Viewing all articles
Browse latest Browse all 5355

CVILowLevelSupportDriver not found in Windows10

$
0
0

I updated my system from Windows 7 to Windows 10.

 

At the beginning of my program I installed the following code:

if (CVILowLevelSupportDriverLoaded ())
{printf ("%s", "CVILowLevelSupportDriver is Loaded\n");} else
{printf ("%s", "CVILowLevelSupportDriver is NOT Loaded\n");}


In Windows 7 this function returns that the Driver is loaded,

in  Windows 10 it returns not loaded.

The driver exists: C:\Windows\System32\drivers\cvintdrv.sys

The registry exists:

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\cvintdrv

TypeNameValue
DWORDErrorControl00000001
StringGroup"Extended Base"
DWORDStart00000002
DWORDType00000001

 

I have a 32bit system, I have administrator rights! I am using CVI 2017.

Windows10 was released 2015, so CVI 2017 should work completely on Windows10!

 

I need direct access to the internal IO-ports with inp and outp! No way around possible!

 

Is there anyone using inp and outp commands under Windows10?
Can you give me any hints?

Thank you very much


Viewing all articles
Browse latest Browse all 5355

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>