CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: run time error

  1. #1
    Join Date
    Jun 1999
    Posts
    14

    run time error

    I finished a program, and I am only having one error. It is a run-time error. I have timer function that interrupts every second, and captures data. The data is then saved to a file. After collecting some points to file, the program halts on the code that attempts to open the file with a run time error. THinking that this was due to not first closing the file, I shut off the timer right before it opens the file, and then re-enable the timer after the file is closed. However, I still am getting a run time error. ANd like I said, it is after I already have a lot of data points saved to this file.

    please help

    -Dr Confused



  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: run time error

    What exactly is the run-time error that you're getting ? (you do have some error handling code around this routine, don't you?)


    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb

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