can static linking result in executing some init routines?
问题 do not understand this thing: I got a program in c and I am linking some second party static libs to that (as far as I know lhis libs can be also some wrappers on dlls) - does it can bring my program to 'implicitely' (I mean without explicit call to that in my code) run some initialisation code from whithin those libs (that will execute before my main() routine ? - or it cannot ?) I am asking here about about c code (eventualy about c code without any c++ feature but compiled in c++ mode by c