home *** CD-ROM | disk | FTP | other *** search
-
-
- PMDEF.EXE will examine a given executable (in new exe format) and generate
- a module definition file (.DEF). The output will include all segment
- descriptions, exported functions, as well as imported functions identified
- by name, library and ordinal.
-
- I've wanted to write an app like this since my MS Windows days. I always
- wondered what line style was used to draw the input focus. Well it wasn't
- until reviewing the imported names list for another app which accomplished
- this pen style, that we learned the truth ! If I recall correctly it
- was a PatBlt using a brush of width 1 (no line drawing at all) !!
-
- Anyway, maybe some day this app will come in handy for you.
-
- If I've overlooked anything or if you have any problems I'd appreciate
- hearing from you. I'll upload the source if anyone wants it and after
- its cleaned up some.
-
- CREDITS etc:
-
- - The bulk of the presentation logic comes from the book
- "Programmer's Guide to the OS/2 Presentation Manager"
- by Michael J Young.
-
- - The file open / save dialog stuff comes from the upload
- by Rick Yoder (FILEDL5.ZIP).
-
- - The data structures for the new EXE format come principally
- from Ray Duncan's "Advanced OS/2 Programming"
-
- - I stole some of the font handling stuff from Paul Montgomery's
- PMDUMP utility.
-
- - I guess I'll take credit for whatever's left...
-
- - Special thanks to Charles Petzold for his incredible support
- on PCMagnet (and the writings).
-
-
- Charlie Schmitt
- 12/18/89
- PCMagnet 70022,773
-
-