Consultor Eletrônico



Kbase P103201: What is the mapfiles directory on the Progress installation CD?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

What is the mapfiles directory on the Progress installation CD?

FACT(s) (Environment):

Progress 9.1E
Progress 9.1E 64-bit

FIX:

The mapfiles
directory contains text files called *.map. Generally speaking map
files are text files that contain information about functions (and
variables) in a module and their addresses. Here is a snippet from _mprosrv.map

Address
Publics by
Value
Rva+Base
Lib:Object

0001:00000000
_drSetBaseKey
00401000
f
drargs.obj
0001:0000005d
_drGetBaseKey
0040105d
f
drargs.obj0001:00000074
_drSetIniName
00401074
f drargs.obj

These files may be needed by the debugger and OS utilities to generate readable stack traces.