Open NashTools opened 3 years ago
What type of argument should the window name for search_windows be? I thought it should be a string but I get TypeError: bytes or integer address expected instead of str instance
@NashTools: Put a b in front of the string. See https://stackoverflow.com/questions/37888565/python-3-5-ctypes-typeerror-bytes-or-integer-address-expected-instead-of-str.
b
What type of argument should the window name for search_windows be? I thought it should be a string but I get TypeError: bytes or integer address expected instead of str instance