First off can someone tell me if Im correct in thinking:
My understanding of a static library, is a library that is built statically so that programs that use functions within the library, when being linked pull the object code from the static library into the executable program.
This makes executables large (as they now include the library function object code) and programs run with the versions of library functions they were compiled/linked with?
Ok if the above is correct...can you help me out on my questions

Most windows libraries are of the dynamic sort?
If I have a library which is dynamic I cannot use this tool to link it in as its not the right sort?
Is there a way of making the DLL static other than recompiling as a static library?
Does anyone have a good location for static libraries that I can go play with

Finally would this tool work with Linux static libraries?
Phew..
Hope you can help
