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

Thread: HELP!!!!!!!

  1. #1
    Join Date
    Jul 1999
    Posts
    5

    HELP!!!!!!!

    ANY ONE KNOW WHAT THIS IS: VB6 caused an invalid page fault in
    module VB6.EXE at 015f:004c9581.
    Registers:
    EAX=00000000 CS=015f EIP=004c9581 EFLGS=00010246
    EBX=00000000 SS=0167 ESP=007fe5cc EBP=007fe624
    ECX=007fe530 DS=0167 ESI=0176084c FS=121f
    EDX=0174003c ES=0167 EDI=00000002 GS=0000
    Bytes at CS:EIP:
    83 a6 dc 00 00 00 fb e9 f8 52 fd ff 8b f0 e9 8a
    Stack dump:
    007fe69c 0176084c 00000000 bff714d9 0000015f 007fe5e8 00000167 bff71547 0174ad9c 00000ec4 017603c8 007fe688 00404ed5 00000001 00000ec4 00000000 ....HOW DO I FIX IT



  2. #2
    Join Date
    Jul 1999
    Posts
    5

    Re: HELP!!!!!!!

    testing


  3. #3
    Join Date
    Aug 1999
    Posts
    3

    Re: HELP!!!!!!!

    This problem could occur if you developed the application in Windows NT and tested in Windows 95. Change of OS could be cause of the problem becoz memory management of windows NT is more efficient than Windows 95.


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