Click here to Skip to main content
15,914,016 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: how do i change it Pin
prasad_som29-Dec-06 0:36
prasad_som29-Dec-06 0:36 
QuestionRe: how do i change it Pin
David Crow29-Dec-06 3:49
David Crow29-Dec-06 3:49 
QuestionRelease mode problem ? Pin
Sakthiu28-Dec-06 23:12
Sakthiu28-Dec-06 23:12 
GeneralRe: Release mode problem ? Pin
Mila02528-Dec-06 23:28
Mila02528-Dec-06 23:28 
AnswerRe: Release mode problem ? Pin
prasad_som28-Dec-06 23:42
prasad_som28-Dec-06 23:42 
AnswerRe: Release mode problem ? [modified] Pin
CPallini29-Dec-06 0:06
mveCPallini29-Dec-06 0:06 
QuestionRe: Release mode problem ? Pin
jk chan29-Dec-06 0:21
jk chan29-Dec-06 0:21 
AnswerRe: Release mode problem ? Pin
Joan M29-Dec-06 2:35
professionalJoan M29-Dec-06 2:35 
This is something very common,

You should look:
- If your pointers are correctly initialized.

- If you are using some dll's or specific external files or programs, you should take a look if they are placed in the debug and in the release folders. (think that if somewhere of the app you are using something like GetAppPath() then you can have some problems related to files that could be in the debug folder but not in teh release one.

- Look in the project options that you have the same configuration in the DEBUG than in the RELEASE.

- There can be several other things, this can be hard to find out what is happening, but if you cannot find the problem you can always try to use MessageBoxes spreaded from the beggining to the end in order to be able to give us more information on what's happening, where and when.

Hope this helps even if it is not a very good answer.
Questionany gdi guru can help me? Pin
OmarLodhi28-Dec-06 21:44
OmarLodhi28-Dec-06 21:44 
AnswerRe: any gdi guru can help me? Pin
Cristian Amarie28-Dec-06 22:31
Cristian Amarie28-Dec-06 22:31 
GeneralRe: any gdi guru can help me? Pin
OmarLodhi28-Dec-06 23:20
OmarLodhi28-Dec-06 23:20 
GeneralRe: any gdi guru can help me? Pin
Cristian Amarie28-Dec-06 23:26
Cristian Amarie28-Dec-06 23:26 
GeneralRe: any gdi guru can help me? Pin
OmarLodhi29-Dec-06 4:10
OmarLodhi29-Dec-06 4:10 
AnswerRe: any gdi guru can help me? Pin
Gary R. Wheeler29-Dec-06 6:01
Gary R. Wheeler29-Dec-06 6:01 
AnswerRe: any gdi guru can help me? Pin
Hamid_RT29-Dec-06 17:42
Hamid_RT29-Dec-06 17:42 
GeneralRe: any gdi guru can help me? Pin
OmarLodhi30-Dec-06 4:40
OmarLodhi30-Dec-06 4:40 
AnswerRe: any gdi guru can help me? Pin
Mark Salsbery30-Dec-06 8:38
Mark Salsbery30-Dec-06 8:38 
AnswerRe: any gdi guru can help me? Pin
Mark Salsbery30-Dec-06 10:05
Mark Salsbery30-Dec-06 10:05 
GeneralRe: any gdi guru can help me? Pin
OmarLodhi31-Dec-06 19:07
OmarLodhi31-Dec-06 19:07 
GeneralRe: any gdi guru can help me? [modified] Pin
Mark Salsbery1-Jan-07 11:22
Mark Salsbery1-Jan-07 11:22 
GeneralRe: any gdi guru can help me? Pin
OmarLodhi2-Jan-07 14:59
OmarLodhi2-Jan-07 14:59 
NewsHiEdit V1.0.1.4 [modified] Pin
akyprian28-Dec-06 21:33
akyprian28-Dec-06 21:33 
QuestionAnd the question is? Pin
CPallini28-Dec-06 21:43
mveCPallini28-Dec-06 21:43 
AnswerRe: And the question is? Pin
akyprian28-Dec-06 21:50
akyprian28-Dec-06 21:50 
GeneralRe: And the question is? Pin
prasad_som28-Dec-06 22:22
prasad_som28-Dec-06 22:22 

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.