Click here to Skip to main content
15,922,894 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Terminating a process Pin
Dave Bryant16-Jul-03 17:08
Dave Bryant16-Jul-03 17:08 
Generalexporting functions from dlls Pin
Anonymous16-Jul-03 15:01
Anonymous16-Jul-03 15:01 
GeneralRe: exporting functions from dlls Pin
FlyingDancer16-Jul-03 15:22
FlyingDancer16-Jul-03 15:22 
GeneralRe: exporting functions from dlls Pin
Iain Clarke, Warrior Programmer17-Jul-03 1:08
Iain Clarke, Warrior Programmer17-Jul-03 1:08 
GeneralCrash Pin
Anonymous16-Jul-03 14:31
Anonymous16-Jul-03 14:31 
GeneralRe: Crash Pin
Toni7816-Jul-03 16:08
Toni7816-Jul-03 16:08 
GeneralRe: Crash Pin
Anonymous16-Jul-03 16:16
Anonymous16-Jul-03 16:16 
GeneralRe: Crash Pin
Toni7816-Jul-03 19:17
Toni7816-Jul-03 19:17 
The error occurs in one of these two functions; _free_dbg() and _msize_dbg(). I can't tell you much, you have to debug the program and find out the places where are you deleting pointers that you are not supposed to. If you want to find out where you have memory leaks, after you run the program in debug mode, at the output screen scroll down the end. If you have any memory leaks it will tell you where they are occuring. It seems to me like the heap is getting corrupted, but I don't know why.

// Afterall, I realized that even my comment lines have bugs

When one cannot invent, one must at least improve (in bed).-My latest fortune cookie
GeneralRe: Crash Pin
Jens Doose21-Jul-03 23:42
Jens Doose21-Jul-03 23:42 
Generalmain( int argc, char *argv[], char *envp[] ) Pin
dadacncn16-Jul-03 12:15
dadacncn16-Jul-03 12:15 
GeneralRe: main( int argc, char *argv[], char *envp[] ) Pin
Garth J Lancaster16-Jul-03 12:49
professionalGarth J Lancaster16-Jul-03 12:49 
GeneralRe: main( int argc, char *argv[], char *envp[] ) Pin
dadacncn16-Jul-03 22:51
dadacncn16-Jul-03 22:51 
Generalstrtok Pin
butterbean73016-Jul-03 11:46
butterbean73016-Jul-03 11:46 
GeneralRe: strtok Pin
Ryan Binns16-Jul-03 17:16
Ryan Binns16-Jul-03 17:16 
GeneralEnv Vars in arg list and Studio Pin
john john mackey16-Jul-03 11:15
john john mackey16-Jul-03 11:15 
GeneralHiding controls in the CFileDialog Pin
GloriousBlues16-Jul-03 10:45
GloriousBlues16-Jul-03 10:45 
QuestionHow to make an automated phone call? Pin
Alvaro Mendez16-Jul-03 9:52
Alvaro Mendez16-Jul-03 9:52 
AnswerRe: How to make an automated phone call? Pin
Ranjan Banerji16-Jul-03 10:51
Ranjan Banerji16-Jul-03 10:51 
AnswerRe: How to make an automated phone call? Pin
Ranjan Banerji16-Jul-03 10:58
Ranjan Banerji16-Jul-03 10:58 
GeneralTo MFC or NOT to MFC that is the question. Pin
John R. Shaw16-Jul-03 9:48
John R. Shaw16-Jul-03 9:48 
GeneralRe: To MFC or NOT to MFC that is the question. Pin
Code4Food16-Jul-03 9:56
Code4Food16-Jul-03 9:56 
GeneralRe: To MFC or NOT to MFC that is the question. Pin
Ryan Binns16-Jul-03 17:24
Ryan Binns16-Jul-03 17:24 
QuestionHow to detect an USB Mass Storage or Digital Camera connection Pin
Member 30919816-Jul-03 9:28
Member 30919816-Jul-03 9:28 
Generalregistry api Pin
YaronNir16-Jul-03 9:09
YaronNir16-Jul-03 9:09 
GeneralRe: registry api Pin
David Crow16-Jul-03 9:35
David Crow16-Jul-03 9:35 

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.