C:\Program Files (x86)\Test_GUI>Test_GUI.exe Can't load 'auto/threads/threads.dll' for module threads: load_file:The specified module could not be found at /DynaLoader.pm line 214. at perlapp line 639 BEGIN failed--compilation aborted at Test_GUI.pl line 3. #### use warnings; use strict; use threads; use threads::shared; use Thread::Queue; use Wx; use Symbol; my %thread_hash; share(%thread_hash); ...