Readme.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. This binary with source code is released to public domain.
  2. The utility can be compiled by Turbo Pascal (but 16-bit version
  3. cannot handle files greather than 64K!), Delphi or Free Pascal.
  4. fprcp.exe extracts from C header and Pascal files included into
  5. resource scripts numerical constants and replaces these constants
  6. to its values in resource script. Modified resource script is writing
  7. to stdout.
  8. fprcp.exe can be used as preprocessor by windres GNU-win32 utility.
  9. It was tested with windres 2.9.4 successfully.
  10. syntax:
  11. windres --preprocessor fprcp.exe [another switches].
  12. Notes:
  13. 1) current fprcp does not support typecasting and operations with
  14. non-numeric constants;
  15. 2) Old versions of windres cannot create .res files;
  16. 3) in fprcp also source code written by Lars Fosdal 1987 and
  17. released to the public domain 1993 was used
  18. 4) updated to accept defines.inc
  19. parser was expecting body for procedure/function declaration
  20. files:
  21. readme.txt - this file
  22. USE_DEMO.BAT |
  23. DEMO.RC |
  24. DEMO.PP - demo files
  25. DEMO.H |
  26. COMMENTS.PP |
  27. PASPREP.PP |
  28. FPRCP.PP - source code
  29. EXPR.PP |
  30. fprcp.exe - executable