Support Board
Date/Time: Sat, 23 Nov 2024 09:14:36 +0000
Post From: ACSIL - DLL cannot be opened for writing
[2018-12-17 00:00:15] |
Kiwi - Posts: 375 |
Confirming operation of Python version for release all and load all (comment out last line to choose release without immediately loading it again :), 0.1ms delay after object creation before sending command): import socket
from time import sleep #UDP to socket sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) sleep(0.0001) sock.sendto(b"RELEASE_ALL_DLLS", ("127.0.0.1", 22903)) sock.sendto(b"ALLOW_LOAD_ALL_DLLS", ("127.0.0.1", 22903)) Date Time Of Last Edit: 2018-12-17 06:49:04
|