Question: When I try to rebuild a customized Sysutils.pas I can't find ffmt.obj, which it requires. Where is this mysterious file? Answer: Go to sourcevcl via the commandline and assemble ffmt.asm. tasm32 ffmt.asm Now add ffmt.obj to your project (also add your sysutils.pas and sysutils.hpp files). Rebuild your project. |
Last Modified: 10-JAN-00