create a thread.
Yes, you can handle your Windows messages using a separate thread
from the LIVE555 event loop thread, provided that the 'Windows
messages' thread doesn't also call LIVE555 code.
(If, however, you want a single event loop to handle both LIVE55
events and Windows messages, th
create a thread.
-- Original --
From: "Dmitry Petrenko";
Date: Thu, Nov 25, 2010 10:28 AM
To: "live-devel";
Subject: [Live-devel] Windows messages processing question
Dear all,
Can somebody explain how can I proc
Dear all,
Can somebody explain how can I process standard Windows messages within my
Win32 or MFC application which uses LIVE555 library providing that
env->taskScheduler().doEventLoop() does never return? I would really appreciate
any advise...
Kind regards,
Dmitriy___