My Application is made by two threads: one for logging purposes and the other one is the core App. The Core App speaks with the Log Thread calling PostThreadMessage() (the two are windows thread wi...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11375198.html
Zones:
C++Date Answered: 10/03/2000 Grade: B Views: 0
Can someone give me some help with the following....
I'm working on a program which involves a fairly time consuming calculation. To help speed things up, I have started to use multiple threads....
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20184604.htm...
Zones:
Windows MFCDate Answered: 11/26/2001 Grade: C Views: 0
Hi all,
I'm new to VC++ and I want to create a multithreading program. I have created an application (MFC application) named MyApp, then I add this member function to MyAppDoc:
"UINT MyTh...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20441351.html
Zones:
C++Date Answered: 02/20/2003 Grade: A Views: 0
MFC 6.0 / VC6.0 / Win9x, Win2k, and WinXP
If I create an ATL server, with MFC support, and my server calls AfxBeginThread() / ...EndThead(), are there any special consideration? I believe that ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20692001.htm...
I have an MFC app that calls a worker that gathers data. I need to access the data gathered in the worker thread, created with AfxBeginThread(), in my primary thread that called AfxBeginThread(). ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20765995.htm...
Zones:
Windows MFCDate Answered: 10/15/2003 Grade: A Views: 0
Hi Experts!
Is it possible to excecute MFC-based sub-program directly from thread?
I call my first thread from the main program as follow:
void CSaieDlg::OnCalculate_Timestamp()
{
.
. ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20881582.htm...
Zones:
Windows MFCDate Answered: 02/12/2004 Grade: C Views: 0
Hello,
I am using multiple threads in my application, but the problem is that I need to use the same function that I run as a thread 256 time in a loop and each time I pass a different array ind...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20910994.htm...
Zones:
Windows MFCDate Answered: 03/12/2004 Grade: A Views: 0
I am using afxBeginThread to start child threads. The main program starts the threads (around 50) which do the same task. When one the child thread finishes It must inform main program that it has ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21099722.html
Zones:
C++Date Answered: 08/21/2004 Grade: B Views: 0
Hi all,
I'm a newbie to this whole C++ lark and at the same time I've decided to jump 2 feet first into MFC as well. It's the sink or swim attitude. Anyway I've written a dialog based MFC program...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21329089.htm...
Zones:
Windows MFCDate Answered: 02/25/2005 Grade: A Views: 0
I have a server code which receives files over the newtork and then sends it over to a device.
The device displays the files as images for a finite time(which I set)
For sending the files to the ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21476671.htm...
Zones:
Windows MFCDate Answered: 04/08/2006 Grade: A Views: 0