Need help with C++

Sharky Forums


Results 1 to 2 of 2

Thread: Need help with C++

  1. #1
    Goldfish
    Join Date
    Jan 2001
    Location
    Canada
    Posts
    92

    Exclamation Need help with C++

    I am editing a program and am getting an error when I click the "X" to close one of the child windows. The error reads as follows:
    Thread stopped
    C:\HC11\Code\Hc11\hc11.exe: Fault:
    access violation at 0x465feb: write of
    address 0x8

    When the debug window comes up I see the map file, and other memory windows, but I don't understand how to read them. This error happens when I open the window, select files, and link them (I am editing a development environment), but not when I simply open the window and then close it. I know the error has something to do with writing to memory that doesn't belong to the program, but when I tell the debugger to go to the source of the error, it tells mt that there is no such line.

    If any of this makes sence to anyone and they think they can help, or if I haven't given enough info please let me know. I have to get this bug worked out before the end of the weekend.
    thanks

    ------------------
    Raven667
    =================================
    Windows 2000 Professional
    AMD K6/2-400 @ 450MHz
    FIC VA-503+ mobo
    3Dfx Voodoo 3 2000 AGP @ 175MHz(main vid card)
    TVM AS-5S 15" Primary Moniter
    SiS 6326 PCI (secondary vid card)
    PowerMate/MultiSync II 14" Secondary Moniter (old 386 POS)
    D-Link 10/BaseT NIC ISA
    Soundblaster 16 ISA
    =================================

    [This message has been edited by Raven667 (edited March 31, 2001).]
    Raven667
    =================================
    Murphy's Laws (a selection):
    - Never play leapfrog with a unicorn.
    - A Smith & Wesson always beats 4 Aces.
    - If everything seems to be going well, you boviously don't know what the hell is going on.

  2. #2
    Goldfish
    Join Date
    Jan 2001
    Location
    Canada
    Posts
    92

    Post

    Come on you guys...any suggestions would be good.

    ------------------
    Raven667
    =================================
    Windows 2000 Professional
    AMD K6/2-400 @ 450MHz
    FIC VA-503+ mobo
    3Dfx Voodoo 3 2000 AGP @ 175MHz(main vid card)
    TVM AS-5S 15" Primary Moniter
    SiS 6326 PCI (secondary vid card)
    PowerMate/MultiSync II 14" Secondary Moniter (old 386 POS)
    D-Link 10/BaseT NIC ISA
    Soundblaster 16 ISA
    =================================
    Raven667
    =================================
    Murphy's Laws (a selection):
    - Never play leapfrog with a unicorn.
    - A Smith & Wesson always beats 4 Aces.
    - If everything seems to be going well, you boviously don't know what the hell is going on.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •