Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

C++ EAccessVoilation

Options
  • 24-01-2003 5:37pm
    #1
    Registered Users Posts: 950 ✭✭✭


    Hello all

    I have a problem with a program at run time.
    The problem is it crashes!
    What’s even worse is I don’t understand the error message that I’m given.
    I know when the error occurs.

    1) I call a function to save some stuff to a file
    2) Return from that function
    3) On the very next line of code after the function returns Note (no return type so no return keyword needed) the program crashes and I get this error;

    “Project Timetable.exe Raised exception class EAccessVoilation with message ‘Access violation at address 004034FB in Module ‘Timetable.exe’. Read address 31E8C7A3 Process Stoped’. Press Step Or run to continue.”

    Any help will be Appreciated.

    :cool:
    -- Jim --


Comments

  • Closed Accounts Posts: 5,564 ✭✭✭Typedef


    Post the code Jimbo.

    May the source be with you.


Advertisement