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

Thread: Page faults

  1. #1
    Join Date
    Nov 2003
    Location
    Ontario Canada
    Posts
    5

    Page faults

    Hi,

    Is it possible to override the page fault handler so I can get it to fetch code (only code needed - not data) from an external source ?

    Thanks

  2. #2
    Join Date
    Sep 2002
    Location
    Philadelphia ***Epoch: Timeless***
    Posts
    560
    [Moved]
    SolarFlare

    Those who cling to life die and those who defy death live. -Sun Tzu

    cout << endl;
    return 0;
    }

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