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.
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