comparison foosdk/sdk/pfc/pfc-readme.txt @ 1:20d02a178406 default tip

*: check in everything else yay
author Paper <paper@tflc.us>
date Mon, 05 Jan 2026 02:15:46 -0500
parents
children
comparison
equal deleted inserted replaced
0:e9bb126753e7 1:20d02a178406
1 PFC : Peter's Foundation Classes
2
3 A library of loosely connected classes used by foobar2000 codebase; freely available and reusable for other projects.
4
5 PFC is not state-of-art code. Many parts of it exist only to keep old bits of foobar2000 codebase ( also third party foobar2000 components ) compiling without modification. For an example, certain classes predating 'pfc' namespace use exist outside the namespace.
6
7 Regarding build configurations-
8 "Release FB2K" and "Debug FB2K" suppress the compilation of pfc-fb2k-hooks.cpp - which allows relevant calls to be redirected to shared.dll
9 These configurations should be used when compiling fb2k components. Regular configurations should be used for non fb2k apps instead.