Click here to Skip to main content
15,891,943 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Release Code Optimization Problems.. Pin
Saurabh.Garg20-May-06 16:21
Saurabh.Garg20-May-06 16:21 
GeneralRe: Release Code Optimization Problems.. Pin
rbid20-May-06 21:57
rbid20-May-06 21:57 
GeneralRe: Release Code Optimization Problems.. Pin
Saurabh.Garg21-May-06 16:36
Saurabh.Garg21-May-06 16:36 
GeneralRe: Release Code Optimization Problems.. Pin
rbid22-May-06 8:23
rbid22-May-06 8:23 
AnswerRe: Release Code Optimization Problems.. Pin
Ryan Binns20-May-06 1:53
Ryan Binns20-May-06 1:53 
GeneralRe: Release Code Optimization Problems.. Pin
rbid20-May-06 5:04
rbid20-May-06 5:04 
GeneralRe: Release Code Optimization Problems.. Pin
Ryan Binns20-May-06 14:38
Ryan Binns20-May-06 14:38 
GeneralRe: Release Code Optimization Problems.. Pin
rbid22-May-06 8:28
rbid22-May-06 8:28 
Ryan Binns wrote:
ForumVisual C++ / MFC
Subject:Re: Release Code Optimization Problems..
Sender:Ryan Binns
Date:20:38 20 May '06

One other thing you could try is to enable optimisation for your debug build and see if it has the same problem. If it does, you can step through it with the debugger. You won't be able to go one line at a time, but you should be able to narrow it down enough to find the problem area.

Ryan



I'm using your sugestion together with the sugestion in:
http://www.codeproject.com/script/comments/forums.asp?forumid=1647&select=1497199&fr=364&df=100#xx1497199xx[^]

So far, I managed to isolate a bunch of files that cause the problem, it seems that the developer that wrote that code was not aware about aliased code. (I asked him to take a look and maybe re-design some code that causes the problem.)

I will sumarize the results.

Thanks.


-- Ricky Marek (AKA: rbid)
-- "Things are only impossible until they are not" --- Jean-Luc Picard

My articles
AnswerRe: Release Code Optimization Problems.. Pin
Ray Hagstrom20-May-06 8:46
Ray Hagstrom20-May-06 8:46 
GeneralRe: Release Code Optimization Problems.. Pin
rbid20-May-06 10:17
rbid20-May-06 10:17 
AnswerSummary... Pin
rbid24-May-06 8:19
rbid24-May-06 8:19 
QuestionString Conversion Pin
satsumatable19-May-06 19:50
satsumatable19-May-06 19:50 
AnswerRe: String Conversion [modifed] Pin
Nibu babu thomas19-May-06 20:04
Nibu babu thomas19-May-06 20:04 
GeneralRe: String Conversion Pin
satsumatable19-May-06 20:16
satsumatable19-May-06 20:16 
GeneralRe: String Conversion Pin
Nibu babu thomas19-May-06 20:20
Nibu babu thomas19-May-06 20:20 
GeneralRe: String Conversion Pin
NiceNaidu19-May-06 20:32
NiceNaidu19-May-06 20:32 
GeneralRe: String Conversion Pin
Nibu babu thomas19-May-06 20:36
Nibu babu thomas19-May-06 20:36 
GeneralRe: String Conversion [modifed] Pin
satsumatable19-May-06 20:42
satsumatable19-May-06 20:42 
QuestionMutiple document Templates Pin
RockyJames19-May-06 19:45
RockyJames19-May-06 19:45 
AnswerRe: Mutiple document Templates Pin
Nibu babu thomas19-May-06 19:57
Nibu babu thomas19-May-06 19:57 
GeneralRe: Mutiple document Templates Pin
RockyJames19-May-06 20:27
RockyJames19-May-06 20:27 
JokeRe: Mutiple document Templates Pin
Nibu babu thomas19-May-06 20:39
Nibu babu thomas19-May-06 20:39 
QuestionHow To Trap esc key code for Dailog Application Pin
CodeVarma19-May-06 19:24
CodeVarma19-May-06 19:24 
AnswerRe: How To Trap esc key code for Dailog Application [modifed] Pin
_AnsHUMAN_ 19-May-06 19:26
_AnsHUMAN_ 19-May-06 19:26 
AnswerRe: How To Trap esc key code for Dailog Application Pin
Laxman Auti19-May-06 20:05
Laxman Auti19-May-06 20:05 

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.