Skip to content

Commit

Permalink
Update mdi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-a-barnes authored Jan 24, 2025
1 parent 717dc09 commit 07982cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MDI_Library/mdi.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
mdi_path_windows = mdi_path.replace("\\","/")
print("AAAAAAAAAAAAAAAAAAA: " + str(mdi_path))
print("BBBBBBBBBBBBBBBBBBB: " + str(mdi_path_windows))
mdi = ctypes.WinDLL(mdi_path_windows, ctypes.RTLD_GLOBAL)
#mdi = ctypes.WinDLL(mdi_path_windows, ctypes.RTLD_GLOBAL)
mdi = ctypes.WinDLL(r"C:\Program Files (x86)\mdi\bin\libmdi.dll", ctypes.RTLD_GLOBAL)
MDI_COMMAND_LENGTH = ctypes.c_int.in_dll(mdi, "MDI_COMMAND_LENGTH").value

# MDI Variables
Expand Down

0 comments on commit 07982cb

Please sign in to comment.