Click here to Skip to main content
15,921,179 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralError LNK 2005 Pin
dw857454-Jun-04 13:01
dw857454-Jun-04 13:01 
QuestionAre FSCTL_GET_NTFS_VOLUME_DATA and FSCTL_GET_RETRIEVAL_POINTERS valid as dwIoControlCode for DeviceIoControl() on NT4? Pin
Defenestration4-Jun-04 12:59
Defenestration4-Jun-04 12:59 
GeneralMFC Help; Pin
Bo Hunter4-Jun-04 12:49
Bo Hunter4-Jun-04 12:49 
GeneralRe: MFC Help; Pin
Ravi Bhavnani4-Jun-04 20:40
professionalRavi Bhavnani4-Jun-04 20:40 
GeneralHelp! Troubles with Visual C++ 6 SP5 creating large Release Executables Pin
Defenestration4-Jun-04 12:29
Defenestration4-Jun-04 12:29 
GeneralMultithreading question Pin
BlackDice4-Jun-04 11:46
BlackDice4-Jun-04 11:46 
GeneralRe: Multithreading question Pin
Alexander M.,4-Jun-04 13:40
Alexander M.,4-Jun-04 13:40 
GeneralRe: Multithreading question Pin
palbano5-Jun-04 16:50
palbano5-Jun-04 16:50 
That is entirely possible. In C++ you can start threads using the C++ runtime library functions beginthread and beginthreadex. Also available are the Win32 function CreateThread. There is also the MFC Class CWinThread and a global function named something like AfxBeginThread.

There are many articles on MSDN about thread creation in C++ here is just one:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/creating_threads.asp[^]

"No matter where you go, there your are." - Buckaroo Banzai
-pete

GeneralChallenge to variable argument gurus Pin
RandyS4-Jun-04 9:24
RandyS4-Jun-04 9:24 
GeneralRe: Challenge to variable argument gurus Pin
toxcct4-Jun-04 9:41
toxcct4-Jun-04 9:41 
GeneralRe: Challenge to variable argument gurus Pin
RandyS4-Jun-04 9:48
RandyS4-Jun-04 9:48 
GeneralRe: Challenge to variable argument gurus Pin
Michael Dunn4-Jun-04 14:37
sitebuilderMichael Dunn4-Jun-04 14:37 
GeneralRe: Challenge to variable argument gurus Pin
RandyS7-Jun-04 3:07
RandyS7-Jun-04 3:07 
GeneralRe: Challenge to variable argument gurus Pin
Anonymous4-Jun-04 19:39
Anonymous4-Jun-04 19:39 
GeneralCSliderCtrl mouseclick position Pin
Konrad Windszus4-Jun-04 8:30
Konrad Windszus4-Jun-04 8:30 
GeneralRe: CSliderCtrl mouseclick position Pin
toxcct4-Jun-04 11:23
toxcct4-Jun-04 11:23 
GeneralRe: CSliderCtrl mouseclick position Pin
Konrad Windszus4-Jun-04 12:45
Konrad Windszus4-Jun-04 12:45 
GeneralARGH - WS_EX_LAYOUTRTL problems Pin
Navin4-Jun-04 8:05
Navin4-Jun-04 8:05 
Questionwhere does the command line pass the file name? Pin
Paul Harter4-Jun-04 7:40
Paul Harter4-Jun-04 7:40 
AnswerRe: where does the command line pass the file name? Pin
Hesham Amin4-Jun-04 7:53
Hesham Amin4-Jun-04 7:53 
GeneralRe: where does the command line pass the file name? Pin
Paul Harter4-Jun-04 10:51
Paul Harter4-Jun-04 10:51 
AnswerRe: where does the command line pass the file name? Pin
palbano4-Jun-04 8:11
palbano4-Jun-04 8:11 
GeneralRe: where does the command line pass the file name? Pin
Paul Harter4-Jun-04 10:54
Paul Harter4-Jun-04 10:54 
GeneralGet the index when clic in a ListCtrl Pin
doctorpi4-Jun-04 7:14
doctorpi4-Jun-04 7:14 
GeneralRe: Get the index when clic in a ListCtrl Pin
Rodrigo Pinto Pereira de Souza4-Jun-04 7:39
Rodrigo Pinto Pereira de Souza4-Jun-04 7:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.