in reply to Re: Advanced GUI with threads
in thread Advanced GUI with threads -working
If you want anyone to even consider you problem, you'll need to reproduce that problem with a piece of working, runnable code that is 20 or 30 lines ling at most.
You appear to creating a thread for which your code contains no subroutine.:
threads->create("executejob")->detach();
A quick scan down your pile of code doesn't discover any subroutine called executejob. That, combined with the absence of strict & warnings and the shear size of you code mans I cannot be bothered to even download.
You want help, make some effort.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Advanced GUI with threads
by Anonymous Monk on Sep 11, 2013 at 02:51 UTC | |
|
Re^3: Advanced GUI with threads
by glenn (Scribe) on Sep 13, 2013 at 13:14 UTC | |
|
Re^3: Advanced GUI with threads
by glenn (Scribe) on Sep 13, 2013 at 15:09 UTC |