Dear rajko:
On Monday, May 27, 2013 6:27:29 AM UTC-7, rajko wrote:
...
> Tell me, I thought that these files are only
> temporary and that they are part of .a files
> in lib folder, is it usual to reference these
> files in project?
Incorporating .o or .obj files into a library:
- packages like / linked modules in a single package, and
- resolves links that point within the library, for library code.
No requirement that they be libs. It is "usual" for them to be libs, yes. Sometimes you just need to capture and redirect function pointers... for special purposes. And you don't need to alter an entire lib to do it.
David A. Smith