Click here to Skip to main content
15,895,876 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help with Binary Pin
CPallini27-Mar-09 0:35
mveCPallini27-Mar-09 0:35 
GeneralRe: Help with Binary Pin
Michael Schubert27-Mar-09 0:39
Michael Schubert27-Mar-09 0:39 
GeneralRe: Help with Binary Pin
CPallini27-Mar-09 0:45
mveCPallini27-Mar-09 0:45 
GeneralRe: Help with Binary Pin
Michael Schubert27-Mar-09 0:51
Michael Schubert27-Mar-09 0:51 
AnswerRe: Help with Binary Pin
Divyang Mithaiwala27-Mar-09 0:42
Divyang Mithaiwala27-Mar-09 0:42 
AnswerRe: Help with Binary Pin
Stuart Dootson27-Mar-09 0:45
professionalStuart Dootson27-Mar-09 0:45 
AnswerRe: Help with Binary Pin
David Crow27-Mar-09 3:07
David Crow27-Mar-09 3:07 
QuestionProblem in loading Image,GetLastError 33 Pin
hemlat26-Mar-09 23:01
hemlat26-Mar-09 23:01 
AnswerRe: Problem in loading Image,GetLastError 33 Pin
CPallini26-Mar-09 23:15
mveCPallini26-Mar-09 23:15 
AnswerRe: Problem in loading Image,GetLastError 33 Pin
Michael Schubert27-Mar-09 0:50
Michael Schubert27-Mar-09 0:50 
AnswerRe: Problem in loading Image,GetLastError 33 Pin
David Crow27-Mar-09 3:08
David Crow27-Mar-09 3:08 
QuestionMemory leak problem Pin
Pryabu26-Mar-09 22:31
Pryabu26-Mar-09 22:31 
AnswerRe: Memory leak problem Pin
S p k 52126-Mar-09 22:58
S p k 52126-Mar-09 22:58 
GeneralRe: Memory leak problem Pin
Pryabu26-Mar-09 23:43
Pryabu26-Mar-09 23:43 
AnswerRe: Memory leak problem Pin
KarstenK26-Mar-09 23:03
mveKarstenK26-Mar-09 23:03 
GeneralRe: Memory leak problem Pin
Pryabu26-Mar-09 23:45
Pryabu26-Mar-09 23:45 
GeneralRe: Memory leak problem Pin
KarstenK26-Mar-09 23:59
mveKarstenK26-Mar-09 23:59 
AnswerRe: Memory leak problem Pin
SandipG 27-Mar-09 0:15
SandipG 27-Mar-09 0:15 
AnswerRe: Memory leak problem Pin
Roger Stoltz27-Mar-09 0:19
Roger Stoltz27-Mar-09 0:19 
AnswerRe: Memory leak problem Pin
Joe Woodbury27-Mar-09 5:54
professionalJoe Woodbury27-Mar-09 5:54 
If you are dynamically allocating memory from the C++ heap, the heap will generally not be reduced in size when that memory is freed. One alternative would be to directly allocate your own memory from windows using GlobalAlloc.


Anyone who thinks he has a better idea of what's good for people than people do is a swine.
- P.J. O'Rourke


Questionerror when using pimstore.h and aygshell.h Pin
Le@rner26-Mar-09 22:24
Le@rner26-Mar-09 22:24 
QuestionRe: error when using pimstore.h and aygshell.h Pin
David Crow27-Mar-09 3:11
David Crow27-Mar-09 3:11 
QuestionGame console programming? Pin
Megidolaon26-Mar-09 22:16
Megidolaon26-Mar-09 22:16 
AnswerRe: Game console programming? Pin
CPallini26-Mar-09 22:41
mveCPallini26-Mar-09 22:41 
AnswerRe: Game console programming? Pin
KarstenK26-Mar-09 22:59
mveKarstenK26-Mar-09 22:59 

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.