What steps will reproduce the problem?
1. apparently creating some "Window not Found" errors
What is the expected output? What do you see instead?
ctypes error at line 58:
buffer_ = ctypes.create_unicode_buffer(length)
What version of the product are you using? On what operating system?
0.4.0 Win7 32bit
Please provide any additional information below.
In handleprops.py I had to change
if length:
to
if length>=0:
as length.value returned negative values in some error cases.
Original issue reported on code.google.com by rjsdot...@gmail.com on 3 Apr 2015 at 5:02
Original issue reported on code.google.com by
rjsdot...@gmail.com
on 3 Apr 2015 at 5:02