Click here to Skip to main content
15,887,135 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CSortListCtrl Line Color Pin
_AnsHUMAN_ 27-Aug-06 22:00
_AnsHUMAN_ 27-Aug-06 22:00 
AnswerRe: CSortListCtrl Line Color Pin
Hamid_RT27-Aug-06 22:25
Hamid_RT27-Aug-06 22:25 
QuestionProblem with list view Pin
Aryan S27-Aug-06 21:14
Aryan S27-Aug-06 21:14 
AnswerRe: Problem with list view Pin
Michael Dunn27-Aug-06 21:20
sitebuilderMichael Dunn27-Aug-06 21:20 
AnswerRe: Problem with list view Pin
Waldermort27-Aug-06 21:21
Waldermort27-Aug-06 21:21 
AnswerRe: Problem with list view Pin
Hamid_RT28-Aug-06 7:49
Hamid_RT28-Aug-06 7:49 
Questionpassing CStringArray as paramenter Pin
code4jigar27-Aug-06 20:23
code4jigar27-Aug-06 20:23 
AnswerRe: passing CStringArray as paramenter Pin
Mircea Puiu27-Aug-06 20:34
Mircea Puiu27-Aug-06 20:34 
When passing a parameter "by value" (in your case the CStringArray object), the whole thing is to be passed, but there is no copy constructor available. That's why you get the error.

Therefore, you should pass the parametter by reference:
bool GetDirectoryPermission(CStringArray& lDirectory)

SkyWalker

QuestionRe: passing CStringArray as paramenter Pin
code4jigar28-Aug-06 1:30
code4jigar28-Aug-06 1:30 
AnswerRe: passing CStringArray as paramenter Pin
Mircea Puiu28-Aug-06 3:14
Mircea Puiu28-Aug-06 3:14 
GeneralRe: passing CStringArray as paramenter [modified] Pin
code4jigar28-Aug-06 3:29
code4jigar28-Aug-06 3:29 
GeneralRe: passing CStringArray as paramenter Pin
Hamid_RT28-Aug-06 7:50
Hamid_RT28-Aug-06 7:50 
GeneralRe: passing CStringArray as paramenter Pin
Zac Howland28-Aug-06 4:29
Zac Howland28-Aug-06 4:29 
AnswerRe: passing CStringArray as paramenter Pin
Hamid_RT27-Aug-06 22:21
Hamid_RT27-Aug-06 22:21 
AnswerRe: passing CStringArray as paramenter Pin
ThatsAlok28-Aug-06 0:52
ThatsAlok28-Aug-06 0:52 
GeneralRe: passing CStringArray as paramenter Pin
code4jigar28-Aug-06 1:27
code4jigar28-Aug-06 1:27 
GeneralRe: passing CStringArray as paramenter Pin
ThatsAlok28-Aug-06 1:55
ThatsAlok28-Aug-06 1:55 
QuestionCTabCtrl + PropertyPage source code Pin
velayudhan_raj27-Aug-06 20:11
velayudhan_raj27-Aug-06 20:11 
AnswerRe: CTabCtrl + PropertyPage source code Pin
Mircea Puiu27-Aug-06 20:40
Mircea Puiu27-Aug-06 20:40 
AnswerRe: CTabCtrl + PropertyPage source code Pin
Hamid_RT28-Aug-06 7:49
Hamid_RT28-Aug-06 7:49 
Questionconvert File Path form DOS to Windows type Pin
sunit527-Aug-06 19:48
sunit527-Aug-06 19:48 
AnswerRe: convert File Path form DOS to Windows type Pin
_AnsHUMAN_ 27-Aug-06 19:53
_AnsHUMAN_ 27-Aug-06 19:53 
GeneralRe: convert File Path form DOS to Windows type Pin
sunit527-Aug-06 20:08
sunit527-Aug-06 20:08 
AnswerRe: convert File Path form DOS to Windows type Pin
ThatsAlok28-Aug-06 1:29
ThatsAlok28-Aug-06 1:29 
QuestionPrinting the view Pin
Anu_Bala27-Aug-06 19:44
Anu_Bala27-Aug-06 19:44 

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.