Click to See Complete Forum and Search --> : How to generate


hometown
October 21st, 2003, 10:58 AM
a MAP file ??
Please tell me,
Thanks alot

Mick
October 21st, 2003, 11:06 AM
depends on your compiler/linker...under VC++ just set it in the project->settings-Link(general) generate map file...

or add /Map:filename /Mapinfo:{EXPORTS|FIXUPS|LINES} to your link settings...

hometown
October 21st, 2003, 02:40 PM
Originally posted by Mick
depends on your compiler/linker...under VC++ just set it in the project->settings-Link(general) generate map file...

or add /Map:filename /Mapinfo:{EXPORTS|FIXUPS|LINES} to your link settings...
Thanks an (N*little)...:)