Home » U++ Library support » U++ MT-multithreading and servers » cmdsrv appears to not work
Re: cmdsrv appears to not work [message #22400 is a reply to message #18314] |
Fri, 10 July 2009 12:29   |
|
Tomas,
Please add line "server.DelayedWrite();" in package example "imgsrv":
GUI_APP_MAIN
{
..............
while(!canceled) {
==>HERE server.DelayedWrite();
server.Wait(1000);
if(server.IsError()) {
Without this line it not work!
Nice example, Thank you!
|
|
|
Goto Forum:
Current Time: Sun Aug 24 13:24:08 CEST 2025
Total time taken to generate the page: 0.06304 seconds
|