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

C / C++ / MFC

 
GeneralRe: TIP: Problems comparing COleDateTime objects + COleDateTimeSpan accumulated errors Pin
Bill Wilson15-Nov-01 14:05
Bill Wilson15-Nov-01 14:05 
QuestionIs it possible to change style only of some region in dialog? Pin
14-Nov-01 5:22
suss14-Nov-01 5:22 
AnswerRe: I guess not Pin
Paolo Messina14-Nov-01 7:12
professionalPaolo Messina14-Nov-01 7:12 
AnswerRe: Is it possible to change style only of some region in dialog? Pin
Nish Nishant14-Nov-01 16:56
sitebuilderNish Nishant14-Nov-01 16:56 
GeneralRe: Is it possible to change style only of some region in dialog? Pin
14-Nov-01 22:24
suss14-Nov-01 22:24 
GeneralToolbar alignment ! Pin
Hadi Rezaee14-Nov-01 5:05
Hadi Rezaee14-Nov-01 5:05 
GeneralOPEN DIALOG BOX Pin
14-Nov-01 4:22
suss14-Nov-01 4:22 
GeneralRe: OPEN DIALOG BOX Pin
Roger Allen14-Nov-01 6:32
Roger Allen14-Nov-01 6:32 
You need to build your release version with debug symbols. Goto your project settings, select the release version.

In the C/C++ tab put the debug info to the level required (usually maximum)
In the link tab select the debug category and enable debug info.

You should then rebuild your project. At the call to DoModal() step into the code and see why its failing.

Usually the problems between debug/release can be down to the debug version initialising variables to 0. This does not happen in the release version, so you should check that variables have been inialised correctly.


Roger Allen the Smile | :) man
GeneralRe: OPEN DIALOG BOX Pin
14-Nov-01 7:14
suss14-Nov-01 7:14 
Generalfread size problems Pin
Aviv Halperin14-Nov-01 3:22
Aviv Halperin14-Nov-01 3:22 
Generalfread size problems Pin
Aviv Halperin14-Nov-01 3:10
Aviv Halperin14-Nov-01 3:10 
GeneralRe: fread size problems Pin
Aviv Halperin14-Nov-01 3:18
Aviv Halperin14-Nov-01 3:18 
GeneralMulti-language application with resource DLL Pin
14-Nov-01 3:08
suss14-Nov-01 3:08 
Generalgetstyle Pin
confalonieri14-Nov-01 1:33
confalonieri14-Nov-01 1:33 
GeneralMulti Line List View Pin
13-Nov-01 23:23
suss13-Nov-01 23:23 
GeneralRe: Multi Line List View Pin
Nish Nishant13-Nov-01 23:58
sitebuilderNish Nishant13-Nov-01 23:58 
GeneralGrabbing contents of whole large window Pin
13-Nov-01 22:40
suss13-Nov-01 22:40 
GeneralRe: Grabbing contents of whole large window Pin
Nish Nishant13-Nov-01 23:01
sitebuilderNish Nishant13-Nov-01 23:01 
GeneralSmall and very simple thing Pin
mimi13-Nov-01 21:17
mimi13-Nov-01 21:17 
GeneralRe: Small and very simple thing Pin
Nish Nishant13-Nov-01 21:43
sitebuilderNish Nishant13-Nov-01 21:43 
GeneralRe: Small and very simple thing Pin
Michael P Butler13-Nov-01 22:17
Michael P Butler13-Nov-01 22:17 
GeneralRe: Small and very simple thing Pin
Nish Nishant13-Nov-01 22:37
sitebuilderNish Nishant13-Nov-01 22:37 
GeneralWell. Can't you help me ? Pin
mimi13-Nov-01 23:11
mimi13-Nov-01 23:11 
GeneralRe: Well. Can't you help me ? Pin
Rick York14-Nov-01 15:06
mveRick York14-Nov-01 15:06 
GeneralYou are Great , Rick !!! Manny thanks !!! Pin
mimi21-Nov-01 9:07
mimi21-Nov-01 9:07 

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.