Sue
Fri Jun 08 12:03:00 CDT 2007
.rel files are used by makeimg (specifically the romimage part of makeimg)
to "fix up" the DLLs in the "MODULES" section of ROM to run from addresses
inside slot 1. "Fixing up" is the process of modifying jumps and references
inside the executable so that they refer to the places where the executable
code is loaded. Romimage fixes up the "MODULES" section executables when
you make your image. All the rest of the executables are fixed up at run
time when they load.
You should not need to know what the format of a .rel file is. If you need
to parse it or even look at it, then you're probably doing something the
hard way. I personally have never had to look at the contents of one.
If you don't have a .rel file then you can't put your executable into the
"MODULES" section of ROM.
Sue
sloh@microsoft.com (remove "online" from reply-to address)
http://blogs.msdn.com/ce_base/
_____________________________________________________________
This posting is provided "AS IS" with no warranties, and confers no rights.
_____________________________________________________________