Click here to Skip to main content
15,889,852 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: File size anf File size on disk Pin
peterchen1-Oct-09 0:14
peterchen1-Oct-09 0:14 
GeneralRe: File size anf File size on disk Pin
includeh101-Oct-09 0:22
includeh101-Oct-09 0:22 
GeneralRe: File size anf File size on disk Pin
peterchen1-Oct-09 5:26
peterchen1-Oct-09 5:26 
AnswerRe: File size and File size on disk Pin
Randor 1-Oct-09 2:29
professional Randor 1-Oct-09 2:29 
QuestionTo construct a C++ code from a given Visual Basic String. Pin
Vishrant Shah30-Sep-09 22:56
Vishrant Shah30-Sep-09 22:56 
AnswerRe: To construct a C++ code from a given Visual Basic String. Pin
Hans Dietrich30-Sep-09 23:09
mentorHans Dietrich30-Sep-09 23:09 
AnswerRe: To construct a C++ code from a given Visual Basic String. Pin
Cedric Moonen30-Sep-09 23:12
Cedric Moonen30-Sep-09 23:12 
GeneralRe: To construct a C++ code from a given Visual Basic String. Pin
Vishrant Shah30-Sep-09 23:59
Vishrant Shah30-Sep-09 23:59 
GeneralRe: To construct a C++ code from a given Visual Basic String. Pin
Cedric Moonen1-Oct-09 0:07
Cedric Moonen1-Oct-09 0:07 
GeneralRe: To construct a C++ code from a given Visual Basic String. Pin
Vishrant Shah1-Oct-09 0:14
Vishrant Shah1-Oct-09 0:14 
GeneralRe: To construct a C++ code from a given Visual Basic String. Pin
Cedric Moonen1-Oct-09 0:18
Cedric Moonen1-Oct-09 0:18 
GeneralRe: To construct a C++ code from a given Visual Basic String. Pin
Vishrant Shah1-Oct-09 0:41
Vishrant Shah1-Oct-09 0:41 
GeneralRe: To construct a C++ code from a given Visual Basic String. Pin
Richard MacCutchan1-Oct-09 0:50
mveRichard MacCutchan1-Oct-09 0:50 
GeneralRe: To construct a C++ code from a given Visual Basic String. Pin
CPallini1-Oct-09 2:01
mveCPallini1-Oct-09 2:01 
AnswerRe: To construct a C++ code from a given Visual Basic String. Pin
CPallini30-Sep-09 23:20
mveCPallini30-Sep-09 23:20 
Questionvery strange memory problem ....please help Pin
dharani30-Sep-09 22:38
dharani30-Sep-09 22:38 
AnswerRe: very strange memory problem ....please help Pin
Hans Dietrich30-Sep-09 23:12
mentorHans Dietrich30-Sep-09 23:12 
AnswerRe: very strange memory problem ....please help Pin
KarstenK30-Sep-09 23:19
mveKarstenK30-Sep-09 23:19 
GeneralRe: very strange memory problem ....please help Pin
dharani30-Sep-09 23:39
dharani30-Sep-09 23:39 
GeneralRe: very strange memory problem ....please help Pin
KarstenK1-Oct-09 0:33
mveKarstenK1-Oct-09 0:33 
AnswerRe: very strange memory problem ....please help Pin
TimothyPMoore1-Oct-09 2:38
TimothyPMoore1-Oct-09 2:38 
I would do a search and see if the implementation of malloc was modified between gcc library 2.4 to 2.6. My guess is that if the implementation of malloc changed, memory could be allocated differently using 2.6 over 2.4. You may have already had a memory bug previously using 2.4 but it did not manifest itself until the memory was allocated in some different way using the new library.

Apparently somewhere code is overwriting memory in your class corrupting the private contents of the strings or corrupting the internal datastructures of malloc itself. You need to watch the memory locations for the strings to narrow down when the contents of those strings become corrupted.

One clarification ... do the seg faults happen only when setting the string value or anytime you use the contents of the string ?
QuestionRe: very strange memory problem ....please help Pin
David Crow1-Oct-09 3:23
David Crow1-Oct-09 3:23 
QuestionExcluive low-level access to a disk Pin
mooromets_ua30-Sep-09 21:48
mooromets_ua30-Sep-09 21:48 
QuestionCreate Multipage Images Pin
Game-point30-Sep-09 20:37
Game-point30-Sep-09 20:37 
AnswerRe: Create Multipage Images Pin
Rajesh R Subramanian30-Sep-09 21:55
professionalRajesh R Subramanian30-Sep-09 21:55 

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.