Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Reading Binary files Pin
RChin17-Dec-03 1:56
RChin17-Dec-03 1:56 
GeneralVC Debug trouble Pin
El'Cachubrey17-Dec-03 1:17
El'Cachubrey17-Dec-03 1:17 
GeneralRe: VC Debug trouble Pin
sam India17-Dec-03 1:54
sam India17-Dec-03 1:54 
GeneralHelp with Speech application, please! Pin
satcat17-Dec-03 1:02
satcat17-Dec-03 1:02 
GeneralCould not see the contents of ComboBox when created Dynamically Pin
Azghar Hussain17-Dec-03 0:52
professionalAzghar Hussain17-Dec-03 0:52 
GeneralRe: Could not see the contents of ComboBox when created Dynamically Pin
Dudi Avramov17-Dec-03 2:22
Dudi Avramov17-Dec-03 2:22 
GeneralMemory Allocations/Deallocations problems Pin
rpadrela17-Dec-03 0:47
rpadrela17-Dec-03 0:47 
GeneralRe: Memory Allocations/Deallocations problems Pin
Anthony_Yio17-Dec-03 1:02
Anthony_Yio17-Dec-03 1:02 
It is nothing to do with your configuration. It very likely cause by your code.

The reason it won't crash in debug mode is that your linker allocates more storage space for each memory blocks in your program for debug purposes. So, even if your program leaks, the extra space storage save you from crash. This is not going to happen when you are in release mode as when your linker allocate exact storage space for your program.

Sonork 100.41263:Anthony_Yio
Generalhttp post Pin
si_6916-Dec-03 23:45
si_6916-Dec-03 23:45 
GeneralRe: http post Pin
Anthony_Yio17-Dec-03 0:45
Anthony_Yio17-Dec-03 0:45 
GeneralRe: http post Pin
Ravi Bhavnani17-Dec-03 3:32
professionalRavi Bhavnani17-Dec-03 3:32 
GeneralRe: http post Pin
valikac17-Dec-03 5:01
valikac17-Dec-03 5:01 
QuestionHow to create a CBitmap from data buffer Pin
miyuru16-Dec-03 23:43
miyuru16-Dec-03 23:43 
QuestionHow can i quote spaces into paths? Pin
dukeleto16-Dec-03 23:32
dukeleto16-Dec-03 23:32 
AnswerRe: How can i quote spaces into paths? Pin
MailMonty16-Dec-03 23:48
sussMailMonty16-Dec-03 23:48 
GeneralRe: How can i quote spaces into paths? Pin
dukeleto16-Dec-03 23:52
dukeleto16-Dec-03 23:52 
GeneralRe: How can i quote spaces into paths? Pin
Prakash Nadar16-Dec-03 23:57
Prakash Nadar16-Dec-03 23:57 
AnswerRe: How can i quote spaces into paths? Pin
RChin16-Dec-03 23:49
RChin16-Dec-03 23:49 
GeneralRe: How can i quote spaces into paths? Pin
dukeleto16-Dec-03 23:55
dukeleto16-Dec-03 23:55 
GeneralVery strange problem with CStringArray Pin
Azghar Hussain16-Dec-03 23:26
professionalAzghar Hussain16-Dec-03 23:26 
GeneralRe: Very strange problem with CStringArray Pin
RChin16-Dec-03 23:54
RChin16-Dec-03 23:54 
GeneralRe: Very strange problem with CStringArray Pin
Azghar Hussain17-Dec-03 0:38
professionalAzghar Hussain17-Dec-03 0:38 
GeneralFunction name macro Pin
Mike Beckerleg16-Dec-03 23:26
Mike Beckerleg16-Dec-03 23:26 
GeneralRe: Function name macro Pin
Anthony_Yio17-Dec-03 1:05
Anthony_Yio17-Dec-03 1:05 
GeneralNo I don't think so Pin
Mike Beckerleg17-Dec-03 4:06
Mike Beckerleg17-Dec-03 4:06 

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.