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

C / C++ / MFC

 
GeneralReading Binary files Pin
BoudewijnEctor17-Dec-03 1:32
BoudewijnEctor17-Dec-03 1:32 
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 
I'm using a library in my MFC application and i'm having some memory problems with allocations and deallocations, some memory allocations/deallocations causes a crash but only if it is not running on debug-mode. In debug-mode the application runs perfectly. Here's my lib configurations:

engine.lib ( Non-MFC Code ):
. Configuration Properties:
----. General:
------. Configuration Type: Static Library ( .lib )
------. Use of MFC: Use Standard Windows Libraries
----. C++:
------. Code Generation:
---------. Runtime Library: Multi-Threaded Debug ( /MTd )

editor ( MFC Code ):
. Configuration Properties:
----. General:
------. Configuration Type: Application ( .exe )
------. Use of MFC: Use MFC in a Static Library
----. C++:
------. Code Generation:
---------. Runtime Library: Multi-Threaded Debug ( /MTd )
------. Precompiled Header:
---------. Create/Use Precompiled Header: Automatically Generate( /YX )
----. Linker:
------. Command Line: /NODEFAULTLIB:LIBCD.LIB

Noticed anything wrong ? Any tip ?
Thanks
GeneralRe: Memory Allocations/Deallocations problems Pin
Anthony_Yio17-Dec-03 1:02
Anthony_Yio17-Dec-03 1:02 
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 

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.