Advertisement

1 - 10 of 315 containing alltags:("multithreading") (0 seconds)
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 ...
Zones: Windows ProgrammingDate Answered: 04/22/1997 Grade: B Views: 0
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
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-...
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...
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...
Zones: Windows ProgrammingDate Answered: 05/01/1998 Grade: B Views: 5
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 ...
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...
Zones: Windows ProgrammingDate Answered: 09/25/1998 Grade: C Views: 0
I Want a working multithreading example, written in Visual basic, using the free threading model
Zones: Visual Basic, Microsoft ProgrammingDate Answered: 12/13/1998 Grade: C Views: 107
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...
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...
Zones: Windows MFCDate Answered: 01/29/1999 Grade: A Views: 0