Results 1 to 3 of 3

Thread: (VB6) Application crashes by runtime error ?

  1. #1

    Thread Starter
    Lively Member amolt's Avatar
    Join Date
    Aug 2006
    Location
    INDIA
    Posts
    80

    Question (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,

  2. #2
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: (VB6) Application crashes by runtime error ?

    Do you have an error description?
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  3. #3
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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
  •  



Click Here to Expand Forum to Full Width