Click here to Skip to main content
15,886,026 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Still wise to use Microsoft Foundation Classes (MFC) version 11? Pin
Albert Holguin17-Jan-14 4:07
professionalAlbert Holguin17-Jan-14 4:07 
GeneralStill wise to use Microsoft Foundation Classes (MFC) version 14? Pin
oscar19663-Nov-18 22:53
oscar19663-Nov-18 22:53 
QuestionBug in Visual Studio 2005 compiler? Pin
a_matseevsky16-Jan-14 9:20
a_matseevsky16-Jan-14 9:20 
QuestionRe: Bug in Visual Studio 2005 compiler? Pin
CPallini16-Jan-14 9:24
mveCPallini16-Jan-14 9:24 
AnswerRe: Bug in Visual Studio 2005 compiler? Pin
a_matseevsky16-Jan-14 13:52
a_matseevsky16-Jan-14 13:52 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
CPallini16-Jan-14 20:02
mveCPallini16-Jan-14 20:02 
AnswerRe: Bug in Visual Studio 2005 compiler? Pin
Stefan_Lang16-Jan-14 21:32
Stefan_Lang16-Jan-14 21:32 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
a_matseevsky16-Jan-14 21:56
a_matseevsky16-Jan-14 21:56 
Thanks, boys, for yours comments, but I've just found the reason. And it did not make me happy. Really, great knowledge means great pain. Look at this small part of a stack frame:

_lrct$ = -212 ; size = 16
tv5476 = -204 ; size = 8

Do you see something interesting here? A RECT structure of size 16 bytes and something too close to it- in fact, variable tv5476 partially overlaps RECT. And what command

fst QWORD PTR tv5476[ebp]

does? It rewrites half of my RECT. I can only hope, that it is the bug in my own Visual Studio. I'll reinstall it- may be, it will help (once I met something like tis- a "new" operator refused to work at all and re installation resolved this situation)
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
Richard MacCutchan16-Jan-14 22:13
mveRichard MacCutchan16-Jan-14 22:13 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
CPallini16-Jan-14 22:55
mveCPallini16-Jan-14 22:55 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
Richard MacCutchan16-Jan-14 23:01
mveRichard MacCutchan16-Jan-14 23:01 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
a_matseevsky17-Jan-14 0:45
a_matseevsky17-Jan-14 0:45 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
Richard MacCutchan17-Jan-14 5:42
mveRichard MacCutchan17-Jan-14 5:42 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
a_matseevsky17-Jan-14 7:06
a_matseevsky17-Jan-14 7:06 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
Richard MacCutchan17-Jan-14 7:14
mveRichard MacCutchan17-Jan-14 7:14 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
a_matseevsky17-Jan-14 7:30
a_matseevsky17-Jan-14 7:30 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
Richard MacCutchan17-Jan-14 7:41
mveRichard MacCutchan17-Jan-14 7:41 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
a_matseevsky17-Jan-14 8:03
a_matseevsky17-Jan-14 8:03 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
Richard MacCutchan17-Jan-14 8:07
mveRichard MacCutchan17-Jan-14 8:07 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
Stefan_Lang19-Jan-14 23:29
Stefan_Lang19-Jan-14 23:29 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
Stefan_Lang19-Jan-14 23:44
Stefan_Lang19-Jan-14 23:44 
QuestionRe: Bug in Visual Studio 2005 compiler? Pin
Richard MacCutchan20-Jan-14 0:21
mveRichard MacCutchan20-Jan-14 0:21 
AnswerRe: Bug in Visual Studio 2005 compiler? Pin
Stefan_Lang20-Jan-14 0:24
Stefan_Lang20-Jan-14 0:24 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
a_matseevsky20-Jan-14 0:52
a_matseevsky20-Jan-14 0:52 
GeneralRe: Bug in Visual Studio 2005 compiler? Pin
Stefan_Lang20-Jan-14 1:21
Stefan_Lang20-Jan-14 1:21 

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.