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
Type | Name | Value |
---|---|---|
DWORD | ErrorControl | 00000001 |
String | Group | "Extended Base" |
DWORD | Start | 00000002 |
DWORD | Type | 00000001 |
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