CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2012
    Posts
    24

    Not breaking on error

    Hi.

    A simple VB2012 app, being developed on a win7 x64 box, that is creating a datatable and populating a treeview from the data.

    The GUI does not error if there is a reference to an incorrect datarow, it just hangs.
    I am getting other odd problems when running in the GUI, menus do not perform correctly, mouse clicks are ignored, other small problems.
    Yes, it is a clean machine, no it doesn't have any other problems. The OS is not at fault.

    Is this part of the x64 SEH mess? Does anyone have a fix for the issue?

    Thanks.

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Not breaking on error

    Why not just check/trap any errors relating to the file name? Why blame the OS? Did it run anywhere before? Where? XP?
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Dec 2012
    Posts
    24

    Re: Not breaking on error

    Part of error trapping is finding out where the errors are happening. If you are not told correctly where the errors are it can be difficult to locate the problems. Building error trapping around the world is not a solution to a well documented 64 bit OS error reporting problem. Please do some research, then if you have an answer that may be of some use on this subject, feel free to add another post.

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

Featured