Article ID: 145822
Article Last Modified on 10/16/2002
MFILE COPY ":MACINTOSH HD:MYLIB" MYLIB
DUMPBIN /EXPORTS MYLIB > MY.EXPORTS
LIBRARY MYLIBNAME
EXPORTS
Here MYLIBNAME is the fragment name from the 'cfrg' resource in the
Macintosh shared library, and the list of export names in MY.EXPORTS is
placed after the EXPORTS keyword.
LIB /MACHINE:MPPC /DEF:MYLIB.DEF
Additional query words: mpw2lib dll def afxdll mac cfrg cfm vcmac
Keywords: kbbug kbdocerr KB145822