I have a wxThead(detached), started with Create(), Run(). The Thread's Entry()-Method works without an infinity loop. Does this Thread, when exiting Enty(), delete himself? Or must i do something, like call Delete() from another thread? The doc says "Fire and Forget", so i am a bit confused here.
This Code seems good,but the thread doesn't continue when entering url.GetInputStream(). When i call it from the main-thread it works, so what is wrong here?