Computer Science Canada Annoying Error. Keep shutting down program |
Author: | DarkHelmet [ Sat Jan 04, 2003 12:21 pm ] |
Post subject: | Annoying Error. Keep shutting down program |
I'm in the middle of writing my final project for grade 11 computer sciences. I'm trying to write a monopoly program. When I open turing, it lets me run my program once, but ever time I try to run the program a second time, after making a change or two, An error box appears. The message says: Error : Some allocated resources were not freed in the debugger. A resource with ID 5019 was not freed. (6077). It also says that it isn't something that I have done wrong. When the error appears, it forces me click the ok, before i can do anything else in turing. When I click the ok button, it shuts down turing. It also says that there are more details in the panic log, but when I went to check it, it just said the exact same message. It says it isn't my fault, but I was hoping there is I can do to fix it. If anyone has any suggestions, it would be a big help. Thanks. |
Author: | Tony [ Sat Jan 04, 2003 5:04 pm ] |
Post subject: | |
you might have a bugged version. Try upgrading to a newer one. what the message means is that after running your program, it was not properly shut down (variables not cleared, processes running, etc). Basically its compilers fault. I strongly recomment upgrading. |
Author: | DarkHelmet [ Mon Jan 06, 2003 5:29 pm ] |
Post subject: | |
i'll try that. thanx for the help. |
Author: | DarkHelmet [ Wed Jan 08, 2003 7:46 pm ] |
Post subject: | |
The Update Worked perfectly. The program is working properly. Thanks for your help. |
Author: | Tony [ Wed Jan 08, 2003 8:08 pm ] |
Post subject: | |
I'm glad to hear that everything is ok now Good luck on your project |