Hmm ... never heard of them. I was just looking for a project that inspired the question you contacted, and there is nothing there with the "DRF" extension. Checking here does not cause anything related to Delphi. But the fact that this is a linker error, not a compiler error, will make me assume that the first two letters indicate "Delphi Resource".
Try searching the project directory tree and see if you can find anything with the DRF extension. If so, try opening it with a text editor to see if it is readable, and if not, try a hex editor if you know anything about reading binary file formats. See if you can figure it out.
If you don't find it, Delphi will probably get it somewhere in the code that it compiles. Try running a grep search for "DRF" in the directory tree and see if anything works.
source share