helper.py iterates over the files in the dir it resides in, calling 'LoadLibrary()' on all of them.
Unfortunately windows doesn't just throw an exception it also displays a messagebox 'Bad Image'.
Calling "ctypes.windll.kernel32.SetErrorMode(0x8007)" in the beginning of 'search_library()' would fix this.
Are you guys on IRC somewhere?
You can try the zfx-channel: Server : irc.euirc.net Channel : #zfx
Kimmi
Log in to post a comment.
helper.py iterates over the files in the dir it resides in, calling 'LoadLibrary()' on all of them.
Unfortunately windows doesn't just throw an exception it also displays a messagebox 'Bad Image'.
Calling "ctypes.windll.kernel32.SetErrorMode(0x8007)" in the beginning of 'search_library()' would fix this.
Are you guys on IRC somewhere?
You can try the zfx-channel:
Server : irc.euirc.net
Channel : #zfx
Kimmi