I don't think it worked.
Here is what python said when i tried
">>> import ctypes
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "<frozen zipimport>", line 259, in load_module
File "ctypes\__init__.py", line 7, in <module>
ImportError: DLL load failed while importing _ctypes: Felaktig parameter
>>>"
But maybe i did something wrong, here is the full cmd window text when I tried.
"C:\Users>cd..
C:\>cd C:\Program Files (x86)\SVP 4 Pro\mpv32
C:\Program Files (x86)\SVP 4 Pro\mpv32>python.exe
Python 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 22:45:29) [MSC v.1916 32 bit (In
tel)] on win32
>>> 'import ctypes'
'import ctypes'
>>> import ctypes
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "<frozen zipimport>", line 259, in load_module
File "ctypes\__init__.py", line 7, in <module>
ImportError: DLL load failed while importing _ctypes: Felaktig parameter.
>>>
"