Click here to Skip to main content
15,888,286 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Hiding program from task manager. Pin
ldsdbomber5-Mar-07 4:02
ldsdbomber5-Mar-07 4:02 
GeneralRe: Hiding program from task manager. Pin
AprNgp5-Mar-07 7:38
AprNgp5-Mar-07 7:38 
GeneralRe: Hiding program from task manager. Pin
cp98765-Mar-07 12:38
cp98765-Mar-07 12:38 
GeneralRe: Hiding program from task manager. Pin
Ihtesham8-Mar-10 21:20
Ihtesham8-Mar-10 21:20 
QuestionCall vc6 dll in VS2005 project Pin
brucerain3-Mar-07 4:07
brucerain3-Mar-07 4:07 
AnswerRe: Call vc6 dll in VS2005 project Pin
Waldermort3-Mar-07 5:20
Waldermort3-Mar-07 5:20 
GeneralRe: Call vc6 dll in VS2005 project Pin
brucerain3-Mar-07 14:17
brucerain3-Mar-07 14:17 
AnswerRe: Call vc6 dll in VS2005 project Pin
Michael Dunn3-Mar-07 19:35
sitebuilderMichael Dunn3-Mar-07 19:35 
The problem is usually that memory is being allocated in one DLL and freed in another DLL. If you're passing a CMap (or other C++ object that does allocations) between DLLs, you'll need to redesign the code so it doesn't do that.


--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

Ford, what's this fish doing in my ear?

QuestionBreakpoint Pin
blue_rabbit3-Mar-07 3:12
blue_rabbit3-Mar-07 3:12 
AnswerRe: Breakpoint Pin
Bram van Kampen3-Mar-07 12:18
Bram van Kampen3-Mar-07 12:18 
GeneralRe: Breakpoint Pin
blue_rabbit3-Mar-07 20:08
blue_rabbit3-Mar-07 20:08 
GeneralRe: Breakpoint Pin
blue_rabbit3-Mar-07 22:57
blue_rabbit3-Mar-07 22:57 
QuestionCheck box in a menu Pin
Aryan S3-Mar-07 1:57
Aryan S3-Mar-07 1:57 
AnswerRe: Check box in a menu Pin
Hamid_RT3-Mar-07 6:54
Hamid_RT3-Mar-07 6:54 
Questionhow i create window at the center of the desktop in win32 Pin
amitmistry_petlad 3-Mar-07 0:15
amitmistry_petlad 3-Mar-07 0:15 
AnswerRe: how i create window at the center of the desktop in win32 Pin
prasad_som3-Mar-07 6:43
prasad_som3-Mar-07 6:43 
QuestionBorland C++ Pin
Kiethnt2-Mar-07 22:31
Kiethnt2-Mar-07 22:31 
AnswerRe: Borland C++ Pin
John R. Shaw2-Mar-07 23:23
John R. Shaw2-Mar-07 23:23 
QuestionHow can I find the Sharedmem file mapping object name? Pin
black1662-Mar-07 21:17
black1662-Mar-07 21:17 
AnswerRe: How can I find the Sharedmem file mapping object name? Pin
Jun Du3-Mar-07 13:22
Jun Du3-Mar-07 13:22 
Questionback color of radio button :MFC Pin
prathuraj2-Mar-07 20:44
prathuraj2-Mar-07 20:44 
AnswerRe: back color of radio button :MFC Pin
Rajesh R Subramanian2-Mar-07 21:08
professionalRajesh R Subramanian2-Mar-07 21:08 
AnswerRe: back color of radio button :MFC Pin
toxcct3-Mar-07 0:04
toxcct3-Mar-07 0:04 
AnswerRe: back color of radio button :MFC Pin
Hamid_RT3-Mar-07 0:29
Hamid_RT3-Mar-07 0:29 
Questionback color of radio button :MFC Pin
prathuraj2-Mar-07 20:43
prathuraj2-Mar-07 20:43 

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.