tds2dbg Activity
Status: Alpha
Brought to you by:
bjvest
tds2pdb has a wrong segMap structure definition: struct CVssSegMapSegDesc { ... WORD offset; /* Offset of logical segment within physical segment. !! Always 0. / !! WORD cbSeg; ///< Size of segment. These fields are defined as unsigned long (4 bytes) in Microsofts headers: typedef struct OMFSegMapDesc .... unsigned long offset; unsigned long cbSeg; } OMFSegMapDesc; Another error is probably the result that the uploaded tds2pdb.exe was compiled with 2-byte structure field alignment, that leads to...