Memory referenced error

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

Now that I've got my XPe image working the way I want it to, pretty much the
same as XP pro, I'm getting a referenced memory error. I know it's my XPe
image, because I can swap this hard drive, with a new one, load it with XP
pro and not get the error with XP pro. We've got a custom built app, and
there is a certain function within this app, that when assessed gives the
error.

The exact error is "the instruction at 0X004566f5 referenced memory at
0Xccccccd1e. The memory could not be read.


So how do I trouble shoot that?

Thanks
Jason
 
Jason,

Have you run depends against the application to make sure any dependency
files are in fact in the XPe build?

Can you run something like filemon from sysinternals on your XP Pro box,
call the function and see what files are accessed, maybe some of those files
are missing in your XPe build.

Also adding something like the windows application compatibility macro or
the shell application compatibility macro may give you a starting point into
what is missing from the XPe build.

HTH,
Brad
 
Back
Top