Hi all,

My VB6.0 application is designed for displaying video and acquisition of images from that video using third party tools.
The main problem I'm facing is to identify the runtime error which crashes the application as it pointing to MSVCRT file which is the dependency of third parties. This error appear sometimes while acquiring images from the video.

I assume there is any memory leakage, but unable to identify it, as video display also use MSVC lib and image acquisition also use MSVC lib.

Need some information or help how to check for the problem and to fix it.


Thanks in advance,