|
-
May 5th, 1999, 05:47 PM
#1
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.
-
May 5th, 1999, 08:48 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|