Click here to Skip to main content
15,867,986 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: DestructElements() and destructor not getting called Pin
Ajay Vijayvargiya11-Apr-10 4:34
Ajay Vijayvargiya11-Apr-10 4:34 
QuestionReg to Unicode and MBCS problem in socket programing Pin
rrthangavel9-Apr-10 5:19
rrthangavel9-Apr-10 5:19 
QuestionRe: Reg to Unicode and MBCS problem in socket programing Pin
CPallini9-Apr-10 7:21
mveCPallini9-Apr-10 7:21 
AnswerRe: Reg to Unicode and MBCS problem in socket programing Pin
Migounette10-Apr-10 1:46
Migounette10-Apr-10 1:46 
AnswerRe: Reg to Unicode and MBCS problem in socket programing Pin
Ajay Vijayvargiya11-Apr-10 4:40
Ajay Vijayvargiya11-Apr-10 4:40 
Questionget notification of a particular process start Pin
Cvaji9-Apr-10 4:58
Cvaji9-Apr-10 4:58 
AnswerRe: get notification of a particular process start Pin
David Crow9-Apr-10 5:42
David Crow9-Apr-10 5:42 
QuestionCStdioFile issue! :( Pin
Arrin9-Apr-10 4:18
Arrin9-Apr-10 4:18 
Hello,
i try to open a file with CStdioFile but fails any time when i try!
I receive an error 11, and GetErrorMessage returns a "File Error > (11) "A Sharing Violation Occurred ...""
This is when i use VS2008, but the same function and same file with VS2005 works normal, without any errors!

CStdioFile pStdFileLocal;
if(!pStdFileLocal.Open(csFilePath, CFile::modeRead, &e))
{
// error handling ...
}


Is there any change in VS2008 with files and file functions???

Thanks for any help!
Arrin
AnswerRe: CStdioFile issue! :) Pin
Cvaji9-Apr-10 5:28
Cvaji9-Apr-10 5:28 
GeneralRe: CStdioFile issue! :) Pin
Arrin13-Apr-10 4:49
Arrin13-Apr-10 4:49 
AnswerRe: CStdioFile issue! :( Pin
Ajay Vijayvargiya11-Apr-10 4:44
Ajay Vijayvargiya11-Apr-10 4:44 
GeneralRe: CStdioFile issue! :( Pin
Arrin13-Apr-10 4:50
Arrin13-Apr-10 4:50 
QuestionMessage Removed Pin
9-Apr-10 2:10
browneyes869-Apr-10 2:10 
AnswerRe: Unhandled C++ expression Pin
Saurabh.Garg9-Apr-10 2:56
Saurabh.Garg9-Apr-10 2:56 
GeneralRe: Unhandled C++ expression Pin
browneyes869-Apr-10 3:04
browneyes869-Apr-10 3:04 
GeneralRe: Unhandled C++ expression Pin
Saurabh.Garg9-Apr-10 3:07
Saurabh.Garg9-Apr-10 3:07 
GeneralRe: Unhandled C++ expression Pin
browneyes869-Apr-10 3:52
browneyes869-Apr-10 3:52 
QuestionRe: Unhandled C++ expression Pin
David Crow9-Apr-10 3:05
David Crow9-Apr-10 3:05 
AnswerRe: Unhandled C++ expression Pin
Chris Meech9-Apr-10 5:11
Chris Meech9-Apr-10 5:11 
AnswerRe: Unhandled C++ expression Pin
Chris Losinger9-Apr-10 3:24
professionalChris Losinger9-Apr-10 3:24 
GeneralRe: Unhandled C++ expression Pin
browneyes869-Apr-10 6:39
browneyes869-Apr-10 6:39 
QuestionHow can merge 2 CUIntArray? Pin
Le@rner8-Apr-10 23:59
Le@rner8-Apr-10 23:59 
AnswerRe: How can merge 2 CUIntArray? Pin
Eugen Podsypalnikov9-Apr-10 0:17
Eugen Podsypalnikov9-Apr-10 0:17 
GeneralRe: How can merge 2 CUIntArray? Pin
Le@rner9-Apr-10 0:27
Le@rner9-Apr-10 0:27 
GeneralRe: How can merge 2 CUIntArray? [modified] Pin
CPallini9-Apr-10 0:42
mveCPallini9-Apr-10 0:42 

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.