B
bil050
Windows application links dynamically CRT.
It executes some code in particular reopens stdout in file (freopen).
After it the application exloads shared library.The shared library is
linked statically with CRT.
My question is :
Everythng what is written from dll goes to the file also.Whats is the
reason for that ?
It executes some code in particular reopens stdout in file (freopen).
After it the application exloads shared library.The shared library is
linked statically with CRT.
My question is :
Everythng what is written from dll goes to the file also.Whats is the
reason for that ?