|
-
Nov 13th, 2009, 02:20 AM
#1
Thread Starter
Lively Member
(VB6) Application crashes by runtime error ?
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,
-
Nov 13th, 2009, 02:54 AM
#2
Re: (VB6) Application crashes by runtime error ?
Do you have an error description?
-
Nov 13th, 2009, 05:54 AM
#3
Re: (VB6) Application crashes by runtime error ?
Are you installing the MSVCRT file with your app?
That is a really bad idea and should not be done, because it is interdependent with several other files - all of which will be pre-installed with Windows anyway.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|