Click here to Skip to main content
15,899,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questiondownloading a file Pin
deeps_cute28-Apr-07 1:46
deeps_cute28-Apr-07 1:46 
AnswerRe: downloading a file Pin
Hamid_RT28-Apr-07 9:55
Hamid_RT28-Apr-07 9:55 
QuestionNeed a solution Pin
yaminisridaran28-Apr-07 0:25
yaminisridaran28-Apr-07 0:25 
AnswerRe: Need a solution Pin
Arman S.28-Apr-07 1:12
Arman S.28-Apr-07 1:12 
GeneralRe: Need a solution Pin
yaminisridaran29-Apr-07 17:44
yaminisridaran29-Apr-07 17:44 
AnswerRe: Need a solution Pin
Hamid_RT28-Apr-07 8:44
Hamid_RT28-Apr-07 8:44 
QuestionNeed help in Threading in win32 Pin
amitmistry_petlad 27-Apr-07 22:58
amitmistry_petlad 27-Apr-07 22:58 
AnswerRe: Need help in Threading in win32 Pin
Arman S.27-Apr-07 23:11
Arman S.27-Apr-07 23:11 
Do not launch threads by beginthread, instead use _beginthreadex. But if you are using MFC, then use AfxBeginThread global function. You should have struct with containing the parameters you want to pass the thread. Then you can pass the struct object and retrieve the parameters from there. See here[^] for more details.

--
=====
Arman

GeneralRe: Need help in Threading in win32 Pin
amitmistry_petlad 27-Apr-07 23:21
amitmistry_petlad 27-Apr-07 23:21 
GeneralRe: Need help in Threading in win32 Pin
amitmistry_petlad 28-Apr-07 1:08
amitmistry_petlad 28-Apr-07 1:08 
GeneralRe: Need help in Threading in win32 Pin
Arman S.28-Apr-07 1:24
Arman S.28-Apr-07 1:24 
GeneralRe: Need help in Threading in win32 Pin
amitmistry_petlad 28-Apr-07 2:26
amitmistry_petlad 28-Apr-07 2:26 
GeneralRe: Need help in Threading in win32 Pin
Arman S.28-Apr-07 2:35
Arman S.28-Apr-07 2:35 
GeneralRe: Need help in Threading in win32 Pin
amitmistry_petlad 28-Apr-07 20:03
amitmistry_petlad 28-Apr-07 20:03 
GeneralRe: Need help in Threading in win32 Pin
amitmistry_petlad 29-Apr-07 19:10
amitmistry_petlad 29-Apr-07 19:10 
QuestionHow can i solve memory size problem? Pin
$uresh $hanmugam27-Apr-07 22:38
$uresh $hanmugam27-Apr-07 22:38 
QuestionRe: How can i solve memory size problem? Pin
Mark Salsbery29-Apr-07 8:53
Mark Salsbery29-Apr-07 8:53 
Questionfunction arguments Pin
Cmania27-Apr-07 22:12
Cmania27-Apr-07 22:12 
AnswerRe: function arguments Pin
Arman S.27-Apr-07 22:30
Arman S.27-Apr-07 22:30 
QuestionRe: function arguments Pin
Cmania27-Apr-07 22:33
Cmania27-Apr-07 22:33 
AnswerRe: function arguments Pin
MohammadAmiry27-Apr-07 22:47
MohammadAmiry27-Apr-07 22:47 
GeneralRe: function arguments Pin
Arman S.27-Apr-07 22:52
Arman S.27-Apr-07 22:52 
QuestionRe: function arguments Pin
Cmania27-Apr-07 22:56
Cmania27-Apr-07 22:56 
AnswerRe: function arguments Pin
MohammadAmiry27-Apr-07 23:57
MohammadAmiry27-Apr-07 23:57 
AnswerRe: function arguments Pin
cp987628-Apr-07 0:19
cp987628-Apr-07 0:19 

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.