D
I’m using the Python ctypes library to call the LexActivator functions. I declare the string arguments as c_char_p and everything works fine in Linux. But in Windows, it cannot even find the Product.dat file. What is the correct way to call LexActivator.dll functions from Python 3? I tried c_wchar_p but that doesn’t seem to work either.