Click here to Skip to main content
15,921,884 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Filtering a image ! :suss: Pin
Hadi Rezaee19-Jun-02 4:30
Hadi Rezaee19-Jun-02 4:30 
GeneralCPropertySheet and its "Apply" button Pin
Abin17-Jun-02 12:14
Abin17-Jun-02 12:14 
GeneralRe: CPropertySheet and its "Apply" button Pin
Le centriste17-Jun-02 16:22
Le centriste17-Jun-02 16:22 
GeneralThank you, and gimme more... Pin
Abin17-Jun-02 16:41
Abin17-Jun-02 16:41 
GeneralRe: Thank you, and gimme more... Pin
James R. Twine18-Jun-02 3:06
James R. Twine18-Jun-02 3:06 
GeneralThank you Pin
Abin18-Jun-02 7:55
Abin18-Jun-02 7:55 
GeneralError when using free to free memory allocated with malloc. Pin
redeemer17-Jun-02 11:54
redeemer17-Jun-02 11:54 
GeneralRe: Error when using free to free memory allocated with malloc. Pin
Roger Broomfield17-Jun-02 12:49
Roger Broomfield17-Jun-02 12:49 
This message is telling you that you have a "buffer overrun problem", some part of the code has written to the no-mans-land inbetween blocks (#91) and (#92).
I would be inclined to set a breakpoint at the position you allocate the memory for szError, use the returned pointer value (rounded down to somewhere say at least 16bytes before that value) in the memory window, and single-step the code watching for the change that causes this, in VC6 you will see the area of "damage" turn red when it gets written to.
There are better ways than this to discover the exact cause, but I cannot remember them offhand.

Good hunting.

QuestionHow do i keep colors from changing in resource editor? Pin
redeemer17-Jun-02 11:05
redeemer17-Jun-02 11:05 
AnswerRe: How do i keep colors from changing in resource editor? Pin
James R. Twine17-Jun-02 11:40
James R. Twine17-Jun-02 11:40 
GeneralRe: How do i keep colors from changing in resource editor? Pin
redeemer17-Jun-02 11:57
redeemer17-Jun-02 11:57 
GeneralRe: How do i keep colors from changing in resource editor? Pin
James R. Twine18-Jun-02 3:02
James R. Twine18-Jun-02 3:02 
GeneralHelp required to calculate difference between two bitmaps Pin
17-Jun-02 10:54
suss17-Jun-02 10:54 
GeneralRe: Help required to calculate difference between two bitmaps Pin
redeemer17-Jun-02 11:15
redeemer17-Jun-02 11:15 
GeneralRe: Help required to calculate difference between two bitmaps Pin
James R. Twine17-Jun-02 11:44
James R. Twine17-Jun-02 11:44 
QuestionHow to set pragma option for a single source file Pin
Aaron Schaefer17-Jun-02 10:10
Aaron Schaefer17-Jun-02 10:10 
AnswerRe: How to set pragma option for a single source file Pin
17-Jun-02 10:12
suss17-Jun-02 10:12 
AnswerRe: How to set pragma option for a single source file Pin
Chris Losinger17-Jun-02 10:20
professionalChris Losinger17-Jun-02 10:20 
GeneralRe: How to set pragma option for a single source file Pin
Aaron Schaefer17-Jun-02 11:13
Aaron Schaefer17-Jun-02 11:13 
GeneralRe: How to set pragma option for a single source file Pin
Aaron Schaefer17-Jun-02 11:33
Aaron Schaefer17-Jun-02 11:33 
GeneralOther windows text Pin
Kemal OZLU17-Jun-02 10:10
Kemal OZLU17-Jun-02 10:10 
QuestionLock file ? Pin
dlhson17-Jun-02 9:42
dlhson17-Jun-02 9:42 
AnswerRe: Lock file ? Pin
redeemer17-Jun-02 12:51
redeemer17-Jun-02 12:51 
QuestionGet column count of listcontrol ? Pin
dlhson17-Jun-02 9:40
dlhson17-Jun-02 9:40 
AnswerRe: Get column count of listcontrol ? Pin
Ramu Pulipati17-Jun-02 9:51
Ramu Pulipati17-Jun-02 9:51 

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.