Menu

How To..

FactoryX

Setup MfPack
1. Unpack "MfPack Xxxx.zip" to an empty source code map (for example ..\Sources\MfPackxxx).
2. Open the "MfPackXxxx.dsk", within your Delphi IDE.
3. Add the appropiate maps to the Project/Searchpath: ..\src
4. Compile (for debug or release and windows 32 or 64 bit.)

Setup Samples/MfComponents Xxxx
1. Open "MfComponents.dsk", within your Delphi IDE.
2. Add the appropiate maps to the Project/Searchpath: As in step 3 of "Setup MfPack".
3. Compile (for debug or release and windows 32 or 64 bit.)
4. Choose Install, to install the components (MfPeakmeter, MfPeakMeterEx etc.).

MfPack Samples
1. Open <mfsample xxx="">".dpr", within your Delphi IDE.
2. Add the appropiate maps to the Project/Searchpath: As in step 3 of "Setup MfPack".
\Sources\MfPackXxxx\Additional;
3. Compile (for debug or release and windows 32 or 64 bit.)</mfsample>

Using the HResult/Error Lookup Tool
1. Add ..MfPack\src\debug to your Project/Searchpath.
2. Check for the latest version of the Microsoft Error Lookup Tool.
Copy a new toolversion to ..MfPack\Tools\MicrosoftErrorLookupTool and adjust the WIN_ERROR_LOOKUP_TOOL constant in
the WinApi.Dbg.WinHResultTools.pas unit.
3. To integrate the lookuptool in your code, use ..\MfPack\src\debug\WinApi.Dbg.WinHResultTools.pas.
4. If you want to run the lookup tool independedly from your code and also want a visual interface,
you can compile ..\MfPack\Tools\WinHResultTools.dpr to create a stand alone lookup app.