Closed ruilvo closed 5 months ago
On ALP4.py: lines 333, 334:
elif (version == '4.2'): libPath += 'alpD41.dll'
The DLL name is wrong. Should be alpV42.dll or alpV42basic.dll depending of basic or high-speed API.
alpV42.dll
alpV42basic.dll
I imported alpV42.dll and it's working even though I'm not sure I have the basic or HS API access...
Updated. Thanks
On ALP4.py: lines 333, 334:
The DLL name is wrong. Should be
alpV42.dll
oralpV42basic.dll
depending of basic or high-speed API.I imported
alpV42.dll
and it's working even though I'm not sure I have the basic or HS API access...