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

C / C++ / MFC

 
GeneralRe: How to check whether a directory is accessible or not Pin
Rajesh R Subramanian21-May-09 23:15
professionalRajesh R Subramanian21-May-09 23:15 
GeneralRe: How to check whether a directory is accessible or not Pin
ThatsAlok21-May-09 23:31
ThatsAlok21-May-09 23:31 
AnswerRe: How to check whether a directory is accessible or not Pin
Stuart Dootson21-May-09 23:07
professionalStuart Dootson21-May-09 23:07 
AnswerRe: How to check whether a directory is accessible or not Pin
Joe Woodbury23-May-09 11:30
professionalJoe Woodbury23-May-09 11:30 
QuestionCopy files from NTFS Pin
SalilJain21-May-09 19:26
SalilJain21-May-09 19:26 
AnswerRe: Copy files from NTFS Pin
Rajesh R Subramanian21-May-09 20:18
professionalRajesh R Subramanian21-May-09 20:18 
GeneralRe: Copy files from NTFS Pin
SalilJain21-May-09 22:26
SalilJain21-May-09 22:26 
GeneralRe: Copy files from NTFS Pin
Stuart Dootson21-May-09 22:51
professionalStuart Dootson21-May-09 22:51 
If you're accessing an NTFS partition from Linux, then NTFS permissions can only be enforced by the NTFS driver in Linux. Now, that driver has no idea of the Windows accounts and things...so it can't enforce them!

Most likely, your driver's not set up quite right, or the particular folder you want to access is encrypted or compressed - most Linux NTFS drivers can't access those.

So - look at how you've mounted the NTFS partition!

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

QuestionPage turn effect for the dialog Pin
vickyoncodeguru21-May-09 16:58
vickyoncodeguru21-May-09 16:58 
AnswerRe: Page turn effect for the dialog Pin
«_Superman_»21-May-09 17:37
professional«_Superman_»21-May-09 17:37 
AnswerRe: Page turn effect for the dialog Pin
_AnsHUMAN_ 21-May-09 18:13
_AnsHUMAN_ 21-May-09 18:13 
AnswerRe: Page turn effect for the dialog Pin
Nibu babu thomas21-May-09 18:26
Nibu babu thomas21-May-09 18:26 
QuestionHi!Development Operating System Pin
tuan111121-May-09 16:19
tuan111121-May-09 16:19 
AnswerRe: Hi!Development Operating System Pin
_AnsHUMAN_ 21-May-09 18:23
_AnsHUMAN_ 21-May-09 18:23 
GeneralRe: Hi!Development Operating System Pin
ThatsAlok21-May-09 18:26
ThatsAlok21-May-09 18:26 
GeneralRe: Hi!Development Operating System Pin
_AnsHUMAN_ 21-May-09 18:31
_AnsHUMAN_ 21-May-09 18:31 
GeneralRe: Hi!Development Operating System Pin
ThatsAlok21-May-09 22:40
ThatsAlok21-May-09 22:40 
AnswerRe: Hi!Development Operating System Pin
ThatsAlok21-May-09 18:25
ThatsAlok21-May-09 18:25 
Question_RecordSetPtr is not accessible Pin
pandit8421-May-09 6:49
pandit8421-May-09 6:49 
AnswerRe: _RecordSetPtr is not accessible Pin
Stuart Dootson21-May-09 8:38
professionalStuart Dootson21-May-09 8:38 
GeneralRe: _RecordSetPtr is not accessible Pin
led mike21-May-09 10:11
led mike21-May-09 10:11 
GeneralRe: _RecordSetPtr is not accessible Pin
Stuart Dootson21-May-09 10:21
professionalStuart Dootson21-May-09 10:21 
GeneralRe: _RecordSetPtr is not accessible Pin
led mike21-May-09 12:06
led mike21-May-09 12:06 
GeneralRe: _RecordSetPtr is not accessible Pin
pandit8421-May-09 20:37
pandit8421-May-09 20:37 
QuestionHow to get size in memory of STL <map> for use with memcpy ? Pin
Mike the Red21-May-09 4:22
Mike the Red21-May-09 4:22 

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.