Click here to Skip to main content
15,905,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: implement resizing code on "Kodak Image Edit ActiveX Control"??? Pin
nsaadyah23-Sep-03 21:55
nsaadyah23-Sep-03 21:55 
GeneralRe: implement resizing code on "Kodak Image Edit ActiveX Control"??? Pin
Marissa18223-Sep-03 22:06
Marissa18223-Sep-03 22:06 
Generaldebug vs release Pin
Marissa18223-Sep-03 20:51
Marissa18223-Sep-03 20:51 
GeneralRe: debug vs release Pin
Abebe23-Sep-03 21:10
Abebe23-Sep-03 21:10 
GeneralRe: debug vs release Pin
Marissa18223-Sep-03 21:14
Marissa18223-Sep-03 21:14 
GeneralRe: debug vs release Pin
Abebe23-Sep-03 21:18
Abebe23-Sep-03 21:18 
GeneralRe: debug vs release Pin
Marissa18223-Sep-03 21:23
Marissa18223-Sep-03 21:23 
GeneralRe: debug vs release Pin
Michael P Butler23-Sep-03 22:00
Michael P Butler23-Sep-03 22:00 
There are a number of ways that debug and release code could be different. Debug usual does not have any optimization performed on it, where release code does to to specify an optimization by default.

Debug code also is more forgiving about un-initaliazed variables. This is the first thing I'd check for. Secondly I'd enable debugging on the release build so that you can step through the code and see if you can spot a problem.

Michael

'Curiosity's always been my downfall' - The Doctor: The Caves of Androzani

GeneralRe: debug vs release Pin
Marissa18223-Sep-03 22:08
Marissa18223-Sep-03 22:08 
GeneralRe: debug vs release Pin
1.5kg23-Sep-03 22:02
1.5kg23-Sep-03 22:02 
GeneralRemove help button on CPropertySheet Pin
murali_utr23-Sep-03 20:27
murali_utr23-Sep-03 20:27 
GeneralTry this! Pin
Manikandan23-Sep-03 20:59
Manikandan23-Sep-03 20:59 
GeneralCProeperty Page OnOk() Pin
murali_utr23-Sep-03 23:18
murali_utr23-Sep-03 23:18 
Generalor Try this! Pin
Manikandan23-Sep-03 21:02
Manikandan23-Sep-03 21:02 
GeneralRe: or Try this! Pin
murali_utr23-Sep-03 22:20
murali_utr23-Sep-03 22:20 
GeneralRe: Remove help button on CPropertySheet Pin
Member 42425923-Sep-03 21:31
Member 42425923-Sep-03 21:31 
GeneralRe: Remove help button on CPropertySheet Pin
murali_utr23-Sep-03 22:19
murali_utr23-Sep-03 22:19 
GeneralDLL Registeration Issue Pin
fadee23-Sep-03 19:20
fadee23-Sep-03 19:20 
GeneralRe: DLL Registeration Issue Pin
geo_m23-Sep-03 21:09
geo_m23-Sep-03 21:09 
GeneralRe: DLL Registeration Issue Pin
fadee23-Sep-03 21:48
fadee23-Sep-03 21:48 
GeneralRe: DLL Registeration Issue Pin
1.5kg23-Sep-03 22:28
1.5kg23-Sep-03 22:28 
GeneralRe: DLL Registeration Issue Pin
fadee23-Sep-03 23:36
fadee23-Sep-03 23:36 
GeneralNeed help for STL Pin
zma6423-Sep-03 18:43
zma6423-Sep-03 18:43 
GeneralRe: Need help for STL Pin
Joaquín M López Muñoz23-Sep-03 20:14
Joaquín M López Muñoz23-Sep-03 20:14 
GeneralThanks Pin
Anonymous24-Sep-03 3:30
Anonymous24-Sep-03 3:30 

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.