Click here to Skip to main content
15,889,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Remove Maximize Pin
Emilio Garavaglia14-Oct-10 4:14
Emilio Garavaglia14-Oct-10 4:14 
AnswerRe: Remove Maximize Pin
Alain Rist13-Oct-10 6:28
Alain Rist13-Oct-10 6:28 
QuestionPainfully frustrating sdk memory exception? [modified] Pin
fjdiewornncalwe13-Oct-10 1:47
professionalfjdiewornncalwe13-Oct-10 1:47 
AnswerRe: Bloody sdk memory exception? Pin
Sauro Viti13-Oct-10 2:33
professionalSauro Viti13-Oct-10 2:33 
GeneralRe: Bloody sdk memory exception? Pin
fjdiewornncalwe13-Oct-10 3:13
professionalfjdiewornncalwe13-Oct-10 3:13 
AnswerRe: Bloody sdk memory exception? Pin
Maximilien13-Oct-10 5:47
Maximilien13-Oct-10 5:47 
GeneralRe: Bloody sdk memory exception? Pin
fjdiewornncalwe13-Oct-10 5:54
professionalfjdiewornncalwe13-Oct-10 5:54 
AnswerRe: Bloody sdk memory exception? Pin
Code-o-mat13-Oct-10 5:59
Code-o-mat13-Oct-10 5:59 
This might sound disgusting but maybe you could try hooking the memory allocation API calls "under the hood", i mean things like GlobalAlloc or HeapAlloc and somehow keep track of the memory allocation/deallocations the third party does and when you get back the control (so execution comes back from the third pary call), investigate what memory allocations were left undeallocated and deallocate them yourself.

I already did such hooking magic a few times in my life so in case you are interested, i am willing to try and help doing this, it sounds like a challenge. Smile | :)
> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> "It doesn't work, fix it" does not qualify as a bug report. <
> Amazing what new features none of the programmers working on the project ever heard of you can learn about when reading what the marketing guys wrote about it. <

GeneralRe: Bloody sdk memory exception? [modified] Pin
fjdiewornncalwe13-Oct-10 8:35
professionalfjdiewornncalwe13-Oct-10 8:35 
GeneralRe: Bloody sdk memory exception? [modified] Pin
Code-o-mat13-Oct-10 10:23
Code-o-mat13-Oct-10 10:23 
GeneralRe: Bloody sdk memory exception? Pin
fjdiewornncalwe14-Oct-10 2:30
professionalfjdiewornncalwe14-Oct-10 2:30 
JokeRe: Bloody sdk memory exception? Pin
Code-o-mat14-Oct-10 2:55
Code-o-mat14-Oct-10 2:55 
GeneralRe: Bloody sdk memory exception? Pin
Code-o-mat25-Oct-10 0:13
Code-o-mat25-Oct-10 0:13 
GeneralRe: Bloody sdk memory exception? Pin
fjdiewornncalwe25-Oct-10 4:26
professionalfjdiewornncalwe25-Oct-10 4:26 
QuestionRightJustify a widechar string Pin
T.RATHA KRISHNAN13-Oct-10 1:08
T.RATHA KRISHNAN13-Oct-10 1:08 
AnswerRe: RightJustify a widechar string Pin
Chris Losinger13-Oct-10 1:24
professionalChris Losinger13-Oct-10 1:24 
GeneralRe: RightJustify a widechar string Pin
T.RATHA KRISHNAN13-Oct-10 1:29
T.RATHA KRISHNAN13-Oct-10 1:29 
GeneralRe: RightJustify a widechar string Pin
Chris Losinger13-Oct-10 1:31
professionalChris Losinger13-Oct-10 1:31 
GeneralRe: RightJustify a widechar string Pin
CPallini13-Oct-10 1:38
mveCPallini13-Oct-10 1:38 
AnswerRe: RightJustify a widechar string Pin
Cedric Moonen13-Oct-10 1:49
Cedric Moonen13-Oct-10 1:49 
QuestionProxy authentication failed error code is 407. Same code works fine without proxy. Pin
amar_mhetre13-Oct-10 0:49
amar_mhetre13-Oct-10 0:49 
AnswerRe: Proxy authentication failed error code is 407. Same code works fine without proxy. Pin
Rahul Vaishnav13-Oct-10 1:56
Rahul Vaishnav13-Oct-10 1:56 
GeneralRe: Proxy authentication failed error code is 407. Same code works fine without proxy. Pin
amar_mhetre13-Oct-10 2:06
amar_mhetre13-Oct-10 2:06 
GeneralRe: Proxy authentication failed error code is 407. Same code works fine without proxy. Pin
Rahul Vaishnav13-Oct-10 2:45
Rahul Vaishnav13-Oct-10 2:45 
GeneralRe: Proxy authentication failed error code is 407. Same code works fine without proxy. Pin
amar_mhetre13-Oct-10 2:56
amar_mhetre13-Oct-10 2:56 

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.