Click to See Complete Forum and Search --> : Invalid page fault on Windows95


BarD
May 5th, 1999, 05:47 PM
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.

leolin@
May 5th, 1999, 08:48 PM
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