andremussche / map2dbg

Converts .map files (Delphi, CBuilder) to Microsoft .dbg files. Also .tds to .pdb conversion works now!
https://code.google.com/p/map2dbg/
86 stars 42 forks source link

out of range error with very large projects #16

Open aboucher000 opened 4 years ago

aboucher000 commented 4 years ago

When used with very large projects, an out of range error is displayed and the program stops. This can be fixed easily, however, by changing most short to ushort in program.cs and recompiling.