CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    13

    Invalid page fault on Windows95

    Hello, All!
    I have created DLL and application that calls function from this DLL. Everything works fine on Windows NT, but on 95 page fault occurs, though pointers returned by LoadLibrary() and GetProcAddresss() are not NULL. What is wrong?
    Thanks in advance.
    BarD.


  2. #2
    Join Date
    Apr 1999
    Posts
    27

    Re: Invalid page fault on Windows95

    too many reasons to make page fault occurs
    , maybe some function work different with
    NT and 95, that make access error in 95
    or memory leak, or error reference.
    you can trace to find which function make the page fault


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