Click here to Skip to main content
15,908,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
struct argument_list l;

l.pszInFile=wInFile;
l.pszOutFil=w_Output;
l._ProtectSet=_ProtectSet;
l.hList=hList;
l.Host=HOST;
l.hwndEncrypt=hwndEncrypt;
l.hWndinoutfiledir=hWndinoutfiledir;
l.hwndParent=hDlg;
l.InitPackageRequest=sINIT_PACKAGE_RESPONSE;
l.Port=PORT;
l.ScriptFile=COMMUNICATOR_SCRIPT_FILE_PATH;
l.UserID=UserID;

UINT Iselected=ListView_GetSelectedCount(hList);


for(int i;i<iselected;i++)
{=""
="" _beginthreadex(="" null,="" 0,="" &thread="" ,="" &l);
="" }


<pre="">
error C2664: '_beginthreadex' : cannot convert parameter 6 from 'argument_list *__w64 ' to 'unsigned int *'



"Success lies not in the result , But in the efforts !!!!!"
Amit Mistry - petlad -Gujarat-India

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 
AnswerRe: function arguments Pin
cmk28-Apr-07 13:08
cmk28-Apr-07 13:08 
AnswerRe: function arguments Pin
Mark Salsbery29-Apr-07 8:58
Mark Salsbery29-Apr-07 8:58 
QuestionRead/Write object from/into file?? Pin
$uresh $hanmugam27-Apr-07 21:47
$uresh $hanmugam27-Apr-07 21:47 
AnswerRe: Read/Write object from/into file?? Pin
Arman S.27-Apr-07 22:36
Arman S.27-Apr-07 22:36 

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.