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

C / C++ / MFC

 
AnswerRe: Freeing the memory using delete operator for a class object created using new operator gives exception Pin
Hans Dietrich23-Aug-11 2:14
mentorHans Dietrich23-Aug-11 2:14 
AnswerRe: Freeing the memory using delete operator for a class object created using new operator gives exception Pin
Nemanja Trifunovic23-Aug-11 2:22
Nemanja Trifunovic23-Aug-11 2:22 
QuestionRe: Freeing the memory using delete operator for a class object created using new operator gives exception Pin
CPallini23-Aug-11 2:27
mveCPallini23-Aug-11 2:27 
AnswerRe: Freeing the memory using delete operator for a class object created using new operator gives exception Pin
Nemanja Trifunovic23-Aug-11 3:20
Nemanja Trifunovic23-Aug-11 3:20 
GeneralRe: Freeing the memory using delete operator for a class object created using new operator gives exception Pin
CPallini23-Aug-11 3:25
mveCPallini23-Aug-11 3:25 
GeneralRe: Freeing the memory using delete operator for a class object created using new operator gives exception Pin
Stefan_Lang23-Aug-11 3:37
Stefan_Lang23-Aug-11 3:37 
JokeRe: Freeing the memory using delete operator for a class object created using new operator gives exception Pin
Niklas L24-Aug-11 2:36
Niklas L24-Aug-11 2:36 
AnswerRe: Freeing the memory using delete operator for a class object created using new operator gives exception Pin
Albert Holguin24-Aug-11 4:34
professionalAlbert Holguin24-Aug-11 4:34 
If you specify the exception, it may provide more information for us to give you feedback.

Make sure of a few things:
-You're not using the pointer after delete
-You're not calling delete on something that has already been deallocated
-You're not calling delete on someone else's private member
-You're not deallocating across DLL boundries
Questionwinsock error 10014 Pin
vkgktm23-Aug-11 0:11
vkgktm23-Aug-11 0:11 
AnswerRe: winsock error 10014 Pin
CPallini23-Aug-11 0:40
mveCPallini23-Aug-11 0:40 
GeneralRe: winsock error 10014 Pin
vkgktm23-Aug-11 1:28
vkgktm23-Aug-11 1:28 
GeneralRe: winsock error 10014 Pin
CPallini23-Aug-11 1:54
mveCPallini23-Aug-11 1:54 
GeneralRe: winsock error 10014 Pin
vkgktm23-Aug-11 2:04
vkgktm23-Aug-11 2:04 
QuestionRe: winsock error 10014 Pin
CPallini23-Aug-11 2:09
mveCPallini23-Aug-11 2:09 
GeneralRe: winsock error 10014 Pin
vkgktm23-Aug-11 2:20
vkgktm23-Aug-11 2:20 
GeneralRe: winsock error 10014 Pin
CPallini23-Aug-11 2:25
mveCPallini23-Aug-11 2:25 
GeneralRe: winsock error 10014 Pin
vkgktm23-Aug-11 2:41
vkgktm23-Aug-11 2:41 
GeneralRe: winsock error 10014 Pin
CPallini23-Aug-11 2:45
mveCPallini23-Aug-11 2:45 
QuestionFindWindow Pin
msr_codeproject22-Aug-11 21:08
msr_codeproject22-Aug-11 21:08 
AnswerRe: FindWindow Pin
CPallini22-Aug-11 21:29
mveCPallini22-Aug-11 21:29 
GeneralRe: FindWindow Pin
msr_codeproject22-Aug-11 21:54
msr_codeproject22-Aug-11 21:54 
GeneralRe: FindWindow Pin
CPallini22-Aug-11 22:07
mveCPallini22-Aug-11 22:07 
GeneralRe: FindWindow Pin
Tracy Software23-Aug-11 3:38
Tracy Software23-Aug-11 3:38 
GeneralRe: FindWindow Pin
Richard MacCutchan22-Aug-11 22:56
mveRichard MacCutchan22-Aug-11 22:56 
GeneralRe: FindWindow Pin
CPallini22-Aug-11 23:42
mveCPallini22-Aug-11 23:42 

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.