Regarind the Heap Size error
When I run the program that is used to read the video, I get the Heapsize error which is shown below:
EAP [videodemo34.exe]: Invalid address specified for RtlSizeHeap (04EC0000, 00254CE8) Windows triggered a breakpoint in videodemo34.exe.
This may be due to heap corruption and indicates an error in the videodemo34.exe file or any of the loaded DLL files.
There may be more diagnostic information in the output window
can anyone tell about this?
It would be helpful if you post the code with your Prashanth questions (refer to one of your other threads).
It is doubtful that this is a bug anyway, as it clearly states that a breakpoint was called in your code.
This is most likely due to the fact that you are running a debug executable with breakpoints built in.
a source to share