I need to write a multithreaded application. The main application thread is going to handle all the user interface. The worker thread is going to perform all the background tasks. It is a going to ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10008654.html
Is there any example of using multithreading in VC++? I am doing a test of using multithreading to do something like pipes in Unix but donno how to start.
Thanks for help.
Gina
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10024829.html
Zones:
C++Date Answered: 10/01/1997 Grade: B Views: 97
Hi,
When I compile the release version with the real multithread lib, I get the weirdest errors(which I dont get in the debug version). The only way I can make it work is through using the debug-...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10030870.htm...
Zones:
Windows MFCDate Answered: 02/04/1998 Grade: C Views: 0
I have created a worker thread to download a file by passing the thread a ponter to the CInternetSession object, creating a new CFtpConnection object, going to the current directory and downloadin...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10045678.html
Zones:
C++Date Answered: 04/23/1998 Grade: C Views: 0
Is there any way to create a class on a separate thread (short of creating a COM object) so that all calls to it execute on a separate thread from the program? Barring that, is there any way to ca...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10050653.html
I want to run multiple processes in vb5.0. I know that for that, I need to use some APIs. But I am not able to use them effectively. Can anybody help me for the same? I shall appreciate if someone ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10056310.html
Zones:
Visual BasicDate Answered: 07/01/1998 Grade: C Views: 0
I read your questions and answers about multithreading but I still dont understand something. I want a detailed example about the function beginthreadex - how do I use it when the third parameter o...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10078095.html
I Want a working multithreading example, written in Visual basic, using the free threading model
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10085710.html
Two threads, thread A and B are created by an application. I need to call a method called M() in thread A from thread B. Does thread A execute the method in its own time slice or is the method exec...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10114507.htm...
Zones:
Windows MFCDate Answered: 01/08/1999 Grade: D Views: 0
VC 5.0
ODBC Driver for Oracle.
Base C Multithreading functions to invoke a thread.
Im Doing a multithreaded application,
In the child thread im trying to open a database.
When the Open is to be ex...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10123006.htm...
Zones:
Windows MFCDate Answered: 01/29/1999 Grade: A Views: 0