wavefrontshaping / ALP4lib

Python control module for Vialux DMDs based on ALP4.X API.
MIT License
54 stars 37 forks source link

Version 4.2 bad DLL import #5

Closed ruilvo closed 6 days ago

ruilvo commented 6 years 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.

I imported alpV42.dll and it's working even though I'm not sure I have the basic or HS API access...

wavefrontshaping commented 6 days ago

Updated. Thanks