The apf32cvt utility prepares an application for a profiling run. It does this by modifying the application to load the profiling DLLs instead of the system DLLs. It displays a list of all the DLLs loaded by an application as well as any changes to this list.
To prepare a group of applications for the profiling of all system DLLs with WAP, type:
apf32cvt win32 <app list>
where <app list> is a list of one or more names of the executable applications or DLLs to be profiled during the profiling run. The argument <app list> must be the last argument to apf32cvt. You must include the file extensions in the application list; for example, to prepare the Solitaire program for profiling, type:
apf32cvt win32 sol.exe