Click here to Skip to main content
15,923,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: List & Hash Table implemetations Pin
Makover2-Apr-03 21:10
Makover2-Apr-03 21:10 
QuestionWM_ACTIVATEAPP: Windows bug with taskbar? Pin
Vasiliy Zverev2-Apr-03 0:52
Vasiliy Zverev2-Apr-03 0:52 
GeneralGetting file-path through an activex...please help me Pin
ZarrinPour2-Apr-03 0:52
ZarrinPour2-Apr-03 0:52 
QuestionHow to load a .jpg picture? Pin
stanley guan2-Apr-03 0:35
stanley guan2-Apr-03 0:35 
AnswerRe: How to load a .jpg picture? Pin
Vasiliy Zverev2-Apr-03 0:49
Vasiliy Zverev2-Apr-03 0:49 
AnswerRe: How to load a .jpg picture? Pin
Chintan2-Apr-03 7:04
Chintan2-Apr-03 7:04 
GeneralPassing CString objs to an MFC extension DLL Pin
Abin2-Apr-03 0:28
Abin2-Apr-03 0:28 
GeneralRe: Passing CString objs to an MFC extension DLL Pin
Roger Allen2-Apr-03 1:04
Roger Allen2-Apr-03 1:04 
The problem you have described usually occurs when your main MFC exe and you extension DLL are both using different heap managers. Make sure you exe and MFC ext dll are using MFC in a shared DLL. You should hen be able to pass CString objects across without any problem.

As you currently have different heap managars, they are trying to deallocate pointers created by each other and having problems as they are not recognised.


Roger Allen
Sonork 100.10016

Were you different as a kid? Did you ever say "Ooohhh, shiny red" even once? - Paul Watson 11-February-2003
GeneralRe: Passing CString objs to an MFC extension DLL Pin
Abin2-Apr-03 3:22
Abin2-Apr-03 3:22 
GeneralRe: Passing CString objs to an MFC extension DLL Pin
Alvaro Mendez2-Apr-03 10:12
Alvaro Mendez2-Apr-03 10:12 
GeneralRe: Passing CString objs to an MFC extension DLL Pin
RobJones2-Apr-03 3:51
RobJones2-Apr-03 3:51 
GeneralMessage Loop for specific messages Pin
peterchen2-Apr-03 0:20
peterchen2-Apr-03 0:20 
GeneralRe: Message Loop for specific messages Pin
Vasiliy Zverev2-Apr-03 0:36
Vasiliy Zverev2-Apr-03 0:36 
GeneralRe: Message Loop for specific messages Pin
56789012342-Apr-03 0:46
56789012342-Apr-03 0:46 
GeneralMidi API, please help Pin
bob_0002-Apr-03 0:17
bob_0002-Apr-03 0:17 
GeneralAutometed Content Publishing System for Intranet Pin
Bajwagr81-Apr-03 23:53
Bajwagr81-Apr-03 23:53 
GeneralDisable a tab in a CPropertySheet Pin
JensB1-Apr-03 22:42
JensB1-Apr-03 22:42 
GeneralRe: Disable a tab in a CPropertySheet Pin
Rage1-Apr-03 23:39
professionalRage1-Apr-03 23:39 
GeneralChanging font type in a View Pin
Anonymous1-Apr-03 22:05
Anonymous1-Apr-03 22:05 
GeneralRe: Changing font type in a View Pin
jhwurmbach1-Apr-03 22:19
jhwurmbach1-Apr-03 22:19 
GeneralRe: Changing font type in a View Pin
Anonymous1-Apr-03 22:29
Anonymous1-Apr-03 22:29 
GeneralRe: Changing font type in a View Pin
ilgale1-Apr-03 23:32
ilgale1-Apr-03 23:32 
GeneralRe: Changing font type in a View Pin
Cedric Moonen2-Apr-03 0:08
Cedric Moonen2-Apr-03 0:08 
GeneralRe: Changing font type in a View Pin
Chintan2-Apr-03 7:09
Chintan2-Apr-03 7:09 
GeneralModeless property sheet and OK/Cancel buttons. Pin
justin2231-Apr-03 21:58
justin2231-Apr-03 21:58 

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.